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 /basctl/source/inc | |
parent | 59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff) |
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/doceventnotifier.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/docsignature.hxx | 2 | ||||
-rw-r--r-- | basctl/source/inc/scriptdocument.hxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/basctl/source/inc/doceventnotifier.hxx b/basctl/source/inc/doceventnotifier.hxx index 071ee0e57f90..145e18dea019 100644 --- a/basctl/source/inc/doceventnotifier.hxx +++ b/basctl/source/inc/doceventnotifier.hxx @@ -20,9 +20,7 @@ #ifndef BASCTL_DOCEVENTNOTIFIER_HXX #define BASCTL_DOCEVENTNOTIFIER_HXX -/** === begin UNO includes === **/ #include <com/sun/star/frame/XModel.hpp> -/** === end UNO includes === **/ #include <rtl/ref.hxx> diff --git a/basctl/source/inc/docsignature.hxx b/basctl/source/inc/docsignature.hxx index 86faed75133f..4ff3e2a48c7b 100644 --- a/basctl/source/inc/docsignature.hxx +++ b/basctl/source/inc/docsignature.hxx @@ -19,9 +19,7 @@ #ifndef BASCTL_DOCSIGNATURE_HXX #define BASCTL_DOCSIGNATURE_HXX -/** === begin UNO includes === **/ #include <com/sun/star/frame/XModel.hpp> -/** === end UNO includes === **/ #include <memory> diff --git a/basctl/source/inc/scriptdocument.hxx b/basctl/source/inc/scriptdocument.hxx index f525586fe30c..e941222b21e3 100644 --- a/basctl/source/inc/scriptdocument.hxx +++ b/basctl/source/inc/scriptdocument.hxx @@ -20,12 +20,10 @@ #ifndef SCRIPTDOCUMENT_HXX #define SCRIPTDOCUMENT_HXX -/** === begin UNO includes === **/ #include <com/sun/star/script/XLibraryContainer.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/io/XInputStreamProvider.hpp> -/** === end UNO includes === **/ #include <boost/shared_ptr.hpp> #include <vector> |