summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-06-09 13:58:33 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-06-09 13:58:33 +0200
commitbd3460e951a86e18ef0585c5dd68e6fda9fa3d6c (patch)
tree8d13c0cf87bf645f602ad83d0382714395a0da42 /sfx2
parentc97971ea3bd7e40203c926546aae1e4d0951113d (diff)
sfx2: WaE: '<::' cannot begin a template-argument list
Change-Id: I954a2128ad5845d5a58eaee2bc0709a78cffa308
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/taskpane.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index 2039b5d6104f..e8a17b9cae59 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();