summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-01-28 11:56:30 +0000
committerKurt Zenker <kz@openoffice.org>2004-01-28 11:56:30 +0000
commitcbdd9b64da6df880110cef288f313c461f7bebeb (patch)
tree8f876495effb027f816d3f01d0ac053fa936afa9 /basctl
parente84173027fa85b9fe7966ef480c5105e684da08b (diff)
INTEGRATION: CWS filtercfg (1.9.8); FILE MERGED
2003/10/30 16:42:53 mba 1.9.8.1: #112834#: typo
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basdoc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx
index c4e943335cd9..74fe4c9fdeeb 100644
--- a/basctl/source/basicide/basdoc.cxx
+++ b/basctl/source/basicide/basdoc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basdoc.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2003-09-19 08:29:10 $
+ * last change: $Author: kz $ $Date: 2004-01-28 12:56:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@ SFX_IMPL_SIMPLE_OBJECTFACTORY( BasicDocShell, SFXOBJECTSHELL_STD_NORMAL, sbasic
{
Factory().SetExplorerImageId( IMG_MACROLIB );
Factory().RegisterHelpFile( String( RTL_CONSTASCII_USTRINGPARAM( "sbasic" ) ) );
- Factory().SetDocumentServiceName( String::CreateFromAscii("com.sun.star.comp.basic.BasidIDE") );
+ Factory().SetDocumentServiceName( String::CreateFromAscii("com.sun.star.comp.basic.BasicIDE") );
Factory().RegisterMenuBar( IDEResId(RID_BASICMENU) );
}