[Libreoffice-commits] core.git: sw/qa

Tor Lillqvist tml at collabora.com
Thu Oct 24 02:26:40 PDT 2013


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

New commits:
commit 7cd77d5cb0b6fd3343f2703c73e2dc4b65fc0e9e
Author: Tor Lillqvist <tml at 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");


More information about the Libreoffice-commits mailing list