summaryrefslogtreecommitdiff
path: root/tools/inc/tools/iparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/iparser.hxx')
-rw-r--r--tools/inc/tools/iparser.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/inc/tools/iparser.hxx b/tools/inc/tools/iparser.hxx
index 62c2306f9d51..78eed43e8391 100644
--- a/tools/inc/tools/iparser.hxx
+++ b/tools/inc/tools/iparser.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -69,10 +69,10 @@ key [value]
// error codes:
-#define IP_NO_ERROR 0x0000
-#define IP_UNEXPECTED_EOF 0x0001
+#define IP_NO_ERROR 0x0000
+#define IP_UNEXPECTED_EOF 0x0001
-#define REPLACE_VARIABLES TRUE
+#define REPLACE_VARIABLES TRUE
class TOOLS_DLLPUBLIC InformationParser
{