From 2d07e07b2fa2feb8e1a346e7cd158f4efd8f06a7 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 31 Jan 2005 14:47:48 +0000 Subject: 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 --- registry/inc/registry/writer.hxx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'registry/inc') 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, -- cgit