summaryrefslogtreecommitdiff
path: root/svtools/source/uno
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 15:17:15 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:54:05 +0000
commit3ffc206a4b70863fc1a340c0011eb4aa82819ae1 (patch)
tree6c83c32b8135b74d897db8e9610b713c53596e98 /svtools/source/uno
parentba423579255848440318d6c468a604914901779b (diff)
Fix typos
Change-Id: Ib25dadb25d8c2df1361de194f74cf3ddd459650d Reviewed-on: https://gerrit.libreoffice.org/34783 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/uno')
-rw-r--r--svtools/source/uno/statusbarcontroller.cxx4
-rw-r--r--svtools/source/uno/toolboxcontroller.cxx4
-rw-r--r--svtools/source/uno/unoimap.cxx4
3 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/uno/statusbarcontroller.cxx b/svtools/source/uno/statusbarcontroller.cxx
index 0b00ac3bdf54..b44e1771ca43 100644
--- a/svtools/source/uno/statusbarcontroller.cxx
+++ b/svtools/source/uno/statusbarcontroller.cxx
@@ -355,7 +355,7 @@ void StatusbarController::addStatusListener( const OUString& aCommandURL )
return;
// Check if we are already initialized. Implementation starts adding itself as status listener when
- // intialize is called.
+ // initialize is called.
if ( !m_bInitialized )
{
// Put into the unordered_map of status listener. Will be activated when initialized is called
@@ -364,7 +364,7 @@ void StatusbarController::addStatusListener( const OUString& aCommandURL )
}
else
{
- // Add status listener directly as intialize has already been called.
+ // Add status listener directly as initialize has already been called.
Reference< XDispatchProvider > xDispatchProvider( m_xFrame, UNO_QUERY );
if ( m_xContext.is() && xDispatchProvider.is() )
{
diff --git a/svtools/source/uno/toolboxcontroller.cxx b/svtools/source/uno/toolboxcontroller.cxx
index 2a443b50c6b7..4aa9032957af 100644
--- a/svtools/source/uno/toolboxcontroller.cxx
+++ b/svtools/source/uno/toolboxcontroller.cxx
@@ -390,7 +390,7 @@ void ToolboxController::addStatusListener( const OUString& aCommandURL )
return;
// Check if we are already initialized. Implementation starts adding itself as status listener when
- // intialize is called.
+ // initialize is called.
if ( !m_bInitialized )
{
// Put into the unordered_map of status listener. Will be activated when initialized is called
@@ -399,7 +399,7 @@ void ToolboxController::addStatusListener( const OUString& aCommandURL )
}
else
{
- // Add status listener directly as intialize has already been called.
+ // Add status listener directly as initialize has already been called.
Reference< XDispatchProvider > xDispatchProvider( m_xFrame, UNO_QUERY );
if ( m_xContext.is() && xDispatchProvider.is() )
{
diff --git a/svtools/source/uno/unoimap.cxx b/svtools/source/uno/unoimap.cxx
index e0ffcb82ea85..225881757402 100644
--- a/svtools/source/uno/unoimap.cxx
+++ b/svtools/source/uno/unoimap.cxx
@@ -82,7 +82,7 @@ public:
rtl::Reference<SvMacroTableEventDescriptor> mxEvents;
- // overriden helpers from PropertySetHelper
+ // overridden helpers from PropertySetHelper
virtual void _setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues ) override;
virtual void _getPropertyValues( const PropertyMapEntry** ppEntries, Any* pValue ) override;
@@ -397,7 +397,7 @@ OUString SAL_CALL SvUnoImageMapObject::getImplementationName()
}
}
-// overriden helpers from PropertySetHelper
+// overridden helpers from PropertySetHelper
void SvUnoImageMapObject::_setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues )
{
bool bOk = false;