summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 16:26:37 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 16:26:37 +0000
commit8041af7cbf59e9af1a378918612853af13fa1ef9 (patch)
tree2bc3b83986f41f739179102a78097f40e56a727b
parentec3152c3c1e99b4278522d19ce0d05098656c2a4 (diff)
INTEGRATION: CWS dba22 (1.15.4); FILE MERGED
2004/12/16 15:29:55 fs 1.15.4.1: #i38906# proper GetSelection
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 7b24d1368d34..82b57be1042d 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: standardcontrol.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 12:12:31 $
+ * last change: $Author: kz $ $Date: 2005-01-21 17:26:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1208,7 +1208,7 @@ namespace pcr
}
else if (!m_bEdit)
{
- Selection aSel = GetSelection();
+ Selection aSel = m_pImplEdit->GetSelection();
if (aSel.Min()!=aSel.Max())
{
aSel.Min()=FindPos(aSel.Min());