diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:52:38 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:52:38 +0000 |
commit | d039d8f90921de6eec7a63296578921dba49b151 (patch) | |
tree | 73adb28ac6e1b924d7031eddbf489bc005ccc3d7 /unodevtools | |
parent | 21b0eafcbaf22f62074e742606077a2d30c581c8 (diff) |
INTEGRATION: CWS jsc21 (1.4.42); FILE MERGED
2008/04/23 09:54:25 jsc 1.4.42.2: RESYNC: (1.4-1.5); FILE MERGED
2008/02/13 08:03:41 jsc 1.4.42.1: #72964# remove header guards
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncpp.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncpp.hxx b/unodevtools/source/skeletonmaker/skeletoncpp.hxx index 43f0dd81ef82..e648b7252ebb 100644 --- a/unodevtools/source/skeletonmaker/skeletoncpp.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncpp.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: skeletoncpp.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -31,6 +31,7 @@ #define INCLUDED_UNODEVTOOLS_SOURCE_SKELETONMAKER_SKELETONCPP_HXX #include <fstream> + #include "codemaker/generatedtypeset.hxx" #include "skeletoncommon.hxx" |