summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 17:03:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:05:58 +0000
commit01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b (patch)
treee4ca01d348aaee1ba6113c7b2e128a00dce66f3b /include
parentFix typos (diff)
downloadcore-01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b.tar.gz
core-01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b.zip
Fix typos
Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072 Reviewed-on: https://gerrit.libreoffice.org/16297 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/weakeventlistener.hxx2
-rw-r--r--include/framework/actiontriggerhelper.hxx2
-rw-r--r--include/svx/AccessibleTextHelper.hxx2
-rw-r--r--include/svx/svdundo.hxx2
-rw-r--r--include/toolkit/controls/unocontrols.hxx2
-rw-r--r--include/ucbhelper/contenthelper.hxx2
-rw-r--r--include/unotools/configvaluecontainer.hxx2
-rw-r--r--include/xmloff/prhdlfac.hxx2
8 files changed, 8 insertions, 8 deletions
diff --git a/include/comphelper/weakeventlistener.hxx b/include/comphelper/weakeventlistener.hxx
index c965b47e482c..f3dc86c8b8c4 100644
--- a/include/comphelper/weakeventlistener.hxx
+++ b/include/comphelper/weakeventlistener.hxx
@@ -93,7 +93,7 @@ namespace comphelper
<p>Note that derived classes need to overwrite all virtual methods of their interface
except XEventListener::disposing, and forward it to their master listener.</p>
- <p>Addtionally, derived classes need to add themself as listener to the broadcaster,
+ <p>Additionally, derived classes need to add themself as listener to the broadcaster,
as this can't be done in a generic way</p>
*/
class OWeakListenerAdapter
diff --git a/include/framework/actiontriggerhelper.hxx b/include/framework/actiontriggerhelper.hxx
index 392368e634d6..fd7f7a6cbd80 100644
--- a/include/framework/actiontriggerhelper.hxx
+++ b/include/framework/actiontriggerhelper.hxx
@@ -33,7 +33,7 @@ namespace framework
// Fills the submitted menu with the structure contained in the second
// parameter rActionTriggerContainer
// @param pNewMenu = must be a valid and empty menu
- // @param rActionTriggerContainer = must be an instance of service "com.sun.star.ui.ActionTriggerContaienr"
+ // @param rActionTriggerContainer = must be an instance of service "com.sun.star.ui.ActionTriggerContainer"
static void
CreateMenuFromActionTriggerContainer(
Menu* pNewMenu,
diff --git a/include/svx/AccessibleTextHelper.hxx b/include/svx/AccessibleTextHelper.hxx
index 85546f65f1fc..6178aaeffd45 100644
--- a/include/svx/AccessibleTextHelper.hxx
+++ b/include/svx/AccessibleTextHelper.hxx
@@ -331,7 +331,7 @@ namespace accessibility
/** Implements getAccessibleChild
@attention Don't call with locked mutexes. You may hold
- the solar mutex, but this method acuires it anyway.
+ the solar mutex, but this method acquires it anyway.
*/
::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > GetChild( sal_Int32 i );
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx
index a6c9f2468c67..9f29a315c82c 100644
--- a/include/svx/svdundo.hxx
+++ b/include/svx/svdundo.hxx
@@ -313,7 +313,7 @@ public:
/**
* Inserting a NEW Object.
- * Create Actio after insertion into the ObjList.
+ * Create Action after insertion into the ObjList.
*/
class SVX_DLLPUBLIC SdrUndoNewObj : public SdrUndoInsertObj
diff --git a/include/toolkit/controls/unocontrols.hxx b/include/toolkit/controls/unocontrols.hxx
index a0bd3cdbcd0d..01611a3c7bee 100644
--- a/include/toolkit/controls/unocontrols.hxx
+++ b/include/toolkit/controls/unocontrols.hxx
@@ -66,7 +66,7 @@ class ImageHelper
{
public:
// The routine will always attempt to return a valid XGraphic for the
- // passed _rURL, additionallly xOutGraphicObject will contain the
+ // passed _rURL, additionally xOutGraphicObject will contain the
// associated XGraphicObject ( if url is valid for that ) and is set
// appropriately ( e.g. NULL if non GraphicObject scheme ) or a valid
// object if the rURL points to a valid object
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index 466ce990f0c0..b9abf9248e37 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -74,7 +74,7 @@ class ContentProviderImplHelper;
* XCommandInfoChangeNotifier )
* - XPropertyContainer implementation ( persistence is implemented using
* service com.sun.star.ucb.Store )
- * - complete XPropertySetInfo implementation ( including Additioanl Core
+ * - complete XPropertySetInfo implementation ( including Additional Core
* Properties supplied via XPropertyContainer interface )
* -> protected method: getPropertySetInfo
* - complete XCommandInfo implementation
diff --git a/include/unotools/configvaluecontainer.hxx b/include/unotools/configvaluecontainer.hxx
index 1da4e77e3f8b..0104e66b98b7 100644
--- a/include/unotools/configvaluecontainer.hxx
+++ b/include/unotools/configvaluecontainer.hxx
@@ -111,7 +111,7 @@ namespace utl
@param _pContainer
points to the accessors location in memory. Usually, this is simply an address of your derived class
@param _rValueType
- is the type of your accessort. This type must be supported by the configuration.
+ is the type of your accessor. This type must be supported by the configuration.
*/
void registerExchangeLocation(
const sal_Char* _pRelativePathAscii,
diff --git a/include/xmloff/prhdlfac.hxx b/include/xmloff/prhdlfac.hxx
index 89517c358d3b..e5d608c8cf37 100644
--- a/include/xmloff/prhdlfac.hxx
+++ b/include/xmloff/prhdlfac.hxx
@@ -53,7 +53,7 @@ public:
To extend this method for more XML-types override this method
like the example below. If you call the method of the base-class
you get propertyhandler for basic-XML-types ( e.g. for color, percent, ... ).
- Afetr that you could create your new XML-types. After creating a new type
+ After that you could create your new XML-types. After creating a new type
you have to put the pointer into the cache via the method
PutHdlCache( sal_Int32 , XMLPropertyHandler* ).