summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:49:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:49:40 +0000
commitc0935a3fa549fdabef9032985d6ce097bb4e681e (patch)
treebb4a2c4a1150d30c48495d535cec4403131ee949
parent781a5918c5f89ca723b1947cc801baacb63b59b2 (diff)
INTEGRATION: CWS aw033 (1.5.152); FILE MERGED
2008/05/14 15:22:03 aw 1.5.152.3: RESYNC: (1.6-1.7); FILE MERGED 2007/03/20 15:55:09 aw 1.5.152.2: RESYNC: (1.5-1.6); FILE MERGED 2007/01/22 15:20:29 aw 1.5.152.1: changes after resync
-rw-r--r--sc/source/core/tool/consoli.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/source/core/tool/consoli.cxx b/sc/source/core/tool/consoli.cxx
index 317d00266..e85627f07 100644
--- a/sc/source/core/tool/consoli.cxx
+++ b/sc/source/core/tool/consoli.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: consoli.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -36,8 +36,7 @@
// INCLUDE ---------------------------------------------------------------
#include <tools/debug.hxx>
-#include <math.h>
-#include <string.h>
+
#include "consoli.hxx"
#include "document.hxx"
#include "olinetab.hxx"
@@ -46,6 +45,9 @@
#include "errorcodes.hxx"
#include "cell.hxx"
+#include <math.h>
+#include <string.h>
+
#define SC_CONS_NOTFOUND -1
// STATIC DATA -----------------------------------------------------------