summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-24 13:46:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-24 13:46:51 +0000
commit0dc76070e33fdcff2be6fb3528dd0918943ab093 (patch)
treeb08740ee9d1d2ce301ef010760d2898f19909bd2 /sc
parent9fb2c166c38773d32dc056c02833972a8fd1c9f6 (diff)
INTEGRATION: CWS cmcfixes2 (1.4.92); FILE MERGED
2005/02/14 09:35:59 cmc 1.4.92.1: #i42421# stl/map -> map
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/lotus/filter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/lotus/filter.cxx b/sc/source/filter/lotus/filter.cxx
index e5cd6482bb28..ae91f9942bc5 100644
--- a/sc/source/filter/lotus/filter.cxx
+++ b/sc/source/filter/lotus/filter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filter.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 13:49:28 $
+ * last change: $Author: vg $ $Date: 2005-02-24 14:46:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@
#include <tools/solar.h>
#include <string.h>
-#include <stl/map>
+#include <map>
#include "filter.hxx"
#include "document.hxx"