diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:34:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 14:34:40 +0000 |
commit | 1258fa6a22b00570611235ae12c27ed79d85099a (patch) | |
tree | 2bdcac3c1c4119aaf91949a7ce399efb6e84600e /sd/inc/resltn.hxx | |
parent | 8ca91ee49c4ebd0c9003e2758c76501b4f52a477 (diff) |
INTEGRATION: CWS impress122 (1.2.442); FILE MERGED
2007/06/15 09:26:53 cl 1.2.442.1: #i23353# support png inside html export
Diffstat (limited to 'sd/inc/resltn.hxx')
-rw-r--r-- | sd/inc/resltn.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/inc/resltn.hxx b/sd/inc/resltn.hxx index 1910915e8e02..8dc757aa1a08 100644 --- a/sd/inc/resltn.hxx +++ b/sd/inc/resltn.hxx @@ -4,9 +4,9 @@ * * $RCSfile: resltn.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:57:18 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:34:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,8 @@ enum PublishingResolution enum PublishingFormat { FORMAT_GIF, - FORMAT_JPG + FORMAT_JPG, + FORMAT_PNG }; enum PublishingScript |