diff options
Diffstat (limited to 'sw/source/ui/vba/vbaglobals.cxx')
-rw-r--r-- | sw/source/ui/vba/vbaglobals.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaglobals.cxx b/sw/source/ui/vba/vbaglobals.cxx index a85f0c767cff..d6b89abf4448 100644 --- a/sw/source/ui/vba/vbaglobals.cxx +++ b/sw/source/ui/vba/vbaglobals.cxx @@ -61,7 +61,7 @@ SwVbaGlobals::getApplication() if ( !mxApplication.is() ) mxApplication.set( new SwVbaApplication( mxContext) ); - return mxApplication; + return mxApplication; } uno::Reference<word::XSystem > SAL_CALL |