summaryrefslogtreecommitdiffstats
path: root/sw/inc/swacorr.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-05-02 15:37:50 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-05-02 15:37:50 +0000
commit561d72b716769564838288b9e93e7e0543a62407 (patch)
tree0adbc674306a11c468480f585aab05d57017020f /sw/inc/swacorr.hxx
parentadded redline password protection (diff)
downloadcore-561d72b716769564838288b9e93e7e0543a62407.tar.gz
core-561d72b716769564838288b9e93e7e0543a62407.zip
Pass an SvStorageRef instead of an SvStorage
Diffstat (limited to 'sw/inc/swacorr.hxx')
-rw-r--r--sw/inc/swacorr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/swacorr.hxx b/sw/inc/swacorr.hxx
index bf25d52af990..4f79cb8fcd1b 100644
--- a/sw/inc/swacorr.hxx
+++ b/sw/inc/swacorr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swacorr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2000-10-18 11:51:47 $
+ * last change: $Author: mtg $ $Date: 2001-05-02 16:37:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,14 +65,14 @@
#include <svx/svxacorr.hxx>
#endif
-
+class SvStorageRef;
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( SvStorage&, const String& rShort, String& rLong );
+ virtual BOOL GetLongText( SvStorageRef&, 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& ,