summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 07:46:11 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 07:46:11 +0000
commit5c3484881378299adb84ebac3fb11c3653a43b88 (patch)
tree39acf6e0b7b01bdd446d700c132d7b95f155cf32
parente7a10c8874016a0768e9456e1d14d66054992879 (diff)
INTEGRATION: CWS pj84 (1.59.78); FILE MERGED
2007/08/25 13:34:03 pjanik 1.59.78.1: #i53859#: Remove ifdef from resources.
-rw-r--r--svtools/source/misc/errtxt.src6
1 files changed, 2 insertions, 4 deletions
diff --git a/svtools/source/misc/errtxt.src b/svtools/source/misc/errtxt.src
index a3c176c31891..b31bd88b647d 100644
--- a/svtools/source/misc/errtxt.src
+++ b/svtools/source/misc/errtxt.src
@@ -4,9 +4,9 @@
*
* $RCSfile: errtxt.src,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 21:49:29 $
+ * last change: $Author: kz $ $Date: 2007-09-06 08:46:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -484,7 +484,6 @@ Resource RID_ERRHDL
Text [ en-US ] = "The digitally signed document content and/or macros do not match the current document signature.\n\nThis could be the result of document manipulation or of structural document damage due to data transmission.\n\nWe recommend that you do not trust the content of the current document.\nExecution of macros is disabled for this document.\n " ;
};
-#ifdef ERRCODE_IO_INVALIDLENGTH
String ERRCODE_IO_INVALIDLENGTH
{
Text [ en-US ] = "Invalid data length." ;
@@ -509,7 +508,6 @@ Resource RID_ERRHDL
{
Text [ en-US ] = "Function not possible: write protected." ;
};
-#endif
};
// eof ------------------------------------------------------------------------