summaryrefslogtreecommitdiff
path: root/sw/inc/swtable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/swtable.hxx')
-rw-r--r--sw/inc/swtable.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx
index ee21c78430ef..0f1b4a8ec150 100644
--- a/sw/inc/swtable.hxx
+++ b/sw/inc/swtable.hxx
@@ -135,7 +135,6 @@ public:
SEARCH_COL // column selection
};
- TYPEINFO_OVERRIDE();
// single argument ctors shall be explicit.
explicit SwTable( SwTableFormat* );
@@ -348,7 +347,6 @@ class SW_DLLPUBLIC SwTableLine: public SwClient // Client of FrameFormat.
SwTableBox *m_pUpper;
public:
- TYPEINFO_OVERRIDE();
SwTableLine() : m_pUpper(nullptr) {}
@@ -408,7 +406,6 @@ class SW_DLLPUBLIC SwTableBox: public SwClient //Client of FrameFormat.
static SwTableBoxFormat* CheckBoxFormat( SwTableBoxFormat* );
public:
- TYPEINFO_OVERRIDE();
SwTableBox();