INTEGRATION: CWS sb18 (1.8.4); FILE MERGED

2004/05/18 15:35:24 sb 1.8.4.1: #i21150# Added new feature: published.
This commit is contained in:
Oliver Bolte 2004-06-04 01:42:49 +00:00
parent ffbb906276
commit 58f98a604a

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: reflread.hxx,v $ * $RCSfile: reflread.hxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: rt $ $Date: 2004-03-30 16:33:34 $ * last change: $Author: obo $ $Date: 2004-06-04 02:42:49 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -247,6 +247,9 @@ public:
inline sal_uInt16 getMajorVersion() const; inline sal_uInt16 getMajorVersion() const;
/** returns the typeclass of the type represented by this blob. /** returns the typeclass of the type represented by this blob.
This function will always return the type class without the internal
RT_TYPE_PUBLISHED flag set.
*/ */
inline RTTypeClass getTypeClass() const; inline RTTypeClass getTypeClass() const;