diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 04:37:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 04:39:01 +0200 |
commit | d8afc8e5e9bd85c8f3c92fe7c9587ff27ef9ef08 (patch) | |
tree | 16bac0e66c294c0011ff17d6f6cf2aefc2d1604c /sc/source/ui/undo | |
parent | 0d53cde185eb6c3e8e6096c842dbd672b44076a6 (diff) |
Remove superfluous include comments
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r-- | sc/source/ui/undo/areasave.cxx | 4 | ||||
-rw-r--r-- | sc/source/ui/undo/refundo.cxx | 4 | ||||
-rw-r--r-- | sc/source/ui/undo/target.cxx | 7 | ||||
-rw-r--r-- | sc/source/ui/undo/undobase.cxx | 5 | ||||
-rw-r--r-- | sc/source/ui/undo/undoblk.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/undo/undoblk2.cxx | 7 | ||||
-rw-r--r-- | sc/source/ui/undo/undoblk3.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/undo/undodat.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/undo/undodraw.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/undo/undoolk.cxx | 5 | ||||
-rw-r--r-- | sc/source/ui/undo/undostyl.cxx | 5 | ||||
-rw-r--r-- | sc/source/ui/undo/undoutil.cxx | 7 |
12 files changed, 0 insertions, 55 deletions
diff --git a/sc/source/ui/undo/areasave.cxx b/sc/source/ui/undo/areasave.cxx index e3821027389a..d9fd06b9869d 100644 --- a/sc/source/ui/undo/areasave.cxx +++ b/sc/source/ui/undo/areasave.cxx @@ -29,10 +29,6 @@ // ----------------------------------------------------------------------- - - -// INCLUDE --------------------------------------------------------------- - #include <sfx2/linkmgr.hxx> #include "areasave.hxx" diff --git a/sc/source/ui/undo/refundo.cxx b/sc/source/ui/undo/refundo.cxx index 2b55c3258c98..cdb701d74e4a 100644 --- a/sc/source/ui/undo/refundo.cxx +++ b/sc/source/ui/undo/refundo.cxx @@ -29,10 +29,6 @@ // ----------------------------------------------------------------------- - - -// INCLUDE --------------------------------------------------------------- - #include "refundo.hxx" #include "undobase.hxx" #include "document.hxx" diff --git a/sc/source/ui/undo/target.cxx b/sc/source/ui/undo/target.cxx index 7d960af4717e..eed4016f88ce 100644 --- a/sc/source/ui/undo/target.cxx +++ b/sc/source/ui/undo/target.cxx @@ -26,13 +26,6 @@ * ************************************************************************/ - -// System - Includes ----------------------------------------------------- - - - -// INCLUDE --------------------------------------------------------------- - #include "target.hxx" // STATIC DATA ----------------------------------------------------------- diff --git a/sc/source/ui/undo/undobase.cxx b/sc/source/ui/undo/undobase.cxx index 822404c62850..aeb847de27d6 100644 --- a/sc/source/ui/undo/undobase.cxx +++ b/sc/source/ui/undo/undobase.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - - -// INCLUDE --------------------------------------------------------------- - #include <vcl/virdev.hxx> #include "undobase.hxx" diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx index b822bc9abe59..bd5486f0c394 100644 --- a/sc/source/ui/undo/undoblk.cxx +++ b/sc/source/ui/undo/undoblk.cxx @@ -31,8 +31,6 @@ //------------------------------------------------------------------ -// INCLUDE --------------------------------------------------------------- - #include "scitems.hxx" #include <vcl/virdev.hxx> #include <vcl/waitobj.hxx> diff --git a/sc/source/ui/undo/undoblk2.cxx b/sc/source/ui/undo/undoblk2.cxx index 8ae02a8df74a..62978d3bcdfb 100644 --- a/sc/source/ui/undo/undoblk2.cxx +++ b/sc/source/ui/undo/undoblk2.cxx @@ -26,15 +26,8 @@ * ************************************************************************/ - -// System - Includes ----------------------------------------------------- - - - #include "scitems.hxx" // SearchItem -// INCLUDE --------------------------------------------------------------- - #include "undoblk.hxx" #include "document.hxx" #include "docsh.hxx" diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx index 6d002998165f..2340da7c26ab 100644 --- a/sc/source/ui/undo/undoblk3.cxx +++ b/sc/source/ui/undo/undoblk3.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -// INCLUDE ------------------------------------------------------------------- - #include "scitems.hxx" #include <svx/algitem.hxx> #include <editeng/boxitem.hxx> diff --git a/sc/source/ui/undo/undodat.cxx b/sc/source/ui/undo/undodat.cxx index df7688539792..bff8b2f6d7ab 100644 --- a/sc/source/ui/undo/undodat.cxx +++ b/sc/source/ui/undo/undodat.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -// INCLUDE --------------------------------------------------------------- - #include <sfx2/app.hxx> #include "undodat.hxx" diff --git a/sc/source/ui/undo/undodraw.cxx b/sc/source/ui/undo/undodraw.cxx index aa2444d5477e..3e2f2512c4ef 100644 --- a/sc/source/ui/undo/undodraw.cxx +++ b/sc/source/ui/undo/undodraw.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -// INCLUDE --------------------------------------------------------------- - #include <svx/svdundo.hxx> #include "undodraw.hxx" diff --git a/sc/source/ui/undo/undoolk.cxx b/sc/source/ui/undo/undoolk.cxx index 2b944e058a39..9aec365e43e9 100644 --- a/sc/source/ui/undo/undoolk.cxx +++ b/sc/source/ui/undo/undoolk.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - - -// INCLUDE --------------------------------------------------------------- - #include <svx/svdundo.hxx> #include "document.hxx" diff --git a/sc/source/ui/undo/undostyl.cxx b/sc/source/ui/undo/undostyl.cxx index 4de3c28cb3b9..c900324e0957 100644 --- a/sc/source/ui/undo/undostyl.cxx +++ b/sc/source/ui/undo/undostyl.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - - - -// INCLUDE --------------------------------------------------------------- - #include <svl/itemset.hxx> #include <vcl/virdev.hxx> diff --git a/sc/source/ui/undo/undoutil.cxx b/sc/source/ui/undo/undoutil.cxx index 56b42b05ea80..040e4729384f 100644 --- a/sc/source/ui/undo/undoutil.cxx +++ b/sc/source/ui/undo/undoutil.cxx @@ -26,13 +26,6 @@ * ************************************************************************/ - -// System - Includes ----------------------------------------------------- - - - -// INCLUDE --------------------------------------------------------------- - #include "undoutil.hxx" #include "docsh.hxx" |