summaryrefslogtreecommitdiff
path: root/basic/source/uno
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-09 09:37:43 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-09 09:37:43 +0000
commit1d1cf1d4b31044f31711a211d410864b8537a61e (patch)
treee35e3f80a1ee37a7ffa9fb9393242fe57ec11ae5 /basic/source/uno
parentfa7aa1c876b588e4005dd3210731b9ec6936a33c (diff)
#i10000# remove semicolon
Diffstat (limited to 'basic/source/uno')
-rw-r--r--basic/source/uno/sbmodule.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/uno/sbmodule.hxx b/basic/source/uno/sbmodule.hxx
index 341e56549b10..0e3ba02f98b7 100644
--- a/basic/source/uno/sbmodule.hxx
+++ b/basic/source/uno/sbmodule.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbmodule.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2006-11-08 11:54:34 $
+ * last change: $Author: kz $ $Date: 2006-11-09 10:37:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,7 +45,7 @@ namespace basic
{
//........................................................................
- DECLARE_COMPONENT_MODULE( BasicModule, BasicModuleClient );
+ DECLARE_COMPONENT_MODULE( BasicModule, BasicModuleClient )
//........................................................................
} // namespace basic