[Libreoffice-commits] .: Branch 'feature/tubes2' - sal/inc

Will Thompson wjt at kemper.freedesktop.org
Thu Mar 22 02:58:49 PDT 2012


 sal/inc/rtl/bootstrap.h   |    2 +-
 sal/inc/rtl/bootstrap.hxx |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 180fc63ab8fe7d37ed3da364784a7f0946b918cb
Author: Will Thompson <will.thompson at collabora.co.uk>
Date:   Thu Mar 22 09:57:36 2012 +0000

    rtl::bootstap: rename filename parameter to contain "uri"

diff --git a/sal/inc/rtl/bootstrap.h b/sal/inc/rtl/bootstrap.h
index 3f89bde..1df1461 100644
--- a/sal/inc/rtl/bootstrap.h
+++ b/sal/inc/rtl/bootstrap.h
@@ -124,7 +124,7 @@ extern "C" {
     @param pName URL of the ini file; must not be null, must not be the empty
     string
 */
-SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_setIniFileName( rtl_uString *pName )
+SAL_DLLPUBLIC void SAL_CALL rtl_bootstrap_setIniFileName( rtl_uString *pFileUri )
     SAL_THROW_EXTERN_C();
 
 /**
diff --git a/sal/inc/rtl/bootstrap.hxx b/sal/inc/rtl/bootstrap.hxx
index 60ad350..789c17c 100644
--- a/sal/inc/rtl/bootstrap.hxx
+++ b/sal/inc/rtl/bootstrap.hxx
@@ -41,9 +41,9 @@ namespace rtl
 
     public:
         /**
-           @see rtl_bootstrap_setIniFileName()
+         * @see rtl_bootstrap_setIniFileName()
          */
-        static inline void SAL_CALL setIniFilename( const ::rtl::OUString &sFile );
+        static inline void SAL_CALL setIniFilename( const ::rtl::OUString &sFileUri );
 
         /** Retrieves a bootstrap parameter
            @param sName name of the bootstrap value. case insensitive.


More information about the Libreoffice-commits mailing list