summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-12 09:55:51 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-12 09:55:51 +0000
commit52f1ec83f41ab827900038c2d244c9c90f9dfdc0 (patch)
treec6898ea96d94a85077e8a71e9c63683b1e93fc5c /svx/source/dialog
parent1acccec80de7083e17b4dc8a5a8b92d0bdb9a0da (diff)
INTEGRATION: CWS os98 (1.5.380); FILE MERGED
2007/06/18 14:24:09 os 1.5.380.1: #i78461# MAC code removed
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/svxbox.cxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/svx/source/dialog/svxbox.cxx b/svx/source/dialog/svxbox.cxx
index f42fd724a417..eaf7dfca5c15 100644
--- a/svx/source/dialog/svxbox.cxx
+++ b/svx/source/dialog/svxbox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svxbox.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 17:42:06 $
+ * last change: $Author: ihi $ $Date: 2007-07-12 10:55:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -601,10 +601,7 @@ void __EXPORT SvxComboBox::KeyInput( const KeyEvent& rKEvt )
if(nStyle & SVX_CBS_FILENAME)
{
-#ifdef MAC
- if( cChar == sal_Unicode( ':' ) )
- return;
-#elif defined UNX
+#if defined UNX
if( cChar == sal_Unicode( '/' ) || cChar == sal_Unicode( ' ' ) )
return;
#else