summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-09 13:37:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-03-09 13:37:57 +0100
commitc468b6910bf77e332647725da70e3cb248a9de0e (patch)
tree09e0eb67c30a394deb21fd4a406b6688338b8418 /svx
parent9900c6bd96c23921757c2db0849bf7bbb8249c89 (diff)
-Werror,-Wunused-parameter (Android)
Change-Id: Ib15218f1f3bc2867ca0e8daa50a2d4edad4a9d87
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unopage.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index 4532749471d1..3f182ffefc82 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -576,6 +576,9 @@ void SvxDrawPage::GetTypeAndInventor( sal_uInt16& rType, SdrInventor& rInventor,
SvxShape* SvxDrawPage::CreateShapeByTypeAndInventor( sal_uInt16 nType, SdrInventor nInventor, SdrObject *pObj, SvxDrawPage *mpPage, OUString const & referer )
{
+#if !HAVE_FEATURE_DESKTOP
+ (void) referer;
+#endif
SvxShape* pRet = nullptr;
switch( nInventor )
{