summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/optpath.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-16 09:12:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-16 12:45:56 +0100
commit52bce8fadde39e32c0008babadc2c22cc501f753 (patch)
treec238b858401b18edaa27d62cd909a276ee76db73 /cui/source/inc/optpath.hxx
parentoption dialog isn't fully layout aware yet, so always calculate (diff)
downloadcore-52bce8fadde39e32c0008babadc2c22cc501f753.tar.gz
core-52bce8fadde39e32c0008babadc2c22cc501f753.zip
convert versions of dialog to .ui
Change-Id: I1be2211b5c936e6e00f2fe81883b8fb1e67ef550
Diffstat (limited to 'cui/source/inc/optpath.hxx')
-rw-r--r--cui/source/inc/optpath.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index f01c5b17c2e3..3b5d2ea618c4 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -20,7 +20,7 @@
#define _SVX_OPTPATH_HXX
#include <sfx2/tabdlg.hxx>
-#include <svx/simptabl.hxx>
+#include <svtools/simptabl.hxx>
#include <vcl/fixed.hxx>
#include <vcl/group.hxx>
#include "ControlFocusHelper.hxx"
@@ -42,7 +42,7 @@ class SvxPathTabPage;
class SvxPathTabPage : public SfxTabPage
{
private:
- SvxSimpleTableContainer* m_pPathCtrl;
+ SvSimpleTableContainer* m_pPathCtrl;
PushButton* m_pStandardBtn;
PushButton* m_pPathBtn;