summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-03-09 18:56:38 +0100
committerjan Iversen <jani@libreoffice.org>2018-03-09 18:57:57 +0100
commitbfaae016b225e775264008935cddef1564b07e66 (patch)
tree7dc762d1a612d5ff6a7559c341ca69839dfbbfd1 /svx/source/unodraw
parentb8563d46a03567df0780216173b10156e158b64e (diff)
svx, compile error with !HAVE_FEATURE_DESKTOP
solved unused parameter referer in case of !HAVE_FEATURE_DESKTOP Change-Id: I64e2707ad87822ba784ed40c45801c6d101e6386
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unopage.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index 3f182ffefc82..d7f14d3676c5 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -580,6 +580,10 @@ SvxShape* SvxDrawPage::CreateShapeByTypeAndInventor( sal_uInt16 nType, SdrInvent
(void) referer;
#endif
SvxShape* pRet = nullptr;
+#if !HAVE_FEATURE_DESKTOP
+ (void)referer;
+#endif
+
switch( nInventor )
{
case SdrInventor::E3d: