summaryrefslogtreecommitdiffstats
path: root/forms/source/helper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-28 12:28:46 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 09:25:09 +0200
commit57154616f064752c237a278db18767241da13c3f (patch)
treec105cd45b095b2580c4d9ffec69a49dda8089d9b /forms/source/helper
parentRemove some more PCH traces (diff)
downloadcore-57154616f064752c237a278db18767241da13c3f.tar.gz
core-57154616f064752c237a278db18767241da13c3f.zip
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'forms/source/helper')
-rw-r--r--forms/source/helper/commanddescriptionprovider.cxx2
-rw-r--r--forms/source/helper/commandimageprovider.cxx2
-rw-r--r--forms/source/helper/resettable.cxx4
-rw-r--r--forms/source/helper/urltransformer.cxx2
-rw-r--r--forms/source/helper/windowstateguard.cxx2
5 files changed, 0 insertions, 12 deletions
diff --git a/forms/source/helper/commanddescriptionprovider.cxx b/forms/source/helper/commanddescriptionprovider.cxx
index b8b61878dc73..9adff2b7f00f 100644
--- a/forms/source/helper/commanddescriptionprovider.cxx
+++ b/forms/source/helper/commanddescriptionprovider.cxx
@@ -20,11 +20,9 @@
#include "commanddescriptionprovider.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/frame/XModuleManager.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
-/** === end UNO includes === **/
#include <comphelper/namedvaluecollection.hxx>
#include <tools/diagnose_ex.h>
diff --git a/forms/source/helper/commandimageprovider.cxx b/forms/source/helper/commandimageprovider.cxx
index 1d96c3c6d660..878a72e93679 100644
--- a/forms/source/helper/commandimageprovider.cxx
+++ b/forms/source/helper/commandimageprovider.cxx
@@ -28,13 +28,11 @@
#include "commandimageprovider.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/ui/XImageManager.hpp>
#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/frame/XModuleManager.hpp>
#include <com/sun/star/ui/ImageType.hpp>
-/** === end UNO includes === **/
#include <tools/diagnose_ex.h>
diff --git a/forms/source/helper/resettable.cxx b/forms/source/helper/resettable.cxx
index 52c1c981bd35..fd40b1da69dc 100644
--- a/forms/source/helper/resettable.cxx
+++ b/forms/source/helper/resettable.cxx
@@ -17,12 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "resettable.hxx"
-/** === begin UNO includes === **/
-/** === end UNO includes === **/
-
#include <cppuhelper/weak.hxx>
//........................................................................
diff --git a/forms/source/helper/urltransformer.cxx b/forms/source/helper/urltransformer.cxx
index f9d05378f838..28aea0b33b5e 100644
--- a/forms/source/helper/urltransformer.cxx
+++ b/forms/source/helper/urltransformer.cxx
@@ -28,9 +28,7 @@
#include "urltransformer.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/util/URLTransformer.hpp>
-/** === end UNO includes === **/
#include <tools/debug.hxx>
#include <comphelper/componentcontext.hxx>
diff --git a/forms/source/helper/windowstateguard.cxx b/forms/source/helper/windowstateguard.cxx
index 17c217c22e61..a06f16ee0817 100644
--- a/forms/source/helper/windowstateguard.cxx
+++ b/forms/source/helper/windowstateguard.cxx
@@ -29,10 +29,8 @@
#include "windowstateguard.hxx"
#include "frm_strings.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/awt/XWindowListener2.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
-/** === end UNO includes === **/
#include <cppuhelper/implbase1.hxx>
#include <tools/diagnose_ex.h>