diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-17 23:42:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-18 07:40:04 +0200 |
commit | 713c80b46053567977b53651ee057ce7d6f84bd3 (patch) | |
tree | 88db2e1c6e68edc034a8f7e98e2bbf6f4f390eb1 /framework/source | |
parent | 79611a44fac472dfa5f0a01c051c314078f798b9 (diff) |
Fix typos
Change-Id: If13c1408a3e597c6f9b21d209722ef6bc87c0c94
Reviewed-on: https://gerrit.libreoffice.org/41270
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/desktop.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index f727fbe3f576..d9427c0f5529 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -125,7 +125,7 @@ void Desktop::constructorInit() // Safe impossible cases // We can't work without this helper! - SAL_WARN_IF( !m_xFramesHelper.is(), "fwk.desktop", "Desktop::Desktop(): Frames helper is not valid. XFrames, XIndexAccess and XElementAcces are not supported!"); + SAL_WARN_IF( !m_xFramesHelper.is(), "fwk.desktop", "Desktop::Desktop(): Frames helper is not valid. XFrames, XIndexAccess and XElementAccess are not supported!"); SAL_WARN_IF( !m_xDispatchHelper.is(), "fwk.desktop", "Desktop::Desktop(): Dispatch helper is not valid. XDispatch will not work correctly!" ); // Enable object for real working! diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 76dddcafd4f8..ef0b48fef1bf 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -514,7 +514,7 @@ void Frame::initListeners() SAL_WARN_IF( !m_xDispatchHelper.is(), "fwk.frame", "Frame::Frame(): Interception helper is not valid. XDispatchProvider, " "XDispatch, XDispatchProviderInterception are not full supported!" ); SAL_WARN_IF( !m_xFramesHelper.is(), "fwk.frame", "Frame::Frame(): Frames helper is not valid. XFrames, " - "XIndexAccess and XElementAcces are not supported!" ); + "XIndexAccess and XElementAccess are not supported!" ); SAL_WARN_IF( !m_xDropTargetListener.is(), "fwk.frame", "Frame::Frame(): DropTarget helper is not valid. " "Drag and drop without functionality!" ); |