summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/mozilla/XProfileManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/mozilla/XProfileManager.idl')
-rw-r--r--offapi/com/sun/star/mozilla/XProfileManager.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/mozilla/XProfileManager.idl b/offapi/com/sun/star/mozilla/XProfileManager.idl
index b409cc5adcf1..789afe850174 100644
--- a/offapi/com/sun/star/mozilla/XProfileManager.idl
+++ b/offapi/com/sun/star/mozilla/XProfileManager.idl
@@ -40,7 +40,7 @@
-/** is the interface to bootup and switch Mozilla/Thunderbird profiles
+/** is the interface to boot up and switch Mozilla/Thunderbird profiles
@see com::sun::star::mozilla::MozillaProductType
@see com::sun::star::mozilla::XProfileDiscover
@@ -50,14 +50,14 @@ published interface XProfileManager: com::sun::star::uno::XInterface
{
// DocMerge from xml: method com::sun::star::mozilla::XProfileManager::bootupProfile
- /** attempts to init xpcom runtime using given profile.
+ /** attempts to init XPCOM runtime using given profile.
@param product
is the product to start up.
@param profileName
the profile name to be used.
@returns
- the current refrence count for the given profile.
+ the current reference count for the given profile.
*/
long bootupProfile( [in]MozillaProductType product,[in]string profileName);
@@ -65,7 +65,7 @@ published interface XProfileManager: com::sun::star::uno::XInterface
/** attempts to shutdown the current profile.
@returns
- the current refrence count for the current profile.
+ the current reference count for the current profile.
*/
long shutdownProfile();