summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg/formula.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-01-07 14:54:40 +0000
committerRüdiger Timm <rt@openoffice.org>2004-01-07 14:54:40 +0000
commitdd6d47ad815616431b96785bbc943e78a1fd10cd (patch)
treeb35c279781f13cb208b41b9140730b07820cd773 /sc/source/ui/formdlg/formula.cxx
parent130f4990e54d995723af03156403afb472bf5263 (diff)
INTEGRATION: CWS geordi2q12 (1.7.340); FILE MERGED
2004/01/07 12:27:00 hr 1.7.340.1: #111934#: merge CWS mnemonics -> SRC680
Diffstat (limited to 'sc/source/ui/formdlg/formula.cxx')
-rw-r--r--sc/source/ui/formdlg/formula.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx
index d3fd2814f02b..b3e86b5908c0 100644
--- a/sc/source/ui/formdlg/formula.cxx
+++ b/sc/source/ui/formdlg/formula.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formula.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 18:58:59 $
+ * last change: $Author: rt $ $Date: 2004-01-07 15:54:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,7 @@
#include <sfx2/viewfrm.hxx>
#include <sfx2/topfrm.hxx>
#include <vcl/svapp.hxx>
+#include <vcl/mnemonic.hxx>
#include <unotools/charclass.hxx>
#ifndef _SFXSTRITEM_HXX //autogen
@@ -1477,8 +1478,7 @@ void ScFormulaDlg::RefInputStart( ScRefEdit* pEdit, ScRefButton* pButton )
aStr.AppendAscii(RTL_CONSTASCII_STRINGPARAM( "; ..." ));
aStr.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " )" ) );
- aStr.EraseAllChars( '~' );
- SetText( aStr );
+ SetText( MnemonicGenerator::EraseAllMnemonicChars( aStr ) );
}
}