summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoNumbering.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoNumbering.hxx')
-rw-r--r--sw/source/core/inc/UndoNumbering.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/UndoNumbering.hxx b/sw/source/core/inc/UndoNumbering.hxx
index ee711373eaf2..7e3164a76768 100644
--- a/sw/source/core/inc/UndoNumbering.hxx
+++ b/sw/source/core/inc/UndoNumbering.hxx
@@ -78,7 +78,7 @@ public:
virtual void RedoImpl( ::sw::UndoRedoContext & ) SAL_OVERRIDE;
virtual void RepeatImpl( ::sw::RepeatContext & ) SAL_OVERRIDE;
- void AddNode( const SwTxtNode& rNd, bool bResetLRSpace );
+ void AddNode( const SwTextNode& rNd, bool bResetLRSpace );
SwHistory* GetHistory() { return pHistory; }
};