summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:59:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 16:59:49 +0000
commitf04b350d16c7ced0e857a95ea153a17c271c8f0d (patch)
tree28e3cff7e704063a52933a802b901163013c1ea3 /xmloff
parent5f77dcfa73ffec05ef7f006962694e5539f03fbb (diff)
INTEGRATION: CWS warnings01 (1.4.34); FILE MERGED
2005/11/17 17:10:57 pl 1.4.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmltabe.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/xmloff/inc/xmltabe.hxx b/xmloff/inc/xmltabe.hxx
index c0a6a307dac3..973dd4e9bf5e 100644
--- a/xmloff/inc/xmltabe.hxx
+++ b/xmloff/inc/xmltabe.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmltabe.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:20:09 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:59:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,11 @@
#ifndef _XMLOFF_XMLTABE_HXX
#define _XMLOFF_XMLTABE_HXX
+// prevent funny things like "#define sun 1" from the compiler
+#ifndef _SAL_CONFIG_H_
+#include <sal/config.h>
+#endif
+
class SvXMLExport;
namespace com { namespace sun { namespace star {
namespace style { struct TabStop; }