diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-01-28 18:14:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-01-28 18:14:49 +0000 |
commit | 430acf5cdd67be1838d49bf8ca54dcead6ac3697 (patch) | |
tree | 478155036c14dd6078653f5344036ca6d14833f9 /sfx2 | |
parent | d7e407b57ca09e9fd5c953b08fb14db192f506c9 (diff) |
INTEGRATION: CWS filtercfg (1.38.6); FILE MERGED
2004/01/13 19:59:12 as 1.38.6.2: RESYNC: (1.38-1.39); FILE MERGED
2003/10/30 16:36:42 mba 1.38.6.1: #102620#: create SfxFilters on demand
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objxtor.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx index adcac958f711..d1009484b1e9 100644 --- a/sfx2/source/doc/objxtor.cxx +++ b/sfx2/source/doc/objxtor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: objxtor.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: vg $ $Date: 2004-01-06 16:30:05 $ + * last change: $Author: kz $ $Date: 2004-01-28 19:14:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1033,6 +1033,10 @@ String SfxObjectShell::GetServiceNameFromFactory( const String& rFact ) { aServiceName = ::rtl::OUString::createFromAscii("com.sun.star.formula.FormulaProperties"); } + else if ( aFact.EqualsAscii("sbasic") ) + { + aServiceName = ::rtl::OUString::createFromAscii("com.sun.star.comp.basic.BasicIDE"); + } return aServiceName; } |