summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 10:27:27 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 10:27:27 +0000
commita9f20d42bf2eb7a088c48a8dcacfbe94f172e549 (patch)
tree82c90ebd87dedc8d3240d40670f5d82b59f688b8
parent710141a82b81b2af322c88fe0b383db3fecbbd22 (diff)
INTEGRATION: CWS impress4ea1 (1.24.20); FILE MERGED
2004/02/27 13:33:39 af 1.24.20.1: #110622# Removed unused and harmfull ToLowerAscii() call on the filename in CheckFileHdl.
-rw-r--r--sd/source/ui/dlg/tpaction.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index 85b42445bd49..ff4554635874 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpaction.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2004-02-04 09:54:39 $
+ * last change: $Author: obo $ $Date: 2004-03-17 11:27:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1198,7 +1198,6 @@ IMPL_LINK( SdTPAction, SelectTreeHdl, void *, EMPTYARG )
IMPL_LINK( SdTPAction, CheckFileHdl, void *, EMPTYARG )
{
String aFile( GetEditText() );
- String aStrTmp = aFile.ToLowerAscii();
if( aFile != aLastFile )
{