summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/doceventnotifier.cxx
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 /basctl/source/basicide/doceventnotifier.cxx
parentremove unused help ids (diff)
downloadcore-2b7ee1db281e776c188bd11eeefa5c16c914761e.tar.gz
core-2b7ee1db281e776c188bd11eeefa5c16c914761e.zip
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'basctl/source/basicide/doceventnotifier.cxx')
-rw-r--r--basctl/source/basicide/doceventnotifier.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/basctl/source/basicide/doceventnotifier.cxx b/basctl/source/basicide/doceventnotifier.cxx
index 0bff061c09d3..957ae1b8ea1b 100644
--- a/basctl/source/basicide/doceventnotifier.cxx
+++ b/basctl/source/basicide/doceventnotifier.cxx
@@ -41,7 +41,6 @@ namespace basctl
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::document::XEventBroadcaster;
using ::com::sun::star::document::XEventListener;
using ::com::sun::star::document::EventObject;
@@ -53,7 +52,7 @@ namespace basctl
using ::com::sun::star::frame::XModel;
using ::com::sun::star::frame::GlobalEventBroadcaster;
using ::com::sun::star::uno::UNO_QUERY;
- /** === end UNO using === **/
+
namespace csslang = ::com::sun::star::lang;
//====================================================================