[Libreoffice-commits] core.git: sfx2/source

Miklos Vajna vmiklos at collabora.co.uk
Mon Dec 4 15:31:20 UTC 2017


 sfx2/source/view/lokcharthelper.cxx |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit 3dd00bbe28b24396f67f91cd72a00059057be74d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Mon Dec 4 16:29:37 2017 +0100

    sfx2 android: fix -Werror,-Wunused-parameter warnings
    
    Change-Id: Ib48144f5463248e8ceb6c979d1e2148893efa2ba

diff --git a/sfx2/source/view/lokcharthelper.cxx b/sfx2/source/view/lokcharthelper.cxx
index c8d46b134ad4..17df4dac3817 100644
--- a/sfx2/source/view/lokcharthelper.cxx
+++ b/sfx2/source/view/lokcharthelper.cxx
@@ -263,6 +263,14 @@ void LokChartHelper::PaintAllChartsOnTile(VirtualDevice& rDevice,
         pViewShell = SfxViewShell::GetNext(*pViewShell);
     }
     rDevice.Pop();
+#else
+    (void)rDevice;
+    (void)nOutputWidth;
+    (void)nOutputHeight;
+    (void)nTilePosX;
+    (void)nTilePosY;
+    (void)nTileWidth;
+    (void)nTileHeight;
 #endif
 }
 


More information about the Libreoffice-commits mailing list