diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:37:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 09:37:22 -0600 |
commit | 40961d7bcdb57a13115928a9c21d48ffa6e93aee (patch) | |
tree | eb4024a919b7ae95755573c4b638e47672f785a0 /oox/source/drawingml/customshapes | |
parent | 75c8d59ddd6ca19ff312c8e507ef05d969704d5a (diff) |
Remove visual noise from oox
Change-Id: Ie25838f20f00dc32d9d22959308c118cef688e94
Reviewed-on: https://gerrit.libreoffice.org/8288
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'oox/source/drawingml/customshapes')
-rwxr-xr-x | oox/source/drawingml/customshapes/generatePresetsCXX.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/drawingml/customshapes/generatePresetsCXX.pl b/oox/source/drawingml/customshapes/generatePresetsCXX.pl index e5a509d39416..7822f2e7a914 100755 --- a/oox/source/drawingml/customshapes/generatePresetsCXX.pl +++ b/oox/source/drawingml/customshapes/generatePresetsCXX.pl @@ -62,11 +62,11 @@ sub startSource open (OUT, ">customshapepresets" . $count . ".cxx"); print OUT << "EOS" -// + // This file was generated by: $0 -// + // Please, DO NOT EDIT. -// + // We mean it. #include <oox/drawingml/customshapeproperties.hxx> |