From d45142637aa73a0defadfa41bfe38779ff3ef48e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 28 Apr 2015 17:45:41 +0200 Subject: [PATCH] basctl: fix GCC-4.7 build Change-Id: I1166987f49d2a9b67de95a9c43380f0e3ebf09dc --- basctl/source/basicide/moduldlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index 12907c0c2342..5b590bdc4ab4 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -149,8 +149,8 @@ class LibDialog: public ModalDialog private: VclPtr m_pStorageFrame; VclPtr m_pLibBox; - VclPtr<::CheckBox> m_pReferenceBox; - VclPtr<::CheckBox> m_pReplaceBox; + VclPtr< ::CheckBox> m_pReferenceBox; + VclPtr< ::CheckBox> m_pReplaceBox; public: LibDialog( vcl::Window* pParent );