summaryrefslogtreecommitdiff
path: root/linguistic/source/defs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/defs.hxx')
-rw-r--r--linguistic/source/defs.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/linguistic/source/defs.hxx b/linguistic/source/defs.hxx
index 7068faae25..02d6fbd343 100644
--- a/linguistic/source/defs.hxx
+++ b/linguistic/source/defs.hxx
@@ -36,10 +36,17 @@
#include <com/sun/star/linguistic2/XHyphenator.hpp>
#include <com/sun/star/linguistic2/XThesaurus.hpp>
+#include <boost/shared_ptr.hpp>
+
+class SvStream;
+
+
///////////////////////////////////////////////////////////////////////////
#define A2OU(x) ::rtl::OUString::createFromAscii( x )
+typedef boost::shared_ptr< SvStream > SvStreamPtr;
+
namespace css = ::com::sun::star;
///////////////////////////////////////////////////////////////////////////