summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2002-05-17 10:57:01 +0000
committerJörg Barfurth <jb@openoffice.org>2002-05-17 10:57:01 +0000
commitd702a047267e3a5853b8c666f129371af0dcf1f5 (patch)
tree7511999efc6ff526c36f2744dc486611d7510361
parent7af60ba018cc8a16ceab39ccfd0f9bc087e51cd2 (diff)
#98489# Syntax: Remove semicola after closing brace of namespace
-rw-r--r--configmgr/source/xml/elementinfo.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/xml/elementinfo.hxx b/configmgr/source/xml/elementinfo.hxx
index c21d858aa932..6f33d360d3bf 100644
--- a/configmgr/source/xml/elementinfo.hxx
+++ b/configmgr/source/xml/elementinfo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: elementinfo.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jb $ $Date: 2002-05-16 11:00:28 $
+ * last change: $Author: jb $ $Date: 2002-05-17 11:57:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ namespace configmgr
other
};
- };
+ }
// -----------------------------------------------------------------------------
namespace Operation
{
@@ -117,7 +117,7 @@ namespace configmgr
unknown
};
- };
+ }
// -----------------------------------------------------------------------------
struct ElementInfo
{