summaryrefslogtreecommitdiffstats
path: root/sw/inc/swacorr.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 14:09:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 14:09:24 +0000
commit57f9c08dbb12a8d33064baf225cdb34b6640bfcc (patch)
tree4392b914f7726fc6d0f54d719d0024e481fb1c30 /sw/inc/swacorr.hxx
parentINTEGRATION: CWS swusing (1.23.36); FILE MERGED (diff)
downloadcore-57f9c08dbb12a8d33064baf225cdb34b6640bfcc.tar.gz
core-57f9c08dbb12a8d33064baf225cdb34b6640bfcc.zip
INTEGRATION: CWS swusing (1.7.38); FILE MERGED
2007/10/10 14:14:49 tl 1.7.38.1: #i82476# make newly added 'using' declarations private
Diffstat (limited to 'sw/inc/swacorr.hxx')
-rw-r--r--sw/inc/swacorr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/swacorr.hxx b/sw/inc/swacorr.hxx
index 28699de7e27a..3e9a84042ab1 100644
--- a/sw/inc/swacorr.hxx
+++ b/sw/inc/swacorr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swacorr.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 08:10:31 $
+ * last change: $Author: vg $ $Date: 2007-10-22 15:07:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,6 +47,8 @@
class SwAutoCorrect : public SvxAutoCorrect
{
+ using SvxAutoCorrect::PutText;
+
protected:
// - return den Ersetzungstext (nur fuer SWG-Format, alle anderen
// koennen aus der Wortliste herausgeholt werden!)
@@ -55,7 +57,6 @@ protected:
// - 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& );