sw/qa/tiledrendering/tiledrendering.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4de7cabd467c1ae3c94d2d32b867b5e7f956133d Author: Caolán McNamara <caol...@redhat.com> Date: Wed Oct 23 10:44:37 2013 +0100 WaE: -Werror=shadow Change-Id: I978b25d23bb2c523b3207f17c61f6569b9baa3e1 diff --git a/sw/qa/tiledrendering/tiledrendering.cxx b/sw/qa/tiledrendering/tiledrendering.cxx index 9991bbe..fcf3f38 100644 --- a/sw/qa/tiledrendering/tiledrendering.cxx +++ b/sw/qa/tiledrendering/tiledrendering.cxx @@ -55,9 +55,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