summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-09 09:24:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-09 09:24:08 +0000
commit59544c1623ff20dfbab587f8ae1d10569e8a78c6 (patch)
tree1014ebe09eef25b50fe9011060a19afdec64098e
parentcc8bc8265e565bf981eefc73529e252264c03713 (diff)
INTEGRATION: CWS sb8 (1.2.68); FILE MERGED
2003/09/03 10:37:17 sb 1.2.68.1: #112071# Fixed comparison of RTTypeClass with com.sun.star.uno.TypeClass.
-rw-r--r--stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx b/stoc/source/registry_tdprovider/rdbtdp_tdenumeration.hxx
index 4e26d58894e1..4ac155c949bf 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kso $ $Date: 2002-11-13 16:01:19 $
+ * last change: $Author: vg $ $Date: 2003-10-09 10:24:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,9 @@
#ifndef _RTL_REF_HXX_
#include <rtl/ref.hxx>
#endif
+#ifndef _REGISTRY_REFLTYPE_HXX_
+#include <registry/refltype.hxx>
+#endif
#ifndef _COM_SUN_STAR_CONTAINER_XHIERARCHICALNAMEACCESS_HPP_
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#endif
@@ -153,6 +156,8 @@ private:
::com::sun::star::reflection::TypeDescriptionSearchDepth eDepth,
const RegistryTypeReaderLoader & rLoader );
+ static bool match( ::RTTypeClass eType1,
+ ::com::sun::star::uno::TypeClass eType2 );
bool queryMore();
::com::sun::star::uno::Reference<
::com::sun::star::reflection::XTypeDescription > queryNext();