summaryrefslogtreecommitdiff
path: root/registry/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 14:47:48 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 14:47:48 +0000
commit2d07e07b2fa2feb8e1a346e7cd158f4efd8f06a7 (patch)
treeea171e1835233a2668d4cbcb39103e71b0f8c677 /registry/inc
parente03e4c328957fc68485ee3189e7b940ffe33c1ec (diff)
INTEGRATION: CWS sdksample (1.3.18); FILE MERGED
2004/11/26 16:14:19 jsc 1.3.18.3: #i29966# remove to optimistic API change 2004/11/16 09:04:16 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/inc')
-rw-r--r--registry/inc/registry/writer.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/registry/inc/registry/writer.hxx b/registry/inc/registry/writer.hxx
index 52d32bb6790c..8e8d98b47e19 100644
--- a/registry/inc/registry/writer.hxx
+++ b/registry/inc/registry/writer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: writer.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pjunck $ $Date: 2004-11-03 09:18:14 $
+ * last change: $Author: rt $ $Date: 2005-01-31 15:47:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ public:
@param documentation the documentation
- @param fileName the file name
+ @param fileName the file name (deprecated, use an empty string)
@param typeClass the type class of the created type writer
@@ -160,7 +160,7 @@ public:
@param documentation the documentation of the field
- @param fileName the file name of the field
+ @param fileName the file name of the field (deprecated, use an empty string)
@param flags the flags of the field
@@ -176,9 +176,8 @@ public:
*/
void setFieldData(
sal_uInt16 index, rtl::OUString const & documentation,
- rtl::OUString const & fileName, RTFieldAccess flags,
- rtl::OUString const & name, rtl::OUString const & typeName,
- RTConstValue const & value)
+ rtl::OUString const & fileName, RTFieldAccess flags, rtl::OUString const & name,
+ rtl::OUString const & typeName, RTConstValue const & value)
{
if (!typereg_writer_setFieldData(
m_handle, index, documentation.pData, fileName.pData, flags,