[Libreoffice-commits] core.git: xmloff/source

Armin Le Grand alg at apache.org
Sat Jun 8 12:45:46 PDT 2013


 xmloff/source/draw/shapeexport4.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit be8d06266fab13f200bae2aa1f0e953e517232cb
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Dec 12 11:59:13 2012 +0000

    Resolves: #i121455# Adapted from NonPrimitive to non-primitive...
    
    as used in the spec
    
    Patch by: Regina
    Review by: alg
    
    (cherry picked from commit af6ada82a4634e4b64faf811eaf527c167c334bf)
    
    Conflicts:
    	xmloff/source/draw/shapeexport4.cxx
    
    Change-Id: I2fe339ba35cf589a9d4034446c671d4f09b0c0f0

diff --git a/xmloff/source/draw/shapeexport4.cxx b/xmloff/source/draw/shapeexport4.cxx
index f55e05f..ad34554 100644
--- a/xmloff/source/draw/shapeexport4.cxx
+++ b/xmloff/source/draw/shapeexport4.cxx
@@ -499,7 +499,7 @@ void ImpExportEnhancedGeometry( SvXMLExport& rExport, const uno::Reference< bean
 
         if ( aGeoPropSet >>= aGeoPropSeq )
         {
-            const OUString sCustomShapeType( "NonPrimitive" );
+            const OUString sCustomShapeType( "non-primitive" );
             OUString aCustomShapeType( sCustomShapeType );
 
             sal_Int32 j, nGeoPropCount = aGeoPropSeq.getLength();


More information about the Libreoffice-commits mailing list