diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-08 16:48:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-11 09:26:36 +0000 |
commit | 705b60f94ea5721662811501594d13d1ad925eb3 (patch) | |
tree | 323e54a39090487778bce0a37ac736275b07c7b6 /cui/source/inc/optpath.hxx | |
parent | 4c5e4c47dec8dc9741e1f5c401b8d23f0cfc8e03 (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.hxx | 19 |
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; |