summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-03-20 15:55:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-03-20 15:55:46 +0000
commite614c7bf0c873bb45bb75b83639c3dceeb4a0dbd (patch)
tree95bf87e56a6e070919da353fef6c9fbf9103ac80 /basic
parent6f15293ed46a2572ddd18c9cd592fe3e6f9d6a21 (diff)
dded semicolon
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/svtmsg.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/svtmsg.src b/basic/source/app/svtmsg.src
index 23f012b73574..518d278b17dc 100644
--- a/basic/source/app/svtmsg.src
+++ b/basic/source/app/svtmsg.src
@@ -2,9 +2,9 @@
*
* $RCSfile: svtmsg.src,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: gh $ $Date: 2001-03-16 11:53:51 $
+ * last change: $Author: vg $ $Date: 2001-03-20 16:55:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1354,4 +1354,4 @@ String S_NO_LIST_BOX_BUTTON
{
Text = "ListBoxButton nicht vorhanden bei ($Arg1)";
Text[ english_us ] = "ListBoxButton nicht vorhanden bei ($Arg1)";
-}
+};