diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:10:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:10:31 +0000 |
commit | eb96be218cb6816c61e5eef1528c0c9dac68b9f6 (patch) | |
tree | c5ffb2fd85a578dd784f84fb354301720fdb974b /sw | |
parent | 612afe7eced5e3b2aa9a7b9cb77f01c414af9123 (diff) |
INTEGRATION: CWS swwarnings (1.6.708); FILE MERGED
2007/03/05 12:43:17 tl 1.6.708.1: #i69287# warning-free code
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/swacorr.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/swacorr.hxx b/sw/inc/swacorr.hxx index 73e8e3352f65..28699de7e27a 100644 --- a/sw/inc/swacorr.hxx +++ b/sw/inc/swacorr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: swacorr.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:11:19 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:10:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,8 +52,10 @@ protected: // koennen aus der Wortliste herausgeholt werden!) // rShort ist der Stream-Name - gecryptet! virtual BOOL GetLongText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& , const String& rFileName, const String& rShort, String& rLong ); + // - Text mit Attributierung (kann nur der SWG - SWG-Format!) // rShort ist der Stream-Name - gecryptet! + using SvxAutoCorrect::PutText; virtual BOOL PutText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const String& rFileName, const String& rShort, SfxObjectShell& , String& ); |