summaryrefslogtreecommitdiff
path: root/sd/inc/strmname.h
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-01 16:28:35 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-01 16:28:35 +0000
commit25bf70908300d962b6f4ccec9d06592280548b0b (patch)
treef9c3e9ba936d8a87f439dfb932917710e8a5314c /sd/inc/strmname.h
parent73d83eb595c8ebd7fc9931195af81df325eef74b (diff)
seperate content stream into content and style stream
Diffstat (limited to 'sd/inc/strmname.h')
-rw-r--r--sd/inc/strmname.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/inc/strmname.h b/sd/inc/strmname.h
index 606fdbfc96f9..da47c1b6b117 100644
--- a/sd/inc/strmname.h
+++ b/sd/inc/strmname.h
@@ -2,9 +2,9 @@
*
* $RCSfile: strmname.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2001-02-21 12:48:10 $
+ * last change: $Author: cl $ $Date: 2001-03-01 17:24:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,7 @@ static const String pFilterPowerPoint97( RTL_CONSTASCII_USTRINGPARAM( "MS PowerP
static const String pFilterPowerPoint97Template( RTL_CONSTASCII_USTRINGPARAM( "MS PowerPoint 97 Vorlage" ));
// XML content stream
-static const String pStarDrawXMLContent( RTL_CONSTASCII_USTRINGPARAM( "Content.xml" ));
+static const String pStarDrawXMLContent( RTL_CONSTASCII_USTRINGPARAM( "content.xml" ));
+static const String pStarDrawOldXMLContent( RTL_CONSTASCII_USTRINGPARAM( "Content.xml" ));
#endif // _SD_STRMNAME_H