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 );