diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-01 18:45:57 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-01 22:45:36 +0200 |
commit | 2b7ee1db281e776c188bd11eeefa5c16c914761e (patch) | |
tree | f5c8539420559ed3dee5dcfff8fb70689b8b4fdc /comphelper/source | |
parent | 0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff) |
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/container/enumerablemap.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/misc/anycompare.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/misc/componentbase.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/misc/componentcontext.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/misc/componentmodule.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/misc/documentinfo.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/misc/logging.cxx | 3 | ||||
-rw-r--r-- | comphelper/source/misc/namedvaluecollection.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/misc/officeresourcebundle.cxx | 2 | ||||
-rw-r--r-- | comphelper/source/property/property.cxx | 3 | ||||
-rw-r--r-- | comphelper/source/property/propertybag.cxx | 3 |
11 files changed, 3 insertions, 22 deletions
diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx index c4800e8746e8..ad2b9c9888c4 100644 --- a/comphelper/source/container/enumerablemap.cxx +++ b/comphelper/source/container/enumerablemap.cxx @@ -44,7 +44,6 @@ namespace comphelper { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -80,7 +79,6 @@ namespace comphelper using ::com::sun::star::uno::TypeDescription; using ::com::sun::star::lang::WrappedTargetException; using ::com::sun::star::lang::DisposedException; - /** === end UNO using === **/ //==================================================================== //= MapData diff --git a/comphelper/source/misc/anycompare.cxx b/comphelper/source/misc/anycompare.cxx index 5267f556a1cb..470be26794ce 100644 --- a/comphelper/source/misc/anycompare.cxx +++ b/comphelper/source/misc/anycompare.cxx @@ -25,7 +25,6 @@ namespace comphelper { - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -57,7 +56,6 @@ namespace comphelper using ::com::sun::star::util::Date; using ::com::sun::star::util::Time; using ::com::sun::star::util::DateTime; - /** === end UNO using === **/ //================================================================================================================== //= DatePredicateLess diff --git a/comphelper/source/misc/componentbase.cxx b/comphelper/source/misc/componentbase.cxx index c13256295498..23318ba1bde1 100644 --- a/comphelper/source/misc/componentbase.cxx +++ b/comphelper/source/misc/componentbase.cxx @@ -28,12 +28,10 @@ namespace comphelper { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::lang::NotInitializedException; using ::com::sun::star::lang::DisposedException; using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; - /** === end UNO using === **/ //==================================================================== //= ComponentBase diff --git a/comphelper/source/misc/componentcontext.cxx b/comphelper/source/misc/componentcontext.cxx index b0d7b8a0c27c..4a5abe05859f 100644 --- a/comphelper/source/misc/componentcontext.cxx +++ b/comphelper/source/misc/componentcontext.cxx @@ -28,7 +28,6 @@ namespace comphelper { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::lang::NullPointerException; @@ -42,7 +41,6 @@ namespace comphelper using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::uno::Sequence; - /** === end UNO using === **/ //==================================================================== //= ComponentContext diff --git a/comphelper/source/misc/componentmodule.cxx b/comphelper/source/misc/componentmodule.cxx index 8a4cc74f8ced..0f686b21e9ef 100644 --- a/comphelper/source/misc/componentmodule.cxx +++ b/comphelper/source/misc/componentmodule.cxx @@ -30,7 +30,6 @@ namespace comphelper //........................................................................ using namespace ::cppu; - /** === being UNO using === **/ using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::uno::Reference; @@ -38,7 +37,6 @@ namespace comphelper using ::com::sun::star::registry::XRegistryKey; using ::com::sun::star::uno::Exception; using ::com::sun::star::uno::XInterface; - /** === end UNO using === **/ typedef ::std::vector< ComponentDescription > ComponentDescriptions; diff --git a/comphelper/source/misc/documentinfo.cxx b/comphelper/source/misc/documentinfo.cxx index e80d818dd19c..5039c2d9d805 100644 --- a/comphelper/source/misc/documentinfo.cxx +++ b/comphelper/source/misc/documentinfo.cxx @@ -38,7 +38,6 @@ namespace comphelper { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::UNO_QUERY_THROW; @@ -54,7 +53,6 @@ namespace comphelper { using ::com::sun::star::beans::XPropertySetInfo; using ::com::sun::star::uno::XInterface; using ::com::sun::star::frame::XFrame; - /** === end UNO using === **/ //==================================================================== //= helper diff --git a/comphelper/source/misc/logging.cxx b/comphelper/source/misc/logging.cxx index 9d23deeda6db..bd3a09251880 100644 --- a/comphelper/source/misc/logging.cxx +++ b/comphelper/source/misc/logging.cxx @@ -33,7 +33,6 @@ namespace comphelper { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::logging::XLoggerPool; @@ -44,7 +43,7 @@ namespace comphelper using ::com::sun::star::logging::XLogHandler; using ::com::sun::star::resource::XResourceBundle; using ::com::sun::star::resource::XResourceBundleLoader; - /** === end UNO using === **/ + namespace LogLevel = ::com::sun::star::logging::LogLevel; //==================================================================== diff --git a/comphelper/source/misc/namedvaluecollection.cxx b/comphelper/source/misc/namedvaluecollection.cxx index ef8ad7a32697..8b390d7fdd7a 100644 --- a/comphelper/source/misc/namedvaluecollection.cxx +++ b/comphelper/source/misc/namedvaluecollection.cxx @@ -44,7 +44,6 @@ namespace comphelper { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Sequence; using ::com::sun::star::beans::PropertyValue; @@ -55,7 +54,6 @@ namespace comphelper using ::com::sun::star::uno::cpp_queryInterface; using ::com::sun::star::lang::IllegalArgumentException; using ::com::sun::star::beans::PropertyState_DIRECT_VALUE; - /** === end UNO using === **/ //==================================================================== //= NamedValueCollection_Impl diff --git a/comphelper/source/misc/officeresourcebundle.cxx b/comphelper/source/misc/officeresourcebundle.cxx index 3c201bc030ed..384b809dee99 100644 --- a/comphelper/source/misc/officeresourcebundle.cxx +++ b/comphelper/source/misc/officeresourcebundle.cxx @@ -31,7 +31,6 @@ namespace comphelper { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using com::sun::star::resource::XResourceBundle; using com::sun::star::resource::XResourceBundleLoader; @@ -41,7 +40,6 @@ namespace comphelper using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::Exception; using ::com::sun::star::uno::Any; - /** === end UNO using === **/ //==================================================================== //= ResourceBundle_Impl diff --git a/comphelper/source/property/property.cxx b/comphelper/source/property/property.cxx index 7c8c149b6cea..669a28bf4470 100644 --- a/comphelper/source/property/property.cxx +++ b/comphelper/source/property/property.cxx @@ -40,7 +40,6 @@ namespace comphelper { - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::beans::XPropertySet; using ::com::sun::star::beans::XPropertySetInfo; @@ -56,7 +55,7 @@ namespace comphelper using ::com::sun::star::lang::XServiceInfo; #endif using ::com::sun::star::uno::UNO_QUERY; - /** === end UNO using === **/ + namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute; //------------------------------------------------------------------ diff --git a/comphelper/source/property/propertybag.cxx b/comphelper/source/property/propertybag.cxx index bd519ede84cc..ba612a53db8e 100644 --- a/comphelper/source/property/propertybag.cxx +++ b/comphelper/source/property/propertybag.cxx @@ -32,7 +32,6 @@ namespace comphelper { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Type; using ::com::sun::star::uno::TypeClass_VOID; @@ -42,7 +41,7 @@ namespace comphelper using ::com::sun::star::beans::Property; using ::com::sun::star::beans::NotRemoveableException; using ::com::sun::star::beans::UnknownPropertyException; - /** === end UNO using === **/ + namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute; //==================================================================== |