diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:42:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 01:42:49 +0000 |
commit | 58f98a604a4826f7e277f380f9cfe959155b0380 (patch) | |
tree | e5cede77a502e34683179ec7350005215e0f4af9 /registry/inc | |
parent | ffbb90627655431c480d20516cf8896e4b436b31 (diff) |
INTEGRATION: CWS sb18 (1.8.4); FILE MERGED
2004/05/18 15:35:24 sb 1.8.4.1: #i21150# Added new feature: published.
Diffstat (limited to 'registry/inc')
-rw-r--r-- | registry/inc/registry/reflread.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/registry/inc/registry/reflread.hxx b/registry/inc/registry/reflread.hxx index 282ade9e8787..f7563d712cdf 100644 --- a/registry/inc/registry/reflread.hxx +++ b/registry/inc/registry/reflread.hxx @@ -2,9 +2,9 @@ * * $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 * either of the following licenses @@ -247,6 +247,9 @@ public: inline sal_uInt16 getMajorVersion() const; /** 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; |