summaryrefslogtreecommitdiffstats
path: root/UnoControls/source/controls/progressmonitor.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-08 13:21:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-08 13:53:53 +0200
commit49ad17e2b1aef65fad357b9c540ab36189233dd3 (patch)
tree0d7755504c360b1ee84531774088e0b8a9f2808d /UnoControls/source/controls/progressmonitor.cxx
parentremove some more eof noise (diff)
downloadcore-49ad17e2b1aef65fad357b9c540ab36189233dd3.tar.gz
core-49ad17e2b1aef65fad357b9c540ab36189233dd3.zip
remove include comments and boxes
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
Diffstat (limited to 'UnoControls/source/controls/progressmonitor.cxx')
-rw-r--r--UnoControls/source/controls/progressmonitor.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx
index 0b7c33a7e47f..b034f12df241 100644
--- a/UnoControls/source/controls/progressmonitor.cxx
+++ b/UnoControls/source/controls/progressmonitor.cxx
@@ -17,15 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-//____________________________________________________________________________________________________________
-// my own includes
-//____________________________________________________________________________________________________________
-
#include "progressmonitor.hxx"
-//____________________________________________________________________________________________________________
-// includes of other projects
-//____________________________________________________________________________________________________________
#include <com/sun/star/awt/GradientStyle.hpp>
#include <com/sun/star/awt/RasterOperation.hpp>
#include <com/sun/star/awt/Gradient.hpp>
@@ -35,9 +28,7 @@
#include <tools/debug.hxx>
#include <tools/solar.h>
#include <algorithm>
-//____________________________________________________________________________________________________________
-// includes of my project
-//____________________________________________________________________________________________________________
+
#include "progressbar.hxx"
//____________________________________________________________________________________________________________