diff options
Diffstat (limited to 'sc/source/ui/vba/vbaoutline.cxx')
-rw-r--r-- | sc/source/ui/vba/vbaoutline.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaoutline.cxx b/sc/source/ui/vba/vbaoutline.cxx index a6c027da3aea..2e6b0f63731a 100644 --- a/sc/source/ui/vba/vbaoutline.cxx +++ b/sc/source/ui/vba/vbaoutline.cxx @@ -29,7 +29,7 @@ ************************************************************************/ #include "vbaoutline.hxx" using namespace ::com::sun::star; -using namespace ::org::openoffice; +using namespace ::ooo::vba; void ScVbaOutline::ShowLevels( const uno::Any& RowLevels, const uno::Any& ColumnLevels ) throw (uno::RuntimeException) @@ -62,7 +62,7 @@ ScVbaOutline::getServiceNames() if ( aServiceNames.getLength() == 0 ) { aServiceNames.realloc( 1 ); - aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("org.openoffice.excel.Outline" ) ); + aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.Outline" ) ); } return aServiceNames; } |