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 --- xmloff/inc/xmloff/XMLSettingsExportContext.hxx | 2 -- xmloff/source/forms/elementexport.cxx | 2 -- xmloff/source/forms/elementimport.cxx | 2 -- xmloff/source/forms/elementimport.hxx | 2 -- xmloff/source/forms/gridcolumnproptranslator.cxx | 2 -- xmloff/source/forms/gridcolumnproptranslator.hxx | 2 -- xmloff/source/forms/layerexport.cxx | 2 -- 7 files changed, 14 deletions(-) (limited to 'xmloff') diff --git a/xmloff/inc/xmloff/XMLSettingsExportContext.hxx b/xmloff/inc/xmloff/XMLSettingsExportContext.hxx index b3be0276e780..e70dbe355dc1 100644 --- a/xmloff/inc/xmloff/XMLSettingsExportContext.hxx +++ b/xmloff/inc/xmloff/XMLSettingsExportContext.hxx @@ -27,9 +27,7 @@ #ifndef XML_SETTINGS_EXPORT_CONTEXT_HXX #define XML_SETTINGS_EXPORT_CONTEXT_HXX -/** === begin UNO includes === **/ #include -/** === end UNO includes === **/ #include "xmloff/xmltoken.hxx" diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx index 06ad07bb9189..f62e0da52aa2 100644 --- a/xmloff/source/forms/elementexport.cxx +++ b/xmloff/source/forms/elementexport.cxx @@ -36,7 +36,6 @@ #include "xmloff/xformsexport.hxx" #include "property_meta_data.hxx" -/** === begin UNO includes === **/ #include #include #include @@ -53,7 +52,6 @@ #include #include #include -/** === end UNO includes === **/ #include #include // for check states diff --git a/xmloff/source/forms/elementimport.cxx b/xmloff/source/forms/elementimport.cxx index 405a8fa1998c..03b1d044448d 100644 --- a/xmloff/source/forms/elementimport.cxx +++ b/xmloff/source/forms/elementimport.cxx @@ -42,7 +42,6 @@ #include "property_description.hxx" #include "property_meta_data.hxx" -/** === begin UNO includes === **/ #include #include #include @@ -51,7 +50,6 @@ #include #include #include -/** === end UNO includes === **/ #include #include diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx index e5b58726e6f1..61fb2b2f0e82 100644 --- a/xmloff/source/forms/elementimport.hxx +++ b/xmloff/source/forms/elementimport.hxx @@ -27,13 +27,11 @@ #include "logging.hxx" #include "property_description.hxx" -/** === begin UNO includes === **/ #include #include #include #include #include -/** === end UNO includes === **/ #include diff --git a/xmloff/source/forms/gridcolumnproptranslator.cxx b/xmloff/source/forms/gridcolumnproptranslator.cxx index 6dec3d6d5cc0..5b00ec4ee355 100644 --- a/xmloff/source/forms/gridcolumnproptranslator.cxx +++ b/xmloff/source/forms/gridcolumnproptranslator.cxx @@ -28,11 +28,9 @@ #include "gridcolumnproptranslator.hxx" -/** === begin UNO includes === **/ #include #include #include -/** === end UNO includes === **/ #include #include diff --git a/xmloff/source/forms/gridcolumnproptranslator.hxx b/xmloff/source/forms/gridcolumnproptranslator.hxx index 01dfa8fae9f2..ce391297496f 100644 --- a/xmloff/source/forms/gridcolumnproptranslator.hxx +++ b/xmloff/source/forms/gridcolumnproptranslator.hxx @@ -20,10 +20,8 @@ #ifndef XMLOFF_SOURCE_FORMS_GRIDCOLUMNPROPTRANSLATOR_HXX #define XMLOFF_SOURCE_FORMS_GRIDCOLUMNPROPTRANSLATOR_HXX -/** === begin UNO includes === **/ #include #include -/** === end UNO includes === **/ #include //........................................................................ diff --git a/xmloff/source/forms/layerexport.cxx b/xmloff/source/forms/layerexport.cxx index 846c00cba503..225ba07bf5ce 100644 --- a/xmloff/source/forms/layerexport.cxx +++ b/xmloff/source/forms/layerexport.cxx @@ -55,9 +55,7 @@ #include #include "xmloff/xformsexport.hxx" -/** === begin UNO includes === **/ #include -/** === end UNO includes === **/ #include -- cgit