summaryrefslogtreecommitdiff
path: root/cui/source/inc/dbregister.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-04-28 17:52:05 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-04-28 17:52:05 +0200
commit0b568350112d4d513694031c348f07f6e1b6058d (patch)
treeef96166b74359961642c18cd4c52bfe9e165a337 /cui/source/inc/dbregister.hxx
parentd45142637aa73a0defadfa41bfe38779ff3ef48e (diff)
cui: fix GCC-4.7 build
Change-Id: I4ff4cf6e9152dd44b5ec4cf14e58291e05dd65a2
Diffstat (limited to 'cui/source/inc/dbregister.hxx')
-rw-r--r--cui/source/inc/dbregister.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/dbregister.hxx b/cui/source/inc/dbregister.hxx
index cf0142120532..e7a37c4dbfa4 100644
--- a/cui/source/inc/dbregister.hxx
+++ b/cui/source/inc/dbregister.hxx
@@ -51,7 +51,7 @@ namespace svx
VclPtr<PushButton> m_pEdit;
VclPtr<PushButton> m_pDelete;
- VclPtr<::svx::OptHeaderTabListBox> pPathBox;
+ VclPtr< ::svx::OptHeaderTabListBox> pPathBox;
SvTreeListEntry* m_pCurEntry;
sal_uLong m_nOldCount;
bool m_bModified;