summaryrefslogtreecommitdiff
path: root/sw/inc/undobj.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-12-15 09:14:03 +0100
committerMichael Stahl <mst@openoffice.org>2010-12-15 09:14:03 +0100
commit1a201914215d4bc445f708e2b6d8f0676f7c0c66 (patch)
tree223c2a25d8b8a4dbdcc83d37fe6b7cce7e710be6 /sw/inc/undobj.hxx
parent99a6c72c749747f51f2673a478fcbf9ca30646d3 (diff)
undoapi: #i115383#: remove SwUndoIter::bUpdateAttr:
no idea why this would be necessary, but having the edit shell clean up attributes after a Redo is a stupid idea anyway, so remove it and see if anyone complains.
Diffstat (limited to 'sw/inc/undobj.hxx')
-rw-r--r--sw/inc/undobj.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx
index ef13a2f6ba8e..e0bd10a8c0a7 100644
--- a/sw/inc/undobj.hxx
+++ b/sw/inc/undobj.hxx
@@ -1832,7 +1832,6 @@ class SwUndoIter
SwUndoId nUndoId;
USHORT nEndCnt;
BOOL bWeiter : 1;
- BOOL bUpdateAttr : 1; // Setze das GCAttr an der CursorShell
public:
SwPaM * pAktPam; // Member fuer das Undo
@@ -1843,8 +1842,6 @@ public:
SwUndoIter( SwPaM * pPam, SwUndoId nId = UNDO_EMPTY );
BOOL IsNextUndo() const { return bWeiter; }
- BOOL IsUpdateAttr() const { return bUpdateAttr; }
- void SetUpdateAttr( BOOL bNew ) { bUpdateAttr = bNew; }
inline SwDoc& GetDoc() const;
SwUndoId GetId() const { return nUndoId; }