summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:55 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-22 10:49:44 +0200
commit40ed0e9af224888ac7f42fbedaa425cc2d54902d (patch)
tree106b8e9982e7d99c9ad00b34b751e0a1ff1bba5e /framework
parent835ea7bacd2e70e046f6ce26723d565aa2f5ed9a (diff)
Fix typo
Change-Id: Ic1ea1e5d0fbea39c99845817c1646865d6ccd53e Reviewed-on: https://gerrit.libreoffice.org/74553 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/desktop.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 5f0ebc707292..3814cfb5f9ce 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -1066,7 +1066,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Desktop::findFrame( const OUS
void SAL_CALL Desktop::disposing()
{
// Safe impossible cases
- // It's an programming error if dispose is called before terminate!
+ // It's a programming error if dispose is called before terminate!
// But if you just ignore the assertion (which happens in unit
// tests for instance in sc/qa/unit) nothing bad happens.