From 3d6bed44c8ca414f60c03223482b9f7b94d56c14 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 17 Jan 2011 11:41:00 +0100 Subject: removetooltypes01: #i112600# Remove tools types from sd --- sd/inc/sdgrffilter.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 sd/inc/sdgrffilter.hxx (limited to 'sd/inc/sdgrffilter.hxx') diff --git a/sd/inc/sdgrffilter.hxx b/sd/inc/sdgrffilter.hxx old mode 100644 new mode 100755 index 7d4ef3ab9a3b..48f16f3dc4ec --- a/sd/inc/sdgrffilter.hxx +++ b/sd/inc/sdgrffilter.hxx @@ -50,7 +50,7 @@ public: 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 ); + static void HandleGraphicFilterError( sal_uInt16 nFilterError, sal_uLong nStreamError = ERRCODE_NONE ); }; #endif // _SD_SDGRFFILTER_HXX -- cgit