summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/inc/docsh.hxx6
-rw-r--r--sw/inc/globdoc.hxx6
-rw-r--r--sw/inc/wdocsh.hxx6
-rw-r--r--sw/source/ui/inc/app.hrc7
-rw-r--r--sw/source/ui/inc/globdoc.hrc7
-rw-r--r--sw/source/ui/inc/web.hrc7
6 files changed, 21 insertions, 18 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index e0f3186d6bf4..67a3e3b82863 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2001-01-03 11:42:26 $
+ * last change: $Author: mib $ $Date: 2001-02-06 15:33:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -269,7 +269,7 @@ public:
String * pAppName,
String * pLongUserName,
String * pUserName,
- long nVersion = SOFFICE_FILEFORMAT_NOW ) const;
+ long nVersion = SOFFICE_FILEFORMAT_CURRENT ) const;
virtual void FillRegInfo( SvEmbeddedRegistryInfo * );
virtual SvDataMemberObjectRef CreateSnapshot();
diff --git a/sw/inc/globdoc.hxx b/sw/inc/globdoc.hxx
index 87218b6e771b..34a362e07a1b 100644
--- a/sw/inc/globdoc.hxx
+++ b/sw/inc/globdoc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: globdoc.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $
+ * last change: $Author: mib $ $Date: 2001-02-06 15:33:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ public:
String * pAppName,
String * pLongUserName,
String * pUserName,
- long nVersion = SOFFICE_FILEFORMAT_NOW ) const;
+ long nVersion = SOFFICE_FILEFORMAT_CURRENT ) const;
};
#endif
diff --git a/sw/inc/wdocsh.hxx b/sw/inc/wdocsh.hxx
index 5c53b9f7917f..b688dac9c6da 100644
--- a/sw/inc/wdocsh.hxx
+++ b/sw/inc/wdocsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wdocsh.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:29 $
+ * last change: $Author: mib $ $Date: 2001-02-06 15:33:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@ public:
String * pAppName,
String * pLongUserName,
String * pUserName,
- long nVersion = SOFFICE_FILEFORMAT_NOW ) const;
+ long nVersion = SOFFICE_FILEFORMAT_CURRENT ) const;
USHORT GetSourcePara()const
{return nSourcePara;}
void SetSourcePara(USHORT nSet)
diff --git a/sw/source/ui/inc/app.hrc b/sw/source/ui/inc/app.hrc
index 8d8f61a8a95e..38c94a3093f3 100644
--- a/sw/source/ui/inc/app.hrc
+++ b/sw/source/ui/inc/app.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hrc,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2000-12-21 13:01:10 $
+ * last change: $Author: mib $ $Date: 2001-02-06 15:34:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,11 +193,12 @@
#define STR_WRITER_DOCUMENT_FULLTYPE_31 (RC_APP_BEGIN + 97)
#define STR_WRITER_DOCUMENT_FULLTYPE_40 (RC_APP_BEGIN + 98)
+#define STR_WRITER_DOCUMENT_FULLTYPE_50 (RC_APP_BEGIN + 101)
#define STR_WRITER_DOCUMENT_FULLTYPE (RC_APP_BEGIN + 100)
#define STR_ABSTRACT_TITLE (RC_APP_BEGIN +99)
-#define APP_ACT_END STR_WRITER_DOCUMENT_FULLTYPE
+#define APP_ACT_END STR_WRITER_DOCUMENT_FULLTYPE_50
#if APP_ACT_END > RC_APP_END
#error Resource-Id Ueberlauf in #file, #line
diff --git a/sw/source/ui/inc/globdoc.hrc b/sw/source/ui/inc/globdoc.hrc
index ad8e21ba40bd..4954f2b780b2 100644
--- a/sw/source/ui/inc/globdoc.hrc
+++ b/sw/source/ui/inc/globdoc.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: globdoc.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:40 $
+ * last change: $Author: mib $ $Date: 2001-02-06 15:34:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,8 @@
#define STR_HUMAN_SWGLOBDOC_NAME (RC_GLOBDOC_BEGIN + 2)
#define STR_WRITER_GLOBALDOC_FULLTYPE_40 (RC_GLOBDOC_BEGIN + 3)
-#define STR_WRITER_GLOBALDOC_FULLTYPE (RC_GLOBDOC_BEGIN + 4)
+#define STR_WRITER_GLOBALDOC_FULLTYPE_50 (RC_GLOBDOC_BEGIN + 4)
+#define STR_WRITER_GLOBALDOC_FULLTYPE (RC_GLOBDOC_BEGIN + 5)
// ------------------------------------------------------------------------
diff --git a/sw/source/ui/inc/web.hrc b/sw/source/ui/inc/web.hrc
index 10795ac0899e..42f6e618bf22 100644
--- a/sw/source/ui/inc/web.hrc
+++ b/sw/source/ui/inc/web.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: web.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:43 $
+ * last change: $Author: mib $ $Date: 2001-02-06 15:34:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,9 +72,10 @@
#define STR_SHELLNAME_WEBTEXT (RC_WEB_BEGIN + 6)
#define STR_SHELLNAME_WEBFRAME (RC_WEB_BEGIN + 7)
#define RID_WEBFRAME_TOOLBOX (RC_WEB_BEGIN + 8)
-#define STR_WRITER_WEBDOC_FULLTYPE (RC_WEB_BEGIN + 9)
+#define STR_WRITER_WEBDOC_FULLTYPE_50 (RC_WEB_BEGIN + 9)
#define RID_WEBGRAPHIC_TOOLBOX (RC_WEB_BEGIN + 10)
#define RID_WEBOLE_TOOLBOX (RC_WEB_BEGIN + 11)
+#define STR_WRITER_WEBDOC_FULLTYPE (RC_WEB_BEGIN + 12)
#define MN_WEBFILE (RC_WEB_BEGIN + 30)