summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbapane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbapane.cxx')
-rw-r--r--sw/source/ui/vba/vbapane.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/vba/vbapane.cxx b/sw/source/ui/vba/vbapane.cxx
index 2db1d8a27850..a76596c3fd62 100644
--- a/sw/source/ui/vba/vbapane.cxx
+++ b/sw/source/ui/vba/vbapane.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,7 +46,7 @@ SwVbaPane::~SwVbaPane()
uno::Any SAL_CALL
SwVbaPane::View() throw ( css::uno::RuntimeException )
{
- return uno::makeAny( uno::Reference< word::XView >( new SwVbaView( this, mxContext, mxModel ) ) );
+ return uno::makeAny( uno::Reference< word::XView >( new SwVbaView( this, mxContext, mxModel ) ) );
}
void SAL_CALL
@@ -56,14 +56,14 @@ SwVbaPane::Close( ) throw ( css::uno::RuntimeException )
dispatchRequests( mxModel,url );
}
-rtl::OUString&
+rtl::OUString&
SwVbaPane::getServiceImplName()
{
static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaPane") );
return sImplName;
}
-uno::Sequence< rtl::OUString >
+uno::Sequence< rtl::OUString >
SwVbaPane::getServiceNames()
{
static uno::Sequence< rtl::OUString > aServiceNames;