summaryrefslogtreecommitdiff
path: root/sd/inc/sdgrffilter.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-05 20:49:26 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-05 20:49:26 +0000
commite11d0495bcb4ca5105c02305ea3a57ca82cb0a96 (patch)
treee5629e35ee8249ed73e48f303cbcf161858b1396 /sd/inc/sdgrffilter.hxx
parent4b7c52098dc17cee61261e164da8e045992a9b2e (diff)
INTEGRATION: CWS impresssavegraphic (1.6.172); FILE MERGED
2006/04/03 15:34:28 cl 1.6.172.3: #i13816# rewrote patch to use API 2006/03/29 09:57:06 cl 1.6.172.2: #i13816# added working type detection to patch 2006/03/28 16:04:21 cl 1.6.172.1: #i13816# added 'Save as Picture' patch from mkretzschmar
Diffstat (limited to 'sd/inc/sdgrffilter.hxx')
-rw-r--r--sd/inc/sdgrffilter.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sd/inc/sdgrffilter.hxx b/sd/inc/sdgrffilter.hxx
index d0667051701f..64ec8babb380 100644
--- a/sd/inc/sdgrffilter.hxx
+++ b/sd/inc/sdgrffilter.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdgrffilter.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:59:56 $
+ * last change: $Author: kz $ $Date: 2006-07-05 21:49:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,9 +36,15 @@
#ifndef _SD_SDGRFFILTER_HXX
#define _SD_SDGRFFILTER_HXX
+#ifndef _COM_SUN_STAR_DRAWING_XSHAPE_HPP_
+#include <com/sun/star/drawing/XShape.hpp>
+#endif
+
#include <tools/errinf.hxx>
#include "sdfilter.hxx"
+class Graphic;
+
// ---------------
// - SdCGMFilter -
// ---------------
@@ -55,6 +61,7 @@ public:
sal_Bool Import();
sal_Bool Export();
+ static void SaveGraphic( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape );
static void HandleGraphicFilterError( USHORT nFilterError, ULONG nStreamError = ERRCODE_NONE );
private: