summaryrefslogtreecommitdiff
path: root/include/svx/svdundo.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-06-29 10:13:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-06-29 13:11:44 +0200
commit8157db9c0b573650eda86fa61970afedcdbf327c (patch)
tree816d5b4be393fe424200e1631a5e075edf8839f5 /include/svx/svdundo.hxx
parent9e200b1d58341d41f5204afdeed0392df2e68ef2 (diff)
reduce ascii noise
Change-Id: I8fdaf2af22dcdd20706d1200bbc1d258e717f414
Diffstat (limited to 'include/svx/svdundo.hxx')
-rw-r--r--include/svx/svdundo.hxx51
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: */