diff options
Diffstat (limited to 'include/svx/svdundo.hxx')
-rw-r--r-- | include/svx/svdundo.hxx | 51 |
1 files changed, 12 insertions, 39 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx index 78d9a9c5a439..6684d10be85f 100644 --- a/include/svx/svdundo.hxx +++ b/include/svx/svdundo.hxx @@ -28,10 +28,6 @@ #include <svx/svdsob.hxx> #include "svx/svxdllapi.h" -//************************************************************ -// Vorausdeklarationen -//************************************************************ - class SfxItemSet; class SfxStyleSheet; class SdrView; @@ -510,17 +506,10 @@ public: virtual OUString GetComment() const; }; -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@ @@@@ @@ @@ @@@@@ @@@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@@@@@ @@@@ @@@@ @@@@@ -// @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ -// @@@@@ @@ @@ @@ @@@@@ @@ @@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// + +/* + * Layer + */ //************************************************************ // SdrUndoLayer @@ -601,17 +590,10 @@ public: virtual OUString GetComment() const; }; -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@@@@ @@@@ @@@@ @@@@@ @@@@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ -// @@@@@ @@@@@@ @@ @@@ @@@@ @@@@ -// @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@@@@ @@@@@ @@@@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// + +/* + * Pages + */ //************************************************************ // SdrUndoPage @@ -749,17 +731,10 @@ public: virtual OUString GetComment() const; }; -//////////////////////////////////////////////////////////////////////////////////////////////////// -// -// @@ @@ @@@@ @@@@ @@@@@@ @@@@@ @@@@@ @@@@@ @@@@ @@@@ @@@@@ @@@@ -// @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@@@@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@@@@@@ @@@@@@ @@@@ @@ @@@@ @@@@@ @@@@@ @@@@@@ @@ @@@ @@@@ @@@@ -// @@ @ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ @@ -// @@ @@ @@ @@ @@@@ @@ @@@@@ @@ @@ @@ @@ @@ @@@@@ @@@@@ @@@@ -// -//////////////////////////////////////////////////////////////////////////////////////////////////// + +/* + * Masterpages + */ //************************************************************ // SdrUndoPageMasterPage @@ -875,8 +850,6 @@ public: virtual SdrUndoAction* CreateUndoPageChangeMasterPage(SdrPage& rChangedPage); }; -//////////////////////////////////////////////////////////////////////////////////////////////////// - #endif //_SVDUNDO_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |