From 57154616f064752c237a278db18767241da13c3f Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 28 Jun 2012 12:28:46 +0200 Subject: Remove UNO includes comments Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a --- toolkit/inc/toolkit/awt/animatedimagespeer.hxx | 2 -- toolkit/inc/toolkit/controls/animatedimages.hxx | 2 -- toolkit/inc/toolkit/controls/spinningprogress.hxx | 3 --- toolkit/inc/toolkit/helper/formpdfexport.hxx | 2 -- toolkit/inc/toolkit/helper/imagealign.hxx | 4 ---- 5 files changed, 13 deletions(-) (limited to 'toolkit/inc') 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 #include -/** === end UNO includes === **/ #include 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 #include #include -/** === end UNO includes === **/ #include #include 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 -/** === begin UNO includes === **/ #include -/** === end UNO includes === **/ #include 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 - #include //........................................................................ -- cgit