diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 15:31:36 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-04-19 15:31:36 +0000 |
commit | ec56623337faede0e3ac2621ecad3345de6af38c (patch) | |
tree | f428147bd191b8424d3850f72e209c0dccdce38f /sc/source/ui/formdlg | |
parent | 3760849eff75b9d935537ec46c8fca7b21262754 (diff) |
INTEGRATION: CWS mergede01 (1.28.342); FILE MERGED
2007/03/20 14:49:39 ihi 1.28.342.1: #i72301# Remove German
Diffstat (limited to 'sc/source/ui/formdlg')
-rw-r--r-- | sc/source/ui/formdlg/parawin.src | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/source/ui/formdlg/parawin.src b/sc/source/ui/formdlg/parawin.src index 25c9e0684de5..bcb022e5ccfb 100644 --- a/sc/source/ui/formdlg/parawin.src +++ b/sc/source/ui/formdlg/parawin.src @@ -4,9 +4,9 @@ * * $RCSfile: parawin.src,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2005-09-23 15:02:20 $ + * last change: $Author: ihi $ $Date: 2007-04-19 16:31:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,12 +62,10 @@ TabStop = TRUE; #define RB_ARGBLOCK( y ) \ - QuickHelpText [ de ] = "Verkleinern" ; \ Pos = MAP_APPFONT ( 166 , y-1 ) ; \ Size = MAP_APPFONT ( 13 , 15 ) ; \ TabStop = FALSE ; \ QuickHelpText [ en-US ] = "Shrink"; \ - QuickHelpText [ x-comment ] = " "; \ //--------------------------------------------------------------------------- @@ -85,7 +83,6 @@ TabPage RID_SCTAB_PARAMETER Pos = MAP_APPFONT (3 , 6 ) ; Size = MAP_APPFONT ( 198 , 20 ) ; WordBreak = TRUE ; - Text [ de ] = "Unbekannte Funktion" ; Text [ en-US ] = "Function not known"; }; |