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

New commits:
commit 8f21be49d3a0ec441e69db700ff8fbf4b54e1193
Author: Michael Stahl <mst...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to