diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 14:47:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 14:47:34 +0000 |
commit | e03e4c328957fc68485ee3189e7b940ffe33c1ec (patch) | |
tree | 58120e4ab26724d5520b68a96433e9135161ea1e /registry | |
parent | 17922f40c2e6f2dd7ef5222e0a01e0ad5abc347c (diff) |
INTEGRATION: CWS sdksample (1.3.18); FILE MERGED
2004/11/26 16:14:18 jsc 1.3.18.3: #i29966# remove to optimistic API change
2004/11/16 09:03:56 jsc 1.3.18.2: RESYNC: (1.3-1.4); FILE MERGED
2004/10/27 15:58:25 jsc 1.3.18.1: #i29966# remove filename related APIs
Diffstat (limited to 'registry')
-rw-r--r-- | registry/inc/registry/writer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/registry/inc/registry/writer.h b/registry/inc/registry/writer.h index 7748bcda3de1..4f37590a7851 100644 --- a/registry/inc/registry/writer.h +++ b/registry/inc/registry/writer.h @@ -2,9 +2,9 @@ * * $RCSfile: writer.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pjunck $ $Date: 2004-11-03 09:18:01 $ + * last change: $Author: rt $ $Date: 2005-01-31 15:47:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,7 @@ extern "C" { @param documentation the documentation; must not be null - @param fileName the file name; must not be null + @param fileName the file name; must not be null (deprecated, use an empty string) @param typeClass the type class of the created type writer @@ -150,7 +150,7 @@ sal_Bool SAL_CALL typereg_writer_setSuperTypeName( @param documentation the documentation of the field; must not be null - @param fileName the file name of the field; must not be null + @param fileName the file name of the field; must not be null (deprecated, use an empty string) @param flags the flags of the field |