diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-05-11 13:38:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-05-11 13:38:39 +0200 |
commit | 8f21be49d3a0ec441e69db700ff8fbf4b54e1193 (patch) | |
tree | dfcc451fbd522502f90e99b386ebd2e1a9123389 | |
parent | 3f3c4000d44a8b4175e1669a4324e2308b0fd77d (diff) |
sd: fix --disable-sdremote: SetImpressMode() not static
Change-Id: I4ea36e13399a172fe57a601dc66c087f2e41dd38
-rw-r--r-- | sd/source/ui/inc/tpoption.hxx | 2 |
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; |