framework/source/services/desktop.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 40ed0e9af224888ac7f42fbedaa425cc2d54902d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jun 14 22:42:55 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jun 22 10:49:44 2019 +0200

    Fix typo
    
    Change-Id: Ic1ea1e5d0fbea39c99845817c1646865d6ccd53e
    Reviewed-on: https://gerrit.libreoffice.org/74553
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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.
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to