summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-06-17 22:10:03 +0200
committerJens Carl <j.carl43@gmx.de>2018-06-18 09:02:31 +0200
commit6816c74e915b91b6ecfbede59b14ee6d9e4f2379 (patch)
tree23df715c2eb0254d66c9166b19d0d4556ceabcce
parentd679cba92a0f1fc60b0bf93e4ac59f3b9434fb6a (diff)
Fix typos
Change-Id: I77c4c8feb12d7ed6ee4b4eaa6132a91f4e655fbc Reviewed-on: https://gerrit.libreoffice.org/55967 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r--framework/source/services/frame.cxx2
-rw-r--r--include/svx/gridctrl.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index c64bfa4efc81..cc2987a32a27 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -2617,7 +2617,7 @@ void SAL_CALL Frame::windowHidden( const css::lang::EventObject& )
@short called by dispose of our windows!
@descr This object is forced to release all references to the interfaces given
by the parameter source. We are a listener at our container window and
- should listen for his diposing.
+ should listen for his disposing.
@seealso XWindowListener
@seealso XTopWindowListener
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index f4782b91baa2..278db98ab41d 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -254,7 +254,7 @@ private:
// property listeners for field values
std::unique_ptr<DisposeListenerGridBridge> m_pCursorDisposeListener;
- // need to know about the diposing of the seek cursor
+ // need to know about the disposing of the seek cursor
// construct analogous to the data source proplistener/multiplexer above :
// DisposeListenerGridBridge is a bridge from FmXDisposeListener which I don't want to be derived from