[Libreoffice-commits] .: Branch 'integration/dev300_m98' - vbahelper/source
Michael Meeks
michael at kemper.freedesktop.org
Tue Mar 8 05:12:00 PST 2011
vbahelper/source/vbahelper/vbadocumentsbase.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ee308845937cf3c92f69f009736675e3eaaf17d3
Author: Michael Meeks <michael.meeks at novell.com>
Date: Tue Mar 8 13:07:35 2011 +0000
lots of calc merging issues fixed
diff --git a/vbahelper/source/vbahelper/vbadocumentsbase.cxx b/vbahelper/source/vbahelper/vbadocumentsbase.cxx
index d6e2a89..6387dca 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,
More information about the Libreoffice-commits
mailing list