summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/impedit2.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-04-26 19:44:12 +0000
committerKurt Zenker <kz@openoffice.org>2006-04-26 19:44:12 +0000
commit3ad19e7a8aa53afb82ed407cf2237077a0463407 (patch)
tree55059c2dbb38a0c332b265fb7bea908f53d919bb /svx/source/editeng/impedit2.cxx
parentINTEGRATION: CWS impress91 (1.17.82); FILE MERGED (diff)
downloadcore-3ad19e7a8aa53afb82ed407cf2237077a0463407.tar.gz
core-3ad19e7a8aa53afb82ed407cf2237077a0463407.zip
INTEGRATION: CWS macosx203fixes (1.108.64); FILE MERGED
2006/04/12 21:21:24 tra 1.108.64.1: #63650#
Diffstat (limited to 'svx/source/editeng/impedit2.cxx')
-rw-r--r--svx/source/editeng/impedit2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit2.cxx b/svx/source/editeng/impedit2.cxx
index 6fc1da01e66c..47c3248af80f 100644
--- a/svx/source/editeng/impedit2.cxx
+++ b/svx/source/editeng/impedit2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impedit2.cxx,v $
*
- * $Revision: 1.109 $
+ * $Revision: 1.110 $
*
- * last change: $Author: hr $ $Date: 2006-04-19 13:48:46 $
+ * last change: $Author: kz $ $Date: 2006-04-26 20:44:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1595,7 +1595,7 @@ sal_Bool ImpEditEngine::IsInputSequenceChecking( sal_Unicode nChar, const EditSe
if (!pCTLOptions)
pCTLOptions = new SvtCTLOptions;
- rtl::OUString aTxt( (const sal_Unicode *) &nChar );
+ rtl::OUString aTxt( nChar );
// get the index that really is first
USHORT nFirstPos = rCurSel.Min().GetIndex();