summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-30 15:15:39 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-30 15:15:39 +0000
commitf2ef6ecd25f6ffe3aae0a0569b74e39b69c6a8bf (patch)
treecf0b113e83c8efd1828bbc91fdc98a151593fe50 /stoc
parent9df5a1dad54651535ee45fb8b22aa0e0ef07bc24 (diff)
INTEGRATION: CWS sb14 (1.3.22); FILE MERGED
2004/03/12 14:18:48 sb 1.3.22.1: #i21150# Adapted to modified registry type reader.
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx b/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx
index 4ac155c949bf..03e0fcc77594 100644
--- a/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx
+++ b/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rdbtdp_tdenumeration.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-10-09 10:24:08 $
+ * last change: $Author: rt $ $Date: 2004-03-30 16:15:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,8 +102,6 @@
#include "base.hxx"
#endif
-class RegistryTypeReaderLoader;
-
namespace stoc_rdbtdp
{
@@ -122,7 +120,6 @@ public:
const ::com::sun::star::uno::Sequence<
::com::sun::star::uno::TypeClass > & rTypes,
::com::sun::star::reflection::TypeDescriptionSearchDepth eDepth,
- const RegistryTypeReaderLoader & rLoader,
const RegistryKeyList & rBaseKeys )
throw ( ::com::sun::star::reflection::NoSuchTypeNameException,
::com::sun::star::reflection::InvalidTypeNameException,
@@ -153,8 +150,7 @@ private:
const RegistryKeyList & rModuleKeys,
const ::com::sun::star::uno::Sequence<
::com::sun::star::uno::TypeClass > & rTypes,
- ::com::sun::star::reflection::TypeDescriptionSearchDepth eDepth,
- const RegistryTypeReaderLoader & rLoader );
+ ::com::sun::star::reflection::TypeDescriptionSearchDepth eDepth );
static bool match( ::RTTypeClass eType1,
::com::sun::star::uno::TypeClass eType2 );
@@ -172,7 +168,6 @@ private:
::com::sun::star::uno::Sequence<
::com::sun::star::uno::TypeClass > m_aTypes;
::com::sun::star::reflection::TypeDescriptionSearchDepth m_eDepth;
- RegistryTypeReaderLoader m_aLoader;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
m_xContext;
::com::sun::star::uno::Reference<