summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2000-12-04 09:20:33 +0000
committerRüdiger Timm <rt@openoffice.org>2000-12-04 09:20:33 +0000
commitfc193374f3a6429bc1b362fbcd0222336864f49b (patch)
treea885fab16819a6b78d468a77dde10358e6815727 /xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
parent86b01ac41cd727385c4aeab495369ad0953fc0b3 (diff)
#65293# static declaration removed
Diffstat (limited to 'xmloff/source/text/XMLIndexBibliographyEntryContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexBibliographyEntryContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx b/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
index db2c232726e5..8316836e2839 100644
--- a/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
+++ b/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLIndexBibliographyEntryContext.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dvo $ $Date: 2000-12-02 21:43:40 $
+ * last change: $Author: rt $ $Date: 2000-12-04 10:20:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,7 +135,7 @@ XMLIndexBibliographyEntryContext::~XMLIndexBibliographyEntryContext()
{
}
-static const SvXMLEnumMapEntry aBibliographyDataFieldMap[] =
+const SvXMLEnumMapEntry aBibliographyDataFieldMap[] =
{
{ sXML_address, BibliographyDataField::ADDRESS },
{ sXML_annote, BibliographyDataField::ANNOTE },