summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/style/xmlnumfe.cxx7
-rw-r--r--xmloff/source/style/xmlnumi.cxx6
-rw-r--r--xmloff/source/style/xmltabi.cxx7
-rw-r--r--xmloff/source/text/XMLTextColumnsContext.cxx6
4 files changed, 18 insertions, 8 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx
index d2f1f4f343ef..ab5ca9065c4d 100644
--- a/xmloff/source/style/xmlnumfe.cxx
+++ b/xmloff/source/style/xmlnumfe.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlnumfe.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: nn $ $Date: 2001-03-19 18:07:10 $
+ * last change: $Author: mtg $ $Date: 2001-04-18 16:15:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,9 @@
#include "families.hxx"
#include "xmlnumfi.hxx" // SvXMLNumFmtDefaults
+#define _SVSTDARR_USHORTS
+#include <svtools/svstdarr.hxx>
+
using namespace ::rtl;
using namespace ::com::sun::star;
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx
index 6bf86159da43..3178dbaeec6c 100644
--- a/xmloff/source/style/xmlnumi.cxx
+++ b/xmloff/source/style/xmlnumi.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlnumi.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: mib $ $Date: 2001-03-19 10:50:10 $
+ * last change: $Author: mtg $ $Date: 2001-04-18 16:15:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,6 +124,8 @@
#include "xmlnumi.hxx"
+#define _SVSTDARR_USHORTS
+#include <svtools/svstdarr.hxx>
using namespace ::rtl;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
diff --git a/xmloff/source/style/xmltabi.cxx b/xmloff/source/style/xmltabi.cxx
index b8c9a01a6d26..52b7a6af320a 100644
--- a/xmloff/source/style/xmltabi.cxx
+++ b/xmloff/source/style/xmltabi.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltabi.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mib $ $Date: 2001-01-26 07:44:26 $
+ * last change: $Author: mtg $ $Date: 2001-04-18 16:16:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,9 @@
#include "xmltabi.hxx"
+#define _SVSTDARR_USHORTS
+#include <svtools/svstdarr.hxx>
+
using namespace ::rtl;
using namespace ::com::sun::star;
diff --git a/xmloff/source/text/XMLTextColumnsContext.cxx b/xmloff/source/text/XMLTextColumnsContext.cxx
index d27cbed7d64d..873a7d973b74 100644
--- a/xmloff/source/text/XMLTextColumnsContext.cxx
+++ b/xmloff/source/text/XMLTextColumnsContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextColumnsContext.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mtg $ $Date: 2001-03-02 11:24:50 $
+ * last change: $Author: mtg $ $Date: 2001-04-18 16:14:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,8 @@
#ifndef _XMLTEXTCOLUMNSCONTEXT_HXX
#include "XMLTextColumnsContext.hxx"
#endif
+#define _SVSTDARR_USHORTS
+#include <svtools/svstdarr.hxx>
using namespace ::rtl;
using namespace ::com::sun::star;