sw: unused Parent [-Werror=unused-parameter]

Change-Id: I4576837da4b908ac0393be155758b6b60afc6c45
This commit is contained in:
Miklos Vajna
2015-05-07 20:28:39 +02:00
parent 1168d5a82e
commit 893871d868

View File

@@ -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;