summaryrefslogtreecommitdiff
path: root/cui/source/inc/optpath.hxx
diff options
context:
space:
mode:
authorMalte Timmermann <Malte.Timmermann@sun.com>2010-02-18 16:15:58 +0100
committerMalte Timmermann <Malte.Timmermann@sun.com>2010-02-18 16:15:58 +0100
commit515edd55e546f810455f469e9725fb22e3ed8367 (patch)
tree88587f0659393bd555bcd4cf270684fa4ce585db /cui/source/inc/optpath.hxx
parent41f067606af0344a78f624cd4df564c9fdd8e850 (diff)
mtaccfixes: #100833# FixedLine needs to be in correct z-order
Diffstat (limited to 'cui/source/inc/optpath.hxx')
-rw-r--r--cui/source/inc/optpath.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index c05b0b778c58..1255f0f70676 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -71,12 +71,12 @@ class SvxPathTabPage;
class SvxPathTabPage : public SfxTabPage
{
private:
+ FixedLine aStdBox;
FixedText aTypeText;
FixedText aPathText;
SvxControlFocusHelper aPathCtrl;
PushButton aStandardBtn;
PushButton aPathBtn;
- FixedLine aStdBox;
HeaderBar* pHeaderBar;
::svx::OptHeaderTabListBox* pPathBox;