diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 04:51:38 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 04:51:38 +0200 |
commit | 13887f48480929fcfc94f373e3210dd7c695a14f (patch) | |
tree | 6380cf35501746c4e978f6310e8c66cadbb9e3b2 /sc/source/ui/undo | |
parent | d8afc8e5e9bd85c8f3c92fe7c9587ff27ef9ef08 (diff) |
Remove superfluous include comments
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r-- | sc/source/ui/undo/areasave.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/undo/refundo.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/undo/undoblk.cxx | 5 |
3 files changed, 0 insertions, 11 deletions
diff --git a/sc/source/ui/undo/areasave.cxx b/sc/source/ui/undo/areasave.cxx index d9fd06b9869d..f91460b3b91e 100644 --- a/sc/source/ui/undo/areasave.cxx +++ b/sc/source/ui/undo/areasave.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -// ----------------------------------------------------------------------- - #include <sfx2/linkmgr.hxx> #include "areasave.hxx" diff --git a/sc/source/ui/undo/refundo.cxx b/sc/source/ui/undo/refundo.cxx index cdb701d74e4a..630f42540048 100644 --- a/sc/source/ui/undo/refundo.cxx +++ b/sc/source/ui/undo/refundo.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -// ----------------------------------------------------------------------- - #include "refundo.hxx" #include "undobase.hxx" #include "document.hxx" diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx index bd5486f0c394..b564a34593ff 100644 --- a/sc/source/ui/undo/undoblk.cxx +++ b/sc/source/ui/undo/undoblk.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - - -//------------------------------------------------------------------ - #include "scitems.hxx" #include <vcl/virdev.hxx> #include <vcl/waitobj.hxx> |