Kaydet (Commit) 8077dbee authored tarafından Will Thompson's avatar Will Thompson

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

üst 82af1483
......@@ -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();
/**
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment