summaryrefslogtreecommitdiff
path: root/include/svx/ctredlin.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 /include/svx/ctredlin.hxx
parent84e5cdce3ed58c663109bb557b75cd6e45bb2dbc (diff)
convert versions of dialog to .ui
Change-Id: I1be2211b5c936e6e00f2fe81883b8fb1e67ef550
Diffstat (limited to 'include/svx/ctredlin.hxx')
-rw-r--r--include/svx/ctredlin.hxx22
1 files changed, 9 insertions, 13 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx
index 861c050fd878..a7f58cccbefc 100644
--- a/include/svx/ctredlin.hxx
+++ b/include/svx/ctredlin.hxx
@@ -20,23 +20,19 @@
#ifndef _SVX_CTREDLIN_HXX
#define _SVX_CTREDLIN_HXX
-#include <vcl/morebtn.hxx>
-#include <vcl/combobox.hxx>
#include <svtools/headbar.hxx>
+#include <svtools/simptabl.hxx>
+#include <svtools/svlbitm.hxx>
#include <svtools/svtabbx.hxx>
-#include "svtools/svlbitm.hxx"
-#include <vcl/lstbox.hxx>
-#include <vcl/tabpage.hxx>
+#include <svtools/treelistentry.hxx>
+#include <tools/datetime.hxx>
+#include <vcl/combobox.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
-
-#ifndef _SVX_SIMPTABL
-#include <svx/simptabl.hxx>
-#endif
+#include <vcl/lstbox.hxx>
+#include <vcl/tabpage.hxx>
#include <vcl/tabctrl.hxx>
-#include <tools/datetime.hxx>
#include <unotools/textsearch.hxx>
-#include "svtools/treelistentry.hxx"
#include "svx/svxdllapi.h"
#define FLT_DATE_BEFORE 0
@@ -85,7 +81,7 @@ public:
SvLBoxItem* Create() const;
};
-class SVX_DLLPUBLIC SvxRedlinTable : public SvxSimpleTable
+class SVX_DLLPUBLIC SvxRedlinTable : public SvSimpleTable
{
using SvTabListBox::InsertEntry;
@@ -116,7 +112,7 @@ protected:
public:
- SvxRedlinTable(SvxSimpleTableContainer& rParent, WinBits nBits = WB_BORDER);
+ SvxRedlinTable(SvSimpleTableContainer& rParent, WinBits nBits = WB_BORDER);
~SvxRedlinTable();
// For FilterPage only {