[Libreoffice-commits] core.git: sfx2/source
Miklos Vajna
vmiklos at collabora.co.uk
Tue Jun 9 04:59:14 PDT 2015
sfx2/source/dialog/taskpane.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bd3460e951a86e18ef0585c5dd68e6fda9fa3d6c
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Tue Jun 9 13:58:33 2015 +0200
sfx2: WaE: '<::' cannot begin a template-argument list
Change-Id: I954a2128ad5845d5a58eaee2bc0709a78cffa308
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index 2039b5d..e8a17b9 100644
--- a/sfx2/source/dialog/taskpane.cxx
+++ b/sfx2/source/dialog/taskpane.cxx
@@ -518,7 +518,7 @@ namespace sfx2
:m_rAntiImpl( i_rAntiImpl )
,m_sModuleIdentifier( lcl_identifyModule( i_rDocumentFrame ) )
,m_xFrame( i_rDocumentFrame )
- ,m_aPanelDeck( VclPtr<::svt::ToolPanelDeck>::Create(i_rAntiImpl) )
+ ,m_aPanelDeck( VclPtr< ::svt::ToolPanelDeck>::Create(i_rAntiImpl) )
{
m_aPanelDeck->Show();
OnResize();
More information about the Libreoffice-commits
mailing list