summaryrefslogtreecommitdiff
path: root/cui/source/inc/optpath.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-08 16:48:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-11 09:26:36 +0000
commit705b60f94ea5721662811501594d13d1ad925eb3 (patch)
tree323e54a39090487778bce0a37ac736275b07c7b6 /cui/source/inc/optpath.hxx
parent4c5e4c47dec8dc9741e1f5c401b8d23f0cfc8e03 (diff)
move paths option page .ui to cui and adapt code
Change-Id: I60063a0d101ef47271194e45ee59f9ff622a4f1c
Diffstat (limited to 'cui/source/inc/optpath.hxx')
-rw-r--r--cui/source/inc/optpath.hxx19
1 files changed, 5 insertions, 14 deletions
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index 4a25dfe424a5..e6b8982a828e 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -20,14 +20,9 @@
#define _SVX_OPTPATH_HXX
#include <sfx2/tabdlg.hxx>
+#include <svx/simptabl.hxx>
#include <vcl/fixed.hxx>
#include <vcl/group.hxx>
-
-#ifdef _SVX_OPTPATH_CXX
-#include <svtools/headbar.hxx>
-#else
-class HeaderBar;
-#endif
#include "ControlFocusHelper.hxx"
#include <com/sun/star/ui/dialogs/XFolderPicker2.hpp>
@@ -47,14 +42,10 @@ class SvxPathTabPage;
class SvxPathTabPage : public SfxTabPage
{
private:
- FixedLine aStdBox;
- FixedText aTypeText;
- FixedText aPathText;
- SvxControlFocusHelper aPathCtrl;
- PushButton aStandardBtn;
- PushButton aPathBtn;
-
- HeaderBar* pHeaderBar;
+ SvxSimpleTableContainer* m_pPathCtrl;
+ PushButton* m_pStandardBtn;
+ PushButton* m_pPathBtn;
+
::svx::OptHeaderTabListBox* pPathBox;
OptPath_Impl* pImpl;