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 /ucb | |
parent | 0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff) |
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ext/ucpext_content.cxx | 3 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_datasupplier.cxx | 3 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_provider.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_resultset.cxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_services.cxx | 2 |
5 files changed, 2 insertions, 10 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx index ca6b76e0b644..c40b932273a6 100644 --- a/ucb/source/ucp/ext/ucpext_content.cxx +++ b/ucb/source/ucp/ext/ucpext_content.cxx @@ -55,7 +55,6 @@ namespace ucb { namespace ucp { namespace ext { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -93,7 +92,7 @@ namespace ucb { namespace ucp { namespace ext using ::com::sun::star::ucb::CommandInfo; using ::com::sun::star::deployment::PackageInformationProvider; using ::com::sun::star::deployment::XPackageInformationProvider; - /** === end UNO using === **/ + namespace OpenMode = ::com::sun::star::ucb::OpenMode; namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute; diff --git a/ucb/source/ucp/ext/ucpext_datasupplier.cxx b/ucb/source/ucp/ext/ucpext_datasupplier.cxx index b3922f9ac462..ff93dc977b74 100644 --- a/ucb/source/ucp/ext/ucpext_datasupplier.cxx +++ b/ucb/source/ucp/ext/ucpext_datasupplier.cxx @@ -41,7 +41,6 @@ namespace ucb { namespace ucp { namespace ext { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -65,7 +64,7 @@ namespace ucb { namespace ucp { namespace ext using ::com::sun::star::beans::Property; using ::com::sun::star::sdbc::XResultSet; using ::com::sun::star::ucb::XCommandEnvironment; - /** === end UNO using === **/ + //================================================================================================================== //= ResultListEntry //================================================================================================================== diff --git a/ucb/source/ucp/ext/ucpext_provider.cxx b/ucb/source/ucp/ext/ucpext_provider.cxx index 9ea4b752555f..4115f52a4b96 100644 --- a/ucb/source/ucp/ext/ucpext_provider.cxx +++ b/ucb/source/ucp/ext/ucpext_provider.cxx @@ -31,7 +31,6 @@ namespace ucb { namespace ucp { namespace ext { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -48,7 +47,6 @@ namespace ucb { namespace ucp { namespace ext using ::com::sun::star::ucb::IllegalIdentifierException; using ::com::sun::star::ucb::XContent; using ::com::sun::star::uno::XComponentContext; - /** === end UNO using === **/ //================================================================================================================== //= ContentProvider diff --git a/ucb/source/ucp/ext/ucpext_resultset.cxx b/ucb/source/ucp/ext/ucpext_resultset.cxx index 9b6a3b6aaba4..432f2a014507 100644 --- a/ucb/source/ucp/ext/ucpext_resultset.cxx +++ b/ucb/source/ucp/ext/ucpext_resultset.cxx @@ -29,7 +29,6 @@ namespace ucb { namespace ucp { namespace ext { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -46,7 +45,6 @@ namespace ucb { namespace ucp { namespace ext using ::com::sun::star::ucb::XContentIdentifier; using ::com::sun::star::ucb::OpenCommandArgument2; using ::com::sun::star::ucb::XCommandEnvironment; - /** === end UNO using === **/ //================================================================================================================== //= ResultSet diff --git a/ucb/source/ucp/ext/ucpext_services.cxx b/ucb/source/ucp/ext/ucpext_services.cxx index bcf6b6164693..bbb64b4815b8 100644 --- a/ucb/source/ucp/ext/ucpext_services.cxx +++ b/ucb/source/ucp/ext/ucpext_services.cxx @@ -26,7 +26,6 @@ namespace ucb { namespace ucp { namespace ext { //...................................................................................................................... - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; using ::com::sun::star::uno::UNO_QUERY; @@ -39,7 +38,6 @@ namespace ucb { namespace ucp { namespace ext using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Type; using ::com::sun::star::lang::XSingleComponentFactory; - /** === end UNO using === **/ //================================================================================================================== //= descriptors for the services implemented in this component |