diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2002-11-11 07:35:49 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2002-11-11 07:35:49 +0000 |
commit | 970e23ab9d50ebdf82351c959d1daaaf36065ff2 (patch) | |
tree | e77ca196d773292b68440e645a6967ee8578a55d /stoc/source/registry_tdprovider/tdef.cxx | |
parent | f14c1f894317f7e814780e9eade40c929e04b26d (diff) |
#104677# - Introduced/modified for Type Description Manager/Provider Enumeration
Interface.
Diffstat (limited to 'stoc/source/registry_tdprovider/tdef.cxx')
-rw-r--r-- | stoc/source/registry_tdprovider/tdef.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stoc/source/registry_tdprovider/tdef.cxx b/stoc/source/registry_tdprovider/tdef.cxx index 74b664efb26c..35f25eb3e778 100644 --- a/stoc/source/registry_tdprovider/tdef.cxx +++ b/stoc/source/registry_tdprovider/tdef.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tdef.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jbu $ $Date: 2001-06-22 16:21:00 $ + * last change: $Author: kso $ $Date: 2002-11-11 08:35:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,9 @@ * ************************************************************************/ +#ifndef _STOC_RDBTDP_BASE_HXX #include "base.hxx" +#endif namespace stoc_rdbtdp { |