diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-30 09:24:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-30 09:24:02 +0000 |
commit | 1796679a4c5cdfc4a90e0ac95d709010ea55130d (patch) | |
tree | 21ef9a243c7f7bfa1a1e752a81cb5455d3720cac | |
parent | 7545ae3c0f14933a1e9616fe450d76ac586fa3e5 (diff) |
INTEGRATION: CWS fwk21 (1.46.274); FILE MERGED
2005/08/15 15:35:56 mba 1.46.274.1: #i51835#: superfluous resources removed
-rw-r--r-- | sfx2/source/dialog/dialog.src | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sfx2/source/dialog/dialog.src b/sfx2/source/dialog/dialog.src index cb956dbd08a0..144c24583c21 100644 --- a/sfx2/source/dialog/dialog.src +++ b/sfx2/source/dialog/dialog.src @@ -4,9 +4,9 @@ * * $RCSfile: dialog.src,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: hr $ $Date: 2005-09-23 15:23:48 $ + * last change: $Author: hr $ $Date: 2005-09-30 10:24:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -128,18 +128,6 @@ PushButton BTN_STANDARD Text [ en-US ] = "~Home" ; Text [ x-comment ] = " "; }; -String STR_PATH_NOT_FOUND1 -{ - Text [ de ] = "Das Verzeichnis '" ; - Text [ en-US ] = "The directory '" ; - Text [ x-comment ] = " "; -}; -String STR_PATH_NOT_FOUND2 -{ - Text [ de ] = "' existiert nicht." ; - Text [ en-US ] = "' does not exist." ; - Text [ x-comment ] = " "; -}; InfoBox MSG_ERROR_PASSWD { BUTTONS = WB_OK ; |