[Libreoffice-commits] core.git: sd/source

Michael Stahl mstahl at redhat.com
Mon May 11 04:45:11 PDT 2015


 sd/source/ui/inc/tpoption.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f21be49d3a0ec441e69db700ff8fbf4b54e1193
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon May 11 13:38:39 2015 +0200

    sd: fix --disable-sdremote: SetImpressMode() not static
    
    Change-Id: I4ea36e13399a172fe57a601dc66c087f2e41dd38

diff --git a/sd/source/ui/inc/tpoption.hxx b/sd/source/ui/inc/tpoption.hxx
index ed8c5e2..3f3676f 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;


More information about the Libreoffice-commits mailing list