From ac9cd176613bb34dc345c6ba7997ec35a26e1fb5 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 28 Apr 2015 17:35:31 +0200 Subject: sfx2: fix GCC-4.7 build Change-Id: Ib98d73703eb713a38d28e96a92097b718404abc6 --- sfx2/source/dialog/taskpane.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx index a032f1569690..186eaa53d970 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; }; -- cgit