Tag: cws_src680_dba205b User: fs Date: 2006/08/04 04:28:25 Modified: dba/connectivity/source/drivers/mozab/bootstrap/MNSFolders.hxx
Log: #i62667# ::rtl::OUString instead of ::rtl::OString File Changes: Directory: /dba/connectivity/source/drivers/mozab/bootstrap/ ============================================================ File [changed]: MNSFolders.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/bootstrap/MNSFolders.hxx?r1=1.3&r2=1.3.146.1 Delta lines: +5 -6 ------------------- --- MNSFolders.hxx 8 Sep 2005 06:23:18 -0000 1.3 +++ MNSFolders.hxx 4 Aug 2006 11:28:23 -0000 1.3.146.1 @@ -4,9 +4,9 @@ * * $RCSfile: MNSFolders.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.146.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 06:23:18 $ + * last change: $Author: fs $ $Date: 2006/08/04 11:28:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,9 +47,8 @@ #include <rtl/ustring.hxx> -::rtl::OString getAppDir(); -::rtl::OString getRegistryDir(::com::sun::star::mozilla::MozillaProductType product); -::rtl::OString getRegistryFileName(::com::sun::star::mozilla::MozillaProductType product); +::rtl::OUString getRegistryDir(::com::sun::star::mozilla::MozillaProductType product); +::rtl::OUString getRegistryFileName(::com::sun::star::mozilla::MozillaProductType product); #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
