[ooo-build-commit] .: Branch 'ooo-build-3-2-1' - patches/dev300
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Aug 18 07:27:26 PDT 2010
patches/dev300/sc-xml-with-xls-ext.diff | 9 +++++++++
1 file changed, 9 insertions(+)
New commits:
commit 6e133daa86b375b87972bbf7e39a110d16628343
Author: Petr Mladek <pmladek at walk.suse.cz>
Date: Wed Aug 18 16:25:15 2010 +0200
fix typo in RepairPackage property
* patches/dev300/sc-xml-with-xls-ext.diff: use "Repair" instead of "Rapair";
took from ooo330-m2
diff --git a/patches/dev300/sc-xml-with-xls-ext.diff b/patches/dev300/sc-xml-with-xls-ext.diff
index c75a3aa..6f15253 100644
--- a/patches/dev300/sc-xml-with-xls-ext.diff
+++ b/patches/dev300/sc-xml-with-xls-ext.diff
@@ -16,6 +16,15 @@
for( sal_Int32 nProperty=0; nProperty<nPropertyCount; ++nProperty )
{
+@@ -297,7 +298,7 @@ static BOOL lcl_IsAnyXMLFilter( const Sf
+ }
+ else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("InteractionHandler")) )
+ lDescriptor[nProperty].Value >>= xInteraction;
+- else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("RapairPackage")) )
++ else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("RepairPackage")) )
+ lDescriptor[nProperty].Value >>= bRepairPackage;
+ else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("DocumentTitle")) )
+ nIndexOfDocumentTitle = nProperty;
@@ -436,8 +438,11 @@ static BOOL lcl_IsAnyXMLFilter( const Sf
}
else
More information about the ooo-build-commit
mailing list