diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-22 09:57:36 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-22 16:52:04 +0000 |
commit | 8077dbeeb2965f1a9e7477906287240f9fcd4c35 (patch) | |
tree | d7fda1311df6e3f7b50dd1557f36415e18f573b9 /sal/inc | |
parent | 82af1483c8a259a9f111866f427d04452b27cb47 (diff) |
rtl::bootstap: rename filename parameter to contain "uri"
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/rtl/bootstrap.h | 4 | ||||
-rw-r--r-- | sal/inc/rtl/bootstrap.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sal/inc/rtl/bootstrap.h b/sal/inc/rtl/bootstrap.h index 3f89bde31d31..46e7323c9e77 100644 --- a/sal/inc/rtl/bootstrap.h +++ b/sal/inc/rtl/bootstrap.h @@ -121,10 +121,10 @@ extern "C" { If it is never called, a the filename executable.ini (win) or execuablerc (unx) is assumed. - @param pName URL of the ini file; must not be null, must not be the empty + @param pFileUri 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 60ad350435bf..789c17ce1d7a 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. |