summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoOverwrite.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoOverwrite.hxx')
-rw-r--r--sw/source/core/inc/UndoOverwrite.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/inc/UndoOverwrite.hxx b/sw/source/core/inc/UndoOverwrite.hxx
index 473224d4ca57..dabc8e1f452f 100644
--- a/sw/source/core/inc/UndoOverwrite.hxx
+++ b/sw/source/core/inc/UndoOverwrite.hxx
@@ -25,18 +25,18 @@
#include <undobj.hxx>
class SwRedlineSaveDatas;
-class SwTxtNode;
+class SwTextNode;
namespace utl {
class TransliterationWrapper;
}
-class SwUndoOverwrite: public SwUndo, private SwUndoSaveCntnt
+class SwUndoOverwrite: public SwUndo, private SwUndoSaveContent
{
OUString aDelStr, aInsStr;
SwRedlineSaveDatas* pRedlSaveData;
sal_uLong nSttNode;
- sal_Int32 nSttCntnt;
+ sal_Int32 nSttContent;
bool bInsChar : 1; // no Overwrite, but Insert
bool bGroup : 1; // TRUE: is already grouped; evaluated in CanGrouping()
@@ -83,7 +83,7 @@ public:
virtual void RedoImpl( ::sw::UndoRedoContext & ) SAL_OVERRIDE;
virtual void RepeatImpl( ::sw::RepeatContext & ) SAL_OVERRIDE;
- void AddChanges( SwTxtNode& rTNd, sal_Int32 nStart, sal_Int32 nLen,
+ void AddChanges( SwTextNode& rTNd, sal_Int32 nStart, sal_Int32 nLen,
::com::sun::star::uno::Sequence <sal_Int32>& rOffsets );
bool HasData() const { return aChanges.size() > 0; }
};