summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-10-18 12:19:57 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-10-18 12:19:57 +0000
commitf1381d4c7283a89fe241eebd59476cdd53f0b186 (patch)
treedfcf8a95981e1ed08d1b4b47c0f94fe430d434b1 /xmloff
parent9aea1b5034c903687a32aa6bdb9d830de69bc4e5 (diff)
add: include
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/elementimport.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/source/forms/elementimport.cxx b/xmloff/source/forms/elementimport.cxx
index 2a42ec5b3642..a83ff872ed52 100644
--- a/xmloff/source/forms/elementimport.cxx
+++ b/xmloff/source/forms/elementimport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: elementimport.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: mtg $ $Date: 2001-07-10 17:06:23 $
+ * last change: $Author: mh $ $Date: 2001-10-18 13:19:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,8 @@
*
************************************************************************/
+#include <algorithm>
+
#ifndef _XMLOFF_FORMS_ELEMENTIMPORT_HXX_
#include "elementimport.hxx"
#endif
@@ -1278,6 +1280,9 @@ namespace xmloff
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.24 2001/07/10 17:06:23 mtg
+ * updated namespace handling
+ *
* Revision 1.23 2001/06/25 13:32:38 fs
* #88691# TargetURL property value must be saved relative to own document
*