summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-04-14 11:22:57 +0000
committerOliver Bolte <obo@openoffice.org>2009-04-14 11:22:57 +0000
commit8a23a26ce054984fb2c3d4cefbbd1deec6961b36 (patch)
treeb7c49609101b1f46f9ee5773079101b1e7b7eb44
parent9932186ee9095aeac09bc86ce7198090012a2a3b (diff)
CWS-TOOLING: integrate CWS cltexteditfix
2009-04-03 15:42:04 +0200 cl r270491 : #i100537# fixed detection of text edit mode
-rw-r--r--svx/source/sdr/primitive2d/sdrattributecreator.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/svx/source/sdr/primitive2d/sdrattributecreator.cxx b/svx/source/sdr/primitive2d/sdrattributecreator.cxx
index 3cb131929c..c617fde61b 100644
--- a/svx/source/sdr/primitive2d/sdrattributecreator.cxx
+++ b/svx/source/sdr/primitive2d/sdrattributecreator.cxx
@@ -505,7 +505,10 @@ namespace drawinglayer
}
else
{
- bInEditMode = false;
+ // #i100537#
+ // GetEditOutlinerParaObject() returning no object does not mean that
+ // text edit mode is not active. Do not reset the flag here
+ // bInEditMode = false;
}
}