summaryrefslogtreecommitdiffstats
path: root/sw/inc/swacorr.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 18:00:07 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 18:00:07 +0000
commit97f140238b692f6f67c74bc47b5854cb0bc850a0 (patch)
tree9957ed0d1d72db01f5500fed84e0dfe1aa7997c6 /sw/inc/swacorr.hxx
parentINTEGRATION: CWS mav09 (1.19.242); FILE MERGED (diff)
downloadcore-97f140238b692f6f67c74bc47b5854cb0bc850a0.tar.gz
core-97f140238b692f6f67c74bc47b5854cb0bc850a0.zip
INTEGRATION: CWS mav09 (1.3.694); FILE MERGED
2004/05/18 16:43:05 mba 1.3.694.1: RESYNC to m39
Diffstat (limited to 'sw/inc/swacorr.hxx')
-rw-r--r--sw/inc/swacorr.hxx15
1 files changed, 10 insertions, 5 deletions
diff --git a/sw/inc/swacorr.hxx b/sw/inc/swacorr.hxx
index 4f79cb8fcd1b..057f56c43067 100644
--- a/sw/inc/swacorr.hxx
+++ b/sw/inc/swacorr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swacorr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mtg $ $Date: 2001-05-02 16:37:50 $
+ * last change: $Author: kz $ $Date: 2004-10-04 19:00:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,17 +65,22 @@
#include <svx/svxacorr.hxx>
#endif
-class SvStorageRef;
+#include <com/sun/star/uno/Reference.h>
+
+#ifndef _COM_SUN_STAR_EMBED_XSTORAGE_HPP_
+#include <com/sun/star/embed/XStorage.hpp>
+#endif
+
class SwAutoCorrect : public SvxAutoCorrect
{
protected:
// - return den Ersetzungstext (nur fuer SWG-Format, alle anderen
// koennen aus der Wortliste herausgeholt werden!)
// rShort ist der Stream-Name - gecryptet!
- virtual BOOL GetLongText( SvStorageRef&, const String& rShort, String& rLong );
+ virtual BOOL GetLongText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& , const String& rShort, String& rLong );
// - Text mit Attributierung (kann nur der SWG - SWG-Format!)
// rShort ist der Stream-Name - gecryptet!
- virtual BOOL PutText( SvStorage&, const String& rShort, SfxObjectShell& ,
+ virtual BOOL PutText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const String& rShort, SfxObjectShell& ,
String& );
public: