summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/post_include_mozilla.h
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:46:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:46:10 +0000
commitf0713bdc3d10a6b521847bc61a70cc8af9875972 (patch)
treeb77328906bf755afb47ee57bb997386388718332 /connectivity/source/drivers/mozab/post_include_mozilla.h
parent7e1e498a04d5d7bbd790c02666e2dc0a367a6f39 (diff)
INTEGRATION: CWS warnings01 (1.1.2); FILE ADDED
2005/11/07 14:50:07 fs 1.1.2.1: #i57457# warning-free code
Diffstat (limited to 'connectivity/source/drivers/mozab/post_include_mozilla.h')
-rw-r--r--connectivity/source/drivers/mozab/post_include_mozilla.h54
1 files changed, 54 insertions, 0 deletions
diff --git a/connectivity/source/drivers/mozab/post_include_mozilla.h b/connectivity/source/drivers/mozab/post_include_mozilla.h
new file mode 100644
index 000000000000..5e106b2fbdc3
--- /dev/null
+++ b/connectivity/source/drivers/mozab/post_include_mozilla.h
@@ -0,0 +1,54 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: post_include_mozilla.h,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: hr $ $Date: 2006-06-20 01:46:10 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2005 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+
+#if defined __SUNPRO_CC
+#pragma enable_warn
+#elif defined _MSC_VER
+#pragma warning(pop)
+#endif
+
+#ifdef MOZ_BOOL
+# undef BOOL
+# undef Bool
+#endif
+
+#ifdef DEBUG_WAS_DEFINED
+ #define DEBUG DEBUG_WAS_DEFINED
+#endif
+
+#ifdef _DEBUG_WAS_DEFINED
+ #define _DEBUG _DEBUG_WAS_DEFINED
+#endif
+