summaryrefslogtreecommitdiff
path: root/cui/source/options/optHeaderTabListbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optHeaderTabListbox.hxx')
-rw-r--r--cui/source/options/optHeaderTabListbox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optHeaderTabListbox.hxx b/cui/source/options/optHeaderTabListbox.hxx
index cb4e1f2e8f0f..eb2751283e1c 100644
--- a/cui/source/options/optHeaderTabListbox.hxx
+++ b/cui/source/options/optHeaderTabListbox.hxx
@@ -19,16 +19,16 @@
#ifndef SVX_OPTHEADERTABLISTBOX_HXX
#define SVX_OPTHEADERTABLISTBOX_HXX
-#include <svx/simptabl.hxx>
+#include <svtools/simptabl.hxx>
namespace svx
{
// class OptHeaderTabListBox ---------------------------------------------
- class OptHeaderTabListBox : public SvxSimpleTable
+ class OptHeaderTabListBox : public SvSimpleTable
{
public:
- OptHeaderTabListBox(SvxSimpleTableContainer& rParent, WinBits nBits);
+ OptHeaderTabListBox(SvSimpleTableContainer& rParent, WinBits nBits);
virtual void InitEntry(SvTreeListEntry*, const OUString&, const Image&, const Image&, SvLBoxButtonKind);
};