summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 12:42:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 12:42:15 +0000
commit2ec6b1dbb68c3217c6ddd5823dc5bb3233e42bde (patch)
tree145da95ce0b9238bc54df89037942c2f59c53a1b /svx
parentc6305198df4d4e0aee60c712a7a6e4fbcb5de0fc (diff)
INTEGRATION: CWS impress108 (1.8.12); FILE MERGED
2006/10/06 10:50:04 cl 1.8.12.2: previous patch not working under windows nonpro 2006/09/26 13:56:45 sj 1.8.12.1: #i69109# added patch provided by cmc (iostream infrastructure not always needed)
Diffstat (limited to 'svx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
index 01a825d83646..5561fa82e656 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: EnhancedCustomShapeFunctionParser.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:02:31 $
+ * last change: $Author: hr $ $Date: 2006-10-24 13:42:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,7 +61,9 @@
#endif
#include <boost/spirit/core.hpp>
+#if (OSL_DEBUG_LEVEL > 0)
#include <iostream>
+#endif
#include <functional>
#include <algorithm>
#include <stack>