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

Miklos Vajna vmiklos at collabora.co.uk
Tue Apr 28 08:36:00 PDT 2015


 sfx2/source/dialog/taskpane.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac9cd176613bb34dc345c6ba7997ec35a26e1fb5
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Apr 28 17:35:31 2015 +0200

    sfx2: fix GCC-4.7 build
    
    Change-Id: Ib98d73703eb713a38d28e96a92097b718404abc6

diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index a032f15..186eaa5 100644
--- a/sfx2/source/dialog/taskpane.cxx
+++ b/sfx2/source/dialog/taskpane.cxx
@@ -554,7 +554,7 @@ namespace sfx2
         ModuleTaskPane&              m_rAntiImpl;
         const OUString               m_sModuleIdentifier;
         const Reference< XFrame >    m_xFrame;
-        VclPtr<::svt::ToolPanelDeck> m_aPanelDeck;
+        VclPtr< ::svt::ToolPanelDeck> m_aPanelDeck;
     };
 
 


More information about the Libreoffice-commits mailing list