summaryrefslogtreecommitdiff
path: root/framework/source/services
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:26:19 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:57:58 +0000
commit34e1739d56411c81359e24dce500cb54bba6c092 (patch)
tree6118d095d61d6744f8380bdbf4338cd709f5b54b /framework/source/services
parentbcb402298f653146af672ecfca2381062d78c6f2 (diff)
Fix typos
Change-Id: Ieb35517ba57ca62526e84f6b6cee4c9129b4380a Reviewed-on: https://gerrit.libreoffice.org/34805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--framework/source/services/frame.cxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index c01142a14b6c..fe05bbe9832a 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -2249,7 +2249,7 @@ void AutoRecovery::implts_updateTimer()
osl::MutexGuard g(cppu::WeakComponentImplHelperBase::rBHelper.rMutex);
if (
- (m_eJob == AutoRecovery::E_NO_JOB ) || // TODO may be superflous - E_DONT_START_TIMER should be used only
+ (m_eJob == AutoRecovery::E_NO_JOB ) || // TODO may be superfluous - E_DONT_START_TIMER should be used only
(m_eTimerType == AutoRecovery::E_DONT_START_TIMER)
)
return;
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index d77774cc7308..cf69e256bc29 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -801,7 +801,7 @@ void SAL_CALL Frame::initialize( const css::uno::Reference< css::awt::XWindow >&
// <- SAFE ----------------------------------
// Start listening for events after setting it on helper class ...
- // So superflous messages are filtered to NULL :-)
+ // So superfluous messages are filtered to NULL :-)
implts_startWindowListening();
m_pWindowCommandDispatch = new WindowCommandDispatch(m_xContext, this);
@@ -1143,7 +1143,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const OUStr
// II.III.II) PARENT
// Forward search to our parent (if he exists.)
- // To prevent us against recursive and superflous calls (which can occur if we allow him
+ // To prevent us against recursive and superfluous calls (which can occur if we allow him
// to search on his children too) we must change used search flags.
if (
@@ -2072,7 +2072,7 @@ void SAL_CALL Frame::disposing()
SAL_INFO("fwk.frame", "[Frame] " << m_sName << " send dispose event to listener");
// First operation should be ... "stopp all listening for window events on our container window".
- // These events are superflous but can make trouble!
+ // These events are superfluous but can make trouble!
// We will die, die and die ...
implts_stopWindowListening();