diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:52:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 13:52:50 +0000 |
commit | 10dbaeedebd142fb692caf000df73e38339dc0d3 (patch) | |
tree | 9632489233f6b371fe2af747a6e9dd704dcf771a /unodevtools | |
parent | d039d8f90921de6eec7a63296578921dba49b151 (diff) |
INTEGRATION: CWS jsc21 (1.4.46); FILE MERGED
2008/04/23 09:54:37 jsc 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED
2008/02/13 08:03:41 jsc 1.4.46.1: #72964# remove header guards
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletonjava.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletonjava.hxx b/unodevtools/source/skeletonmaker/skeletonjava.hxx index 066da30fc55b..013619ce9a1d 100644 --- a/unodevtools/source/skeletonmaker/skeletonjava.hxx +++ b/unodevtools/source/skeletonmaker/skeletonjava.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: skeletonjava.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -31,6 +31,7 @@ #define INCLUDED_UNODEVTOOLS_SKELETONJAVA_HXX #include <fstream> + #include "codemaker/generatedtypeset.hxx" #include "skeletoncommon.hxx" |