summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc/fltini.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/inc/fltini.hxx')
-rw-r--r--sw/source/filter/inc/fltini.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/inc/fltini.hxx b/sw/source/filter/inc/fltini.hxx
index f89c4f96aa12..26a63f81bfef 100644
--- a/sw/source/filter/inc/fltini.hxx
+++ b/sw/source/filter/inc/fltini.hxx
@@ -21,9 +21,9 @@
#include <shellio.hxx>
-class SwNumRuleTbl;
+class SwNumRuleTable;
class SwDoc;
-class SwTxtNode;
+class SwTextNode;
class SwNumRule;
class SwNodeIndex;
@@ -64,7 +64,7 @@ void GetWW8Writer( const OUString&, const OUString&, WriterRef& );
// Absatz-Einzug abgezogen werden muss.
class SW_DLLPUBLIC SwRelNumRuleSpaces
{
- SwNumRuleTbl* pNumRuleTbl; // Liste aller benannten NumRules
+ SwNumRuleTable* pNumRuleTable; // Liste aller benannten NumRules
public:
SwRelNumRuleSpaces( SwDoc& rDoc, bool bNewDoc );