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

Miklos Vajna vmiklos at collabora.co.uk
Thu May 7 11:29:23 PDT 2015


 sw/source/uibase/uno/unotxdoc.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 893871d86870708a0b2166eb1f583fe65b21a1b6
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu May 7 20:28:39 2015 +0200

    sw: unused Parent [-Werror=unused-parameter]
    
    Change-Id: I4576837da4b908ac0393be155758b6b60afc6c45

diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx
index 6f1c5a8..18308a5 100644
--- a/sw/source/uibase/uno/unotxdoc.cxx
+++ b/sw/source/uibase/uno/unotxdoc.cxx
@@ -3294,6 +3294,7 @@ void SAL_CALL SwXTextDocument::paintTile( const ::css::uno::Any& Parent, ::sal_I
     paintTile( aDevice, nOutputWidth, nOutputHeight, nTilePosX, nTilePosY, nTileWidth, nTileHeight );
     #else
     // TODO: support other platforms
+    (void)Parent;
     (void)nOutputWidth;
     (void)nOutputHeight;
     (void)nTilePosX;


More information about the Libreoffice-commits mailing list