summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-05 20:54:42 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-05 20:54:42 +0000
commit0a30d7a8c04fe01de3e323a4bf85d675e97a7e69 (patch)
tree6b2fc476d4046727a065314fb89a4d6cd92e2322 /goodies
parent0170d51253bddd1e8ec1c8c887b526f2fc18d019 (diff)
INTEGRATION: CWS impresssavegraphic (1.3.74); FILE MERGED
2006/06/02 13:00:37 cl 1.3.74.2: #i13816# fixed non standard mime types 2006/04/03 14:57:52 cl 1.3.74.1: #i49565# allow detection with url and stream
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/unographic/descriptor.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/goodies/source/unographic/descriptor.hxx b/goodies/source/unographic/descriptor.hxx
index 081bc0bf9490..3ffc1df0d851 100644
--- a/goodies/source/unographic/descriptor.hxx
+++ b/goodies/source/unographic/descriptor.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: descriptor.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:10:15 $
+ * last change: $Author: kz $ $Date: 2006-07-05 21:54:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,7 @@
#include <comphelper/propertysetinfo.hxx>
#include <vcl/graph.hxx>
-#define MIMETYPE_BMP "image/bmp"
+#define MIMETYPE_BMP "image/x-MS-bmp"
#define MIMETYPE_GIF "image/gif"
#define MIMETYPE_JPG "image/jpeg"
#define MIMETYPE_PCD "image/x-photo-cd"
@@ -60,9 +60,9 @@
#define MIMETYPE_PPM "image/x-portable-pixmap"
#define MIMETYPE_RAS "image/x-cmu-raster"
#define MIMETYPE_TGA "image/x-targa"
-#define MIMETYPE_PSD "image/x-photoshop"
+#define MIMETYPE_PSD "image/vnd.adobe.photoshop"
#define MIMETYPE_EPS "image/x-eps"
-#define MIMETYPE_DXF "image/x-dxf"
+#define MIMETYPE_DXF "image/vnd.dxf"
#define MIMETYPE_MET "image/x-met"
#define MIMETYPE_PCT "image/x-pict"
#define MIMETYPE_SGF "image/x-sgf"
@@ -98,7 +98,7 @@ public:
void init( const ::Graphic& rGraphic ) throw();
void init( const ::rtl::OUString& rURL ) throw();
- void init( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& rxIStm ) throw();
+ void init( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >& rxIStm, const ::rtl::OUString& rURL ) throw();
bool isValid() const;
@@ -144,7 +144,7 @@ private:
GraphicDescriptor& operator=( const GraphicDescriptor& );
- void implCreate( SvStream& rIStm, const String* pPath );
+ void implCreate( SvStream& rIStm, const ::rtl::OUString* pPath );
};
}