[Libreoffice-commits] core.git: basctl/source

Miklos Vajna vmiklos at collabora.co.uk
Tue Apr 28 08:46:07 PDT 2015


 basctl/source/basicide/moduldlg.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d45142637aa73a0defadfa41bfe38779ff3ef48e
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Apr 28 17:45:41 2015 +0200

    basctl: fix GCC-4.7 build
    
    Change-Id: I1166987f49d2a9b67de95a9c43380f0e3ebf09dc

diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 12907c0..5b590bd 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -149,8 +149,8 @@ class LibDialog: public ModalDialog
 private:
     VclPtr<VclFrame>       m_pStorageFrame;
     VclPtr<CheckBox>       m_pLibBox;
-    VclPtr<::CheckBox>       m_pReferenceBox;
-    VclPtr<::CheckBox>       m_pReplaceBox;
+    VclPtr< ::CheckBox>       m_pReferenceBox;
+    VclPtr< ::CheckBox>       m_pReplaceBox;
 
 public:
     LibDialog( vcl::Window* pParent );


More information about the Libreoffice-commits mailing list