summaryrefslogtreecommitdiff
path: root/package/inc/Deflater.hxx
diff options
context:
space:
mode:
authorPeter Jentsch <pjotr@guineapics.de>2011-03-26 14:14:51 +0100
committerJan Holesovsky <kendy@suse.cz>2011-03-29 14:46:38 +0200
commitdfb4b897267079fb3aa92bfcdff981dbacb864c2 (patch)
tree5165fc56957899e7d90de80a1832fd0019c4c9c5 /package/inc/Deflater.hxx
parentde3adb65d0543e0250d2d233fc513ec8189b53f5 (diff)
make Inflater and Deflater classes available for other packages to use
Currently, those are used within an extension function used by the Word 2003 ML XSLT filters
Diffstat (limited to 'package/inc/Deflater.hxx')
-rw-r--r--package/inc/Deflater.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/inc/Deflater.hxx b/package/inc/Deflater.hxx
index 6a45978de44b..cf1229d8a9fa 100644
--- a/package/inc/Deflater.hxx
+++ b/package/inc/Deflater.hxx
@@ -29,13 +29,14 @@
#define _DEFLATER_HXX_
#include <com/sun/star/uno/Sequence.hxx>
+#include "packagedllapi.hxx"
extern "C"
{
typedef struct z_stream_s z_stream;
}
-class Deflater
+class DLLPUBLIC_PACKAGE Deflater
{
protected:
com::sun::star::uno::Sequence< sal_Int8 > sInBuffer;