diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:50:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:50:52 +0000 |
commit | 62b112ccf291cfcc798dac7076b6e96a9a77c960 (patch) | |
tree | bca14c7306d6fb1359a89501d566a5efe8ba7ea6 /sfx2/source/control/macrconf.cxx | |
parent | 769279ee065d0bbfef16d426d916b5b6c28892f8 (diff) |
INTEGRATION: CWS sb59 (1.19.60); FILE MERGED
2006/08/16 09:31:17 sb 1.19.60.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'sfx2/source/control/macrconf.cxx')
-rw-r--r-- | sfx2/source/control/macrconf.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/macrconf.cxx b/sfx2/source/control/macrconf.cxx index 5672c20e994f..1ef9b5679bf7 100644 --- a/sfx2/source/control/macrconf.cxx +++ b/sfx2/source/control/macrconf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: macrconf.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:26:36 $ + * last change: $Author: obo $ $Date: 2006-10-12 15:50:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -222,7 +222,7 @@ SfxMacroInfo::SfxMacroInfo( const String& rURL ) : aMethodName = aTmp.GetToken( 2, '.' ); // Remove arguments to be compatible - aMethodName.SearchAndReplaceAscii( "()", String(), std::max( aMethodName.Len()-2, 0 )); + aMethodName.SearchAndReplaceAscii( "()", String(), sal::static_int_cast< xub_StrLen >(std::max( aMethodName.Len()-2, 0 ))); } } |