diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-28 12:28:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:09 +0200 |
commit | 57154616f064752c237a278db18767241da13c3f (patch) | |
tree | c105cd45b095b2580c4d9ffec69a49dda8089d9b /toolkit/inc | |
parent | 59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff) |
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/awt/animatedimagespeer.hxx | 2 | ||||
-rw-r--r-- | toolkit/inc/toolkit/controls/animatedimages.hxx | 2 | ||||
-rw-r--r-- | toolkit/inc/toolkit/controls/spinningprogress.hxx | 3 | ||||
-rw-r--r-- | toolkit/inc/toolkit/helper/formpdfexport.hxx | 2 | ||||
-rw-r--r-- | toolkit/inc/toolkit/helper/imagealign.hxx | 4 |
5 files changed, 0 insertions, 13 deletions
diff --git a/toolkit/inc/toolkit/awt/animatedimagespeer.hxx b/toolkit/inc/toolkit/awt/animatedimagespeer.hxx index f86f64f74317..8606c1293508 100644 --- a/toolkit/inc/toolkit/awt/animatedimagespeer.hxx +++ b/toolkit/inc/toolkit/awt/animatedimagespeer.hxx @@ -22,10 +22,8 @@ #include "toolkit/awt/vclxwindow.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/awt/XAnimation.hpp> #include <com/sun/star/util/XModifyListener.hpp> -/** === end UNO includes === **/ #include <cppuhelper/implbase3.hxx> diff --git a/toolkit/inc/toolkit/controls/animatedimages.hxx b/toolkit/inc/toolkit/controls/animatedimages.hxx index 35f63c3a04a5..6faa70111257 100644 --- a/toolkit/inc/toolkit/controls/animatedimages.hxx +++ b/toolkit/inc/toolkit/controls/animatedimages.hxx @@ -23,11 +23,9 @@ #include "toolkit/controls/unocontrolbase.hxx" #include "toolkit/controls/unocontrolmodel.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/awt/XAnimation.hpp> #include <com/sun/star/awt/XAnimatedImages.hpp> #include <com/sun/star/container/XContainerListener.hpp> -/** === end UNO includes === **/ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> diff --git a/toolkit/inc/toolkit/controls/spinningprogress.hxx b/toolkit/inc/toolkit/controls/spinningprogress.hxx index 46ddbea92234..e9914883bb39 100644 --- a/toolkit/inc/toolkit/controls/spinningprogress.hxx +++ b/toolkit/inc/toolkit/controls/spinningprogress.hxx @@ -22,9 +22,6 @@ #include "toolkit/controls/animatedimages.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - //...................................................................................................................... namespace toolkit { diff --git a/toolkit/inc/toolkit/helper/formpdfexport.hxx b/toolkit/inc/toolkit/helper/formpdfexport.hxx index 000387e432c2..9e88d71f5b3f 100644 --- a/toolkit/inc/toolkit/helper/formpdfexport.hxx +++ b/toolkit/inc/toolkit/helper/formpdfexport.hxx @@ -22,9 +22,7 @@ #include <toolkit/dllapi.h> -/** === begin UNO includes === **/ #include <com/sun/star/awt/XControl.hpp> -/** === end UNO includes === **/ #include <vcl/pdfwriter.hxx> diff --git a/toolkit/inc/toolkit/helper/imagealign.hxx b/toolkit/inc/toolkit/helper/imagealign.hxx index a904a4edb8ee..f6f2ac5e3860 100644 --- a/toolkit/inc/toolkit/helper/imagealign.hxx +++ b/toolkit/inc/toolkit/helper/imagealign.hxx @@ -20,11 +20,7 @@ #ifndef TOOLKIT_INC_TOOLKIT_HELPER_IMAGEALIGN_HXX #define TOOLKIT_INC_TOOLKIT_HELPER_IMAGEALIGN_HXX -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - #include <sal/types.h> - #include <vcl/button.hxx> //........................................................................ |