sw/qa/tiledrendering/tiledrendering.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7cd77d5cb0b6fd3343f2703c73e2dc4b65fc0e9e
Author: Tor Lillqvist <t...@collabora.com>
Date:   Thu Oct 24 12:26:03 2013 +0300

    WaE: declaration shadows a field
    
    Change-Id: I37a5edbc578a71cb7eba29c3191cfa36e90ca022

diff --git a/sw/qa/tiledrendering/tiledrendering.cxx 
b/sw/qa/tiledrendering/tiledrendering.cxx
index 6af94ec..53921f0 100644
--- a/sw/qa/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/tiledrendering/tiledrendering.cxx
@@ -56,9 +56,9 @@ class TiledRenderingDialog: public ModalDialog{
 private:
     TiledRenderingApp * app;
 public:
-    TiledRenderingDialog(TiledRenderingApp * app) :
+    TiledRenderingDialog(TiledRenderingApp * app_) :
         ModalDialog(DIALOG_NO_PARENT, "TiledRendering", 
"qa/sw/ui/tiledrendering.ui"),
-        app(app)
+        app(app_)
     {
         PushButton * renderButton;
         get(renderButton,"buttonRenderTile");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to