summaryrefslogtreecommitdiffstats
path: root/filter/source/t602
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 15:48:42 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 15:48:42 +0000
commit4d7ed9b6a70d7314c6623cc3aa02686cee1f2f3b (patch)
treeebdb39976fae68a13d6a4e3f36242bdfe49ee834 /filter/source/t602
parentINTEGRATION: CWS ooxtablefilter (1.4.2); FILE MERGED (diff)
downloadcore-4d7ed9b6a70d7314c6623cc3aa02686cee1f2f3b.tar.gz
core-4d7ed9b6a70d7314c6623cc3aa02686cee1f2f3b.zip
INTEGRATION: CWS obo30 (1.3.56); FILE MERGED
2008/06/09 06:45:31 obo 1.3.56.2: #i90100# EOL missing 2008/06/05 06:22:42 obo 1.3.56.1: #i90100# ENABLE_PCH build
Diffstat (limited to 'filter/source/t602')
-rw-r--r--filter/source/t602/filterenv.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/filter/source/t602/filterenv.cxx b/filter/source/t602/filterenv.cxx
index d678f04a4878..b9941d8ce15b 100644
--- a/filter/source/t602/filterenv.cxx
+++ b/filter/source/t602/filterenv.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: filterenv.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -27,6 +27,8 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_filter.hxx"
#include <osl/mutex.hxx>
#include <osl/thread.h>
@@ -125,3 +127,5 @@ void * SAL_CALL component_getFactory(
return pRet;
}
}
+
+