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

New commits:
commit ac9cd176613bb34dc345c6ba7997ec35a26e1fb5
Author: Miklos Vajna <vmik...@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;
     };
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to