summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-05-11 13:38:39 +0200
committerMichael Stahl <mstahl@redhat.com>2015-05-11 13:38:39 +0200
commit8f21be49d3a0ec441e69db700ff8fbf4b54e1193 (patch)
treedfcc451fbd522502f90e99b386ebd2e1a9123389 /sd
parent3f3c4000d44a8b4175e1669a4324e2308b0fd77d (diff)
sd: fix --disable-sdremote: SetImpressMode() not static
Change-Id: I4ea36e13399a172fe57a601dc66c087f2e41dd38
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/tpoption.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/tpoption.hxx b/sd/source/ui/inc/tpoption.hxx
index ed8c5e2beea1..3f3676fd4650 100644
--- a/sd/source/ui/inc/tpoption.hxx
+++ b/sd/source/ui/inc/tpoption.hxx
@@ -148,7 +148,7 @@ public:
and arrange the visible controls. Do not call this method or the
<member>SetDrawMode()</member> method more than once.
*/
- static void SetImpressMode();
+ void SetImpressMode();
virtual void PageCreated(const SfxAllItemSet& aSet) SAL_OVERRIDE;
using TabPage::ActivatePage;