summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoAttribute.hxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-06-02 13:43:01 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-03 00:58:57 -0500
commit951152f2bb83476907ea59ff8d6c608a7d2302a0 (patch)
treef8f1dc3a47a2d709fa5bfb53eee3673a42b69fba /sw/source/core/inc/UndoAttribute.hxx
parent2f1a1c529694c1fec6d3b02930f8226c7b2bccd9 (diff)
make coding style of files starting with a capital letter in sw/source/core/inc consistent
Also tranlate German comments in these files at the same time.
Diffstat (limited to 'sw/source/core/inc/UndoAttribute.hxx')
-rw-r--r--sw/source/core/inc/UndoAttribute.hxx15
1 files changed, 1 insertions, 14 deletions
diff --git a/sw/source/core/inc/UndoAttribute.hxx b/sw/source/core/inc/UndoAttribute.hxx
index 8c2f4c2c24cb..a380c9d879bb 100644
--- a/sw/source/core/inc/UndoAttribute.hxx
+++ b/sw/source/core/inc/UndoAttribute.hxx
@@ -30,11 +30,8 @@
#define SW_UNDO_ATTRIBUTE_HXX
#include <undobj.hxx>
-
#include <memory>
-
#include <svl/itemset.hxx>
-
#include <swtypes.hxx>
#include <calbck.hxx>
#include <set>
@@ -44,7 +41,6 @@ class SwFmt;
class SwFtnInfo;
class SwEndNoteInfo;
-
class SwUndoAttr : public SwUndo, private SwUndRng
{
SfxItemSet m_AttrSet; // attributes for Redo
@@ -53,7 +49,7 @@ class SwUndoAttr : public SwUndo, private SwUndRng
::std::auto_ptr<SwRedlineData> m_pRedlineData; // Redlining
::std::auto_ptr<SwRedlineSaveDatas> m_pRedlineSaveData;
SAL_WNODEPRECATED_DECLARATIONS_POP
- sal_uLong m_nNodeIndex; // Offset: for Redlining
+ sal_uLong m_nNodeIndex; // Offset: for Redlining
const SetAttrMode m_nInsertFlags; // insert flags
void RemoveIdx( SwDoc& rDoc );
@@ -71,7 +67,6 @@ public:
void SaveRedlineData( const SwPaM& rPam, sal_Bool bInsCntnt );
SwHistory& GetHistory() { return *m_pHistory; }
-
};
class SwUndoResetAttr : public SwUndo, private SwUndRng
@@ -95,7 +90,6 @@ public:
void SetAttrs( const std::set<sal_uInt16> &rAttrs );
SwHistory& GetHistory() { return *m_pHistory; }
-
};
class SwUndoFmtAttr : public SwUndo
@@ -198,7 +192,6 @@ public:
SwUndoFmtAttr* ReleaseUndo() { return m_pUndo.release(); }
};
-
class SwUndoMoveLeftMargin : public SwUndo, private SwUndRng
{
SAL_WNODEPRECATED_DECLARATIONS_PUSH
@@ -219,9 +212,6 @@ public:
};
-
-//--------------------------------------------------------------------
-
class SwUndoDefaultAttr : public SwUndo
{
SAL_WNODEPRECATED_DECLARATIONS_PUSH
@@ -239,9 +229,6 @@ public:
virtual void RedoImpl( ::sw::UndoRedoContext & );
};
-
-//--------------------------------------------------------------------
-
class SwUndoChangeFootNote : public SwUndo, private SwUndRng
{
SAL_WNODEPRECATED_DECLARATIONS_PUSH