summaryrefslogtreecommitdiff
path: root/sw/source/core/SwNumberTree/SwNodeNum.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 13:27:17 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 13:27:17 +0000
commitdbb74b2a533dc4b36a94a69c028709f236707aad (patch)
treee4b3a196d56c8d89eb3dae7805e36661a6a1883c /sw/source/core/SwNumberTree/SwNodeNum.cxx
parent06ab3f56a4e925a507a0bbdd1b3ee6dee0ea4d38 (diff)
INTEGRATION: CWS swqbf99 (1.10.62); FILE MERGED
2007/06/13 07:35:37 ama 1.10.62.1: Fix #i78225#: Missing include
Diffstat (limited to 'sw/source/core/SwNumberTree/SwNodeNum.cxx')
-rw-r--r--sw/source/core/SwNumberTree/SwNodeNum.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/SwNumberTree/SwNodeNum.cxx b/sw/source/core/SwNumberTree/SwNodeNum.cxx
index c2d51ff7f24f..87fb1e4e5095 100644
--- a/sw/source/core/SwNumberTree/SwNodeNum.cxx
+++ b/sw/source/core/SwNumberTree/SwNodeNum.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SwNodeNum.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2007-04-25 08:58:28 $
+ * last change: $Author: obo $ $Date: 2007-07-18 14:27:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,6 +40,7 @@
#include <SwNodeNum.hxx>
#include <ndtxt.hxx>
#include <pam.hxx>
+#include <stdio.h>
SwNodeNum::SwNodeNum()
: SwNumberTreeNode(), mpTxtNode(NULL), mpNumRule(NULL), mnStart(1),