summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-16 18:20:19 +0100
committerJens Carl <j.carl43@gmx.de>2018-11-16 23:11:03 +0100
commit32865e69c9774d5545a3100158798b6763ff62f0 (patch)
treebb5fc4cd34691bdc65d419d6733d202624ada1db /framework
parent4e12b20c0857b9e56ee5221fb6ecea98aca89864 (diff)
Fix typos
Change-Id: I63b3cdae2dfb4442d10430d9041145f892b31967 Reviewed-on: https://gerrit.libreoffice.org/63480 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/frame.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 798fcde08f28..8a718d787ecf 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -2287,7 +2287,7 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( cons
const OUString& sTargetFrameName,
sal_Int32 nSearchFlags)
{
- // Don't check incoming parameter here! Our helper do it for us and it is not a good idea to do it more than ones!
+ // Don't check incoming parameter here! Our helper do it for us and it is not a good idea to do it more than once!
checkDisposed();