summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-03-08 13:07:35 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-03-08 13:07:35 +0000
commitee308845937cf3c92f69f009736675e3eaaf17d3 (patch)
tree9a6734d0858fd5a8f57959a112156cadea046e0f
parentecb752357d7bbbfe04f9fc12adec4d638099e48e (diff)
lots of calc merging issues fixedintegration/dev300_m98
-rw-r--r--vbahelper/source/vbahelper/vbadocumentsbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbadocumentsbase.cxx b/vbahelper/source/vbahelper/vbadocumentsbase.cxx
index d6e2a89314..6387dca235 100644
--- a/vbahelper/source/vbahelper/vbadocumentsbase.cxx
+++ b/vbahelper/source/vbahelper/vbadocumentsbase.cxx
@@ -239,7 +239,7 @@ VbaDocumentsBase::Add() throw (uno::RuntimeException)
aMediaDesc[ ::comphelper::MediaDescriptor::PROP_MACROEXECUTIONMODE() ] <<= document::MacroExecMode::USE_CONFIG;
aMediaDesc.setComponentDataEntry( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ApplyFormDesignMode" ) ), uno::Any( false ) );
- // craete the new document
+ // create the new document
uno::Reference< lang::XComponent > xComponent = xLoader->loadComponentFromURL(
sURL ,
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("_blank") ), 0,