summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-04-22 13:43:53 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-04-22 13:43:53 +0000
commitddf70c8ad6813bf92bd1b0ab2362e032a1e9dd8b (patch)
tree92b57d85fbd37835eca537a7cbb82cd236234837 /svx
parent9f843e1dcf9de4eec0773aec2ef61c7f60a97576 (diff)
CWS-TOOLING: integrate CWS cltexteditfix_DEV300
2009-04-03 15:42:04 +0200 cl r270491 : #i100537# fixed detection of text edit mode
Diffstat (limited to 'svx')
-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 dffd81dab0b9..a330362dddbc 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;
}
}