diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-22 14:08:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-22 14:08:28 +0000 |
commit | ac22ea3c23cb012b0f975357d7ddc6bea9e881cd (patch) | |
tree | 1819db3b80dc5ca1144ef38bcd482d69dd67595a /sw/inc/unocrsr.hxx | |
parent | f863b3798789ee7cfa8e4aac58af46f8a5b5d831 (diff) |
INTEGRATION: CWS swusing (1.8.38); FILE MERGED
2007/10/10 14:14:49 tl 1.8.38.1: #i82476# make newly added 'using' declarations private
Diffstat (limited to 'sw/inc/unocrsr.hxx')
-rw-r--r-- | sw/inc/unocrsr.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/unocrsr.hxx b/sw/inc/unocrsr.hxx index 2f3b0bae2126..81f02abb7272 100644 --- a/sw/inc/unocrsr.hxx +++ b/sw/inc/unocrsr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unocrsr.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2007-09-27 08:15:10 $ + * last change: $Author: vg $ $Date: 2007-10-22 15:08:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,6 +99,8 @@ class SwUnoTableCrsr : public virtual SwUnoCrsr, public virtual SwTableCursor // etwas geloescht, dann muss es auch im anderen erfolgen!! SwCursor aTblSel; + using SwTableCursor::MakeBoxSels; + public: SwUnoTableCrsr( const SwPosition& rPos ); virtual ~SwUnoTableCrsr(); @@ -116,7 +118,6 @@ public: nsSwCursorSelOverFlags::SELOVER_TOGGLE | nsSwCursorSelOverFlags::SELOVER_CHANGEPOS )); - using SwTableCursor::MakeBoxSels; void MakeBoxSels(); SwCursor& GetSelRing() { return aTblSel; } |