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 | fcd1729c5c8d13cfc14b7fa4e0efe65f12869a2b (patch) | |
tree | b32bd5582a82693ec9602cc7f3d3f6bf2a806800 /unodevtools | |
parent | a770a113d97208840c2429f3d406d9f5297f6fd3 (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 042f78c3..5d5457fb 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" |