summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-04-28 17:45:41 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-04-28 17:45:41 +0200
commitd45142637aa73a0defadfa41bfe38779ff3ef48e (patch)
tree699d02bf2907d3ed8a192522f6e6ce0ffe343645 /basctl
parent1f41c868d9f2ce8bfea5f88a12e7c1604e4a4b3c (diff)
basctl: fix GCC-4.7 build
Change-Id: I1166987f49d2a9b67de95a9c43380f0e3ebf09dc
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/moduldlg.hxx4
1 files 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<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 );