summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/customshapes/generatePresetsCXX.pl
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/customshapes/generatePresetsCXX.pl')
-rwxr-xr-xoox/source/drawingml/customshapes/generatePresetsCXX.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/customshapes/generatePresetsCXX.pl b/oox/source/drawingml/customshapes/generatePresetsCXX.pl
index 7822f2e7a914..e3e331617b28 100755
--- a/oox/source/drawingml/customshapes/generatePresetsCXX.pl
+++ b/oox/source/drawingml/customshapes/generatePresetsCXX.pl
@@ -130,7 +130,7 @@ sub generateSource
print OUT " {\n";
print OUT " PropertyMap aPropertyMap;\n\n";
print OUT @{$sources->{$shape}};
- print OUT " aPropertyMap [ PROP_Type ] <<= OUString(\"ooxml-", $shape, "\");\n\n";
+ print OUT " aPropertyMap.setProperty( PROP_Type, OUString(\"ooxml-", $shape, "\"));\n\n";
print OUT " return aPropertyMap;\n";
print OUT " }\n";
print OUT "};\n";