summaryrefslogtreecommitdiff
path: root/cui/source/inc/dbregister.hxx
diff options
context:
space:
mode:
authorMalte Timmermann <Malte.Timmermann@sun.com>2010-02-19 13:02:37 +0100
committerMalte Timmermann <Malte.Timmermann@sun.com>2010-02-19 13:02:37 +0100
commite412e3ad219c36d151cfa4304380e38dda7438d3 (patch)
tree05010bba1450605322a578f147657d922ac67b2b /cui/source/inc/dbregister.hxx
parent515edd55e546f810455f469e9725fb22e3ed8367 (diff)
mtaccfixes: #100833# FixedLine needs to be in correct z-order
Diffstat (limited to 'cui/source/inc/dbregister.hxx')
-rw-r--r--cui/source/inc/dbregister.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/inc/dbregister.hxx b/cui/source/inc/dbregister.hxx
index 84bc2fa4054c..311c2ce6e111 100644
--- a/cui/source/inc/dbregister.hxx
+++ b/cui/source/inc/dbregister.hxx
@@ -54,13 +54,13 @@ namespace svx
class DbRegistrationOptionsPage : public SfxTabPage
{
private:
+ FixedLine aStdBox;
FixedText aTypeText;
FixedText aPathText;
SvxControlFocusHelper aPathCtrl;
PushButton m_aNew;
PushButton m_aEdit;
PushButton m_aDelete;
- FixedLine aStdBox;
HeaderBar* pHeaderBar;
::svx::OptHeaderTabListBox* pPathBox;
@@ -68,7 +68,6 @@ namespace svx
ULONG m_nOldCount;
BOOL m_bModified;
-
#ifdef SVX_DBREGISTER_HXX
DECL_LINK( NewHdl, void * );
DECL_LINK( EditHdl, void * );