diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:21:28 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:53 +0200 |
commit | 49ad17e2b1aef65fad357b9c540ab36189233dd3 (patch) | |
tree | 0d7755504c360b1ee84531774088e0b8a9f2808d /sw | |
parent | d80174e6f16abd51c5d0590cc00d9566498e1b77 (diff) |
remove include comments and boxes
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dialog/swdialmgr.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/bookctrl.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/javaedit.hxx | 2 | ||||
-rw-r--r-- | sw/source/ui/inc/tmplctrl.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/inc/viewlayoutctrl.hxx | 1 |
5 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/ui/dialog/swdialmgr.cxx b/sw/source/ui/dialog/swdialmgr.cxx index edb98627eedc..2b5b38faa510 100644 --- a/sw/source/ui/dialog/swdialmgr.cxx +++ b/sw/source/ui/dialog/swdialmgr.cxx @@ -31,8 +31,6 @@ #undef SW_DLLIMPLEMENTATION #endif -// include --------------------------------------------------------------- - #include "dialmgr.hxx" #include "tools/string.hxx" #include <sfx2/app.hxx> diff --git a/sw/source/ui/inc/bookctrl.hxx b/sw/source/ui/inc/bookctrl.hxx index 96ac44ed49e5..59b605d5342b 100644 --- a/sw/source/ui/inc/bookctrl.hxx +++ b/sw/source/ui/inc/bookctrl.hxx @@ -19,8 +19,6 @@ #ifndef _BOOKCTRL_HXX #define _BOOKCTRL_HXX -// include --------------------------------------------------------------- - #include <sfx2/stbitem.hxx> #include <tools/string.hxx> diff --git a/sw/source/ui/inc/javaedit.hxx b/sw/source/ui/inc/javaedit.hxx index 57d8b9ae3692..612855612741 100644 --- a/sw/source/ui/inc/javaedit.hxx +++ b/sw/source/ui/inc/javaedit.hxx @@ -28,8 +28,6 @@ #ifndef _SW_JAVAEDIT_HXX #define _SW_JAVAEDIT_HXX -// include --------------------------------------------------------------- - #include <svx/stddlg.hxx> #include <vcl/fixed.hxx> diff --git a/sw/source/ui/inc/tmplctrl.hxx b/sw/source/ui/inc/tmplctrl.hxx index a9fe9d6bc9e0..6d745d2617e8 100644 --- a/sw/source/ui/inc/tmplctrl.hxx +++ b/sw/source/ui/inc/tmplctrl.hxx @@ -19,7 +19,6 @@ #ifndef _TMPLCTRL_HXX #define _TMPLCTRL_HXX -// include --------------------------------------------------------------- #include <sfx2/stbitem.hxx> // class BookmarkToolBoxControl ------------------------------------------- diff --git a/sw/source/ui/inc/viewlayoutctrl.hxx b/sw/source/ui/inc/viewlayoutctrl.hxx index d127f5118a22..f45bc18070a5 100644 --- a/sw/source/ui/inc/viewlayoutctrl.hxx +++ b/sw/source/ui/inc/viewlayoutctrl.hxx @@ -19,7 +19,6 @@ #ifndef _VIEWLAYOUTCTRL_HXX #define _VIEWLAYOUTCTRL_HXX -// include --------------------------------------------------------------- #include <sfx2/stbitem.hxx> // class SwViewLayoutControl ---------------------------------------------- |