summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-01 18:45:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-01 22:45:36 +0200
commit2b7ee1db281e776c188bd11eeefa5c16c914761e (patch)
treef5c8539420559ed3dee5dcfff8fb70689b8b4fdc /basic
parent0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff)
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'basic')
-rw-r--r--basic/source/basmgr/basicmanagerrepository.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx
index 59e6ee2da2b9..7b81631570a7 100644
--- a/basic/source/basmgr/basicmanagerrepository.cxx
+++ b/basic/source/basmgr/basicmanagerrepository.cxx
@@ -51,7 +51,6 @@ namespace basic
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XComponentContext;
using ::com::sun::star::frame::XModel;
@@ -68,7 +67,6 @@ namespace basic
using ::com::sun::star::document::XStorageBasedDocument;
using ::com::sun::star::lang::XComponent;
using ::com::sun::star::document::XEmbeddedScripts;
- /** === end UNO using === **/
typedef BasicManager* BasicManagerPointer;
typedef ::std::map< Reference< XInterface >, BasicManagerPointer, ::comphelper::OInterfaceCompare< XInterface > > BasicManagerStore;