summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/mozilla/XProfileManager.idl
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-19 11:57:43 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-19 11:57:43 +0200
commitfd0649408ac52ec0c6a443c5716d50c9243bca7e (patch)
tree5c5472ebd37157ec38bef497ddad7c8fa4acfbba /offapi/com/sun/star/mozilla/XProfileManager.idl
parentea3da31396ff5a1d88efdbd6e53f2c1b1794ccb0 (diff)
parent1247c8b2350734c4f16bbc15404c3c7d56bf8523 (diff)
Merge branch 'master' into feature/gnumake4
Conflicts: xmlreader/prj/d.lst
Diffstat (limited to 'offapi/com/sun/star/mozilla/XProfileManager.idl')
-rw-r--r--offapi/com/sun/star/mozilla/XProfileManager.idl12
1 files changed, 4 insertions, 8 deletions
diff --git a/offapi/com/sun/star/mozilla/XProfileManager.idl b/offapi/com/sun/star/mozilla/XProfileManager.idl
index 607c58e78..6f4d2067f 100644
--- a/offapi/com/sun/star/mozilla/XProfileManager.idl
+++ b/offapi/com/sun/star/mozilla/XProfileManager.idl
@@ -27,12 +27,8 @@
#ifndef __com_sun_star_mozilla_XProfileManager_idl__
#define __com_sun_star_mozilla_XProfileManager_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
-#ifndef __com_sun_star_mozilla_MozillaProductType_idl__
#include <com/sun/star/mozilla/MozillaProductType.idl>
-#endif
@@ -40,7 +36,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 +46,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 +61,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();