summaryrefslogtreecommitdiff
path: root/sw/inc/swcrsr.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 14:07:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 14:07:18 +0000
commit3185537650d9cdc4cef061085a38e9028d2d20ab (patch)
treec2d822ee7ac19b4ffbc05911e78ea564fde82390 /sw/inc/swcrsr.hxx
parent608d8fb41c2e3a9c67747036e56c8396b9992a5d (diff)
INTEGRATION: CWS swusing (1.19.36); FILE MERGED
2007/10/10 14:14:49 tl 1.19.36.1: #i82476# make newly added 'using' declarations private
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r--sw/inc/swcrsr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx
index c50d12250168..e2419f41ef6e 100644
--- a/sw/inc/swcrsr.hxx
+++ b/sw/inc/swcrsr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swcrsr.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 08:10:55 $
+ * last change: $Author: vg $ $Date: 2007-10-22 15:07:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,6 +93,8 @@ class SwCursor : public SwPaM
ULONG FindAll( SwFindParas& , SwDocPositions, SwDocPositions, FindRanges, BOOL& bCancel );
+ using SwPaM::Find;
+
protected:
virtual _SwCursor_SavePos* CreateNewSavePos() const;
void SaveState();
@@ -136,7 +138,6 @@ public:
SwPaM* ) const;
- using SwPaM::Find;
ULONG Find( const com::sun::star::util::SearchOptions& rSearchOpt,
SwDocPositions nStart, SwDocPositions nEnde,
BOOL& bCancel,