summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-04-16 11:17:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-04-16 12:46:55 +0200
commit3fce6ae224efb5f8bdf78ef83f89be11dafabf3a (patch)
tree6d05d02534e129e92a67913df6c9f9861e650a0c /framework/inc
parentf03310eac0162c8b582a0f5f6cb0489d29aaa488 (diff)
fix usage of successful/successfully in comments
Change-Id: If280e1e944c877462cb84b579e19d4fd2ad1900b Reviewed-on: https://gerrit.libreoffice.org/70813 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index 9aed7b5ae2cc..c6556259818f 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -176,7 +176,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper<
We need it to implement the CLOSE_DOC semantic.
@return [boolean]
- sal_True if closing was successfully.
+ sal_True if closing was successful.
*/
bool implts_prepareFrameForClosing(const css::uno::Reference< css::frame::XFrame >& xFrame,
bool bCloseAllOtherViewsToo,
@@ -194,7 +194,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper<
frame is closed ....
@return [bool]
- sal_True if closing was successfully.
+ sal_True if closing was successful.
*/
bool implts_closeFrame();
@@ -202,7 +202,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper<
as new component of our m_xCloseFrame.
@return [bool]
- sal_True if operation was successfully.
+ sal_True if operation was successful.
*/
bool implts_establishBackingMode();