summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoCore.hxx
diff options
context:
space:
mode:
authorANURAG JAIN <anuragjainfzd@gmail.com>2011-04-05 09:45:35 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-04-05 09:45:52 +0200
commita457450be87eb87d246bef1d796fe8b88156e090 (patch)
treecf565516e8c5d89c7e8d3a6046a6dca270370c7b /sw/source/core/inc/UndoCore.hxx
parent6b7043e20e79a4105ea4af23c990c83b6d4be206 (diff)
Removal of bogus comments in writer module
Diffstat (limited to 'sw/source/core/inc/UndoCore.hxx')
-rw-r--r--sw/source/core/inc/UndoCore.hxx13
1 files changed, 1 insertions, 12 deletions
diff --git a/sw/source/core/inc/UndoCore.hxx b/sw/source/core/inc/UndoCore.hxx
index 35abb46f7cf7..e8fda0516b99 100644
--- a/sw/source/core/inc/UndoCore.hxx
+++ b/sw/source/core/inc/UndoCore.hxx
@@ -122,31 +122,26 @@ class SwUndoFmtColl : public SwUndo, private SwUndRng
String aFmtName;
SwHistory* pHistory;
SwFmtColl* pFmtColl;
- // --> OD 2008-04-15 #refactorlists# - for correct <ReDo(..)> and <Repeat(..)>
+ // for correct <ReDo(..)> and <Repeat(..)>
// boolean, which indicates that the attributes are reseted at the nodes
// before the format has been applied.
const bool mbReset;
// boolean, which indicates that the list attributes had been reseted at
// the nodes before the format has been applied.
const bool mbResetListAttrs;
- // <--
void DoSetFmtColl(SwDoc & rDoc, SwPaM & rPaM);
public:
- // --> OD 2008-04-15 #refactorlists#
-// SwUndoFmtColl( const SwPaM&, SwFmtColl* );
SwUndoFmtColl( const SwPaM&, SwFmtColl*,
const bool bReset,
const bool bResetListAttrs );
- // <--
virtual ~SwUndoFmtColl();
virtual void UndoImpl( ::sw::UndoRedoContext & );
virtual void RedoImpl( ::sw::UndoRedoContext & );
virtual void RepeatImpl( ::sw::RepeatContext & );
- // #111827#
/**
Returns the rewriter for this undo object.
@@ -208,9 +203,6 @@ public:
};
-//--------------------------------------------------------------------
-
-// -> #111827#
const int nUndoStringLength = 20;
/**
@@ -238,9 +230,6 @@ const int nUndoStringLength = 20;
*/
String
ShortenString(const String & rStr, xub_StrLen nLength, const String & rFillStr);
-// <- #111827#
-
-// #16487#
/**
Denotes special characters in a string.