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 /uui | |
parent | 0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff) |
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index 9c42f2e2b3ef..2d6fb19bebc3 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -88,7 +88,6 @@ #include <boost/scoped_ptr.hpp> -/** === begin UNO using === **/ using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::Reference; @@ -106,7 +105,6 @@ using ::com::sun::star::uno::Exception; using ::com::sun::star::uno::Any; using ::com::sun::star::task::XInteractionRequest; using ::com::sun::star::lang::XMultiServiceFactory; -/** === end UNO using === **/ using namespace ::com::sun::star; |