From 8f21be49d3a0ec441e69db700ff8fbf4b54e1193 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 11 May 2015 13:38:39 +0200 Subject: sd: fix --disable-sdremote: SetImpressMode() not static Change-Id: I4ea36e13399a172fe57a601dc66c087f2e41dd38 --- sd/source/ui/inc/tpoption.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') 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 SetDrawMode() method more than once. */ - static void SetImpressMode(); + void SetImpressMode(); virtual void PageCreated(const SfxAllItemSet& aSet) SAL_OVERRIDE; using TabPage::ActivatePage; -- cgit