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.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/drawingml/customshapes/generatePresetsCXX.pl b/oox/source/drawingml/customshapes/generatePresetsCXX.pl
index fcd21529d7c7..e5a509d39416 100755
--- a/oox/source/drawingml/customshapes/generatePresetsCXX.pl
+++ b/oox/source/drawingml/customshapes/generatePresetsCXX.pl
@@ -134,6 +134,9 @@ sub generateSource
print OUT " return aPropertyMap;\n";
print OUT " }\n";
print OUT "};\n";
+ print OUT "\n";
+ print OUT "// This is a generated source file. DO NOT EDIT.\n";
+ print OUT "\n";
$shCount++;