[Libreoffice-commits] core.git: sfx2/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 7 15:23:12 UTC 2020


 sfx2/source/doc/printhelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c42f4e25cc68fc2feadd3816e732000bda696370
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 6 19:58:40 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 7 16:22:38 2020 +0100

    Fix typo
    
    Change-Id: Ie2a863fa7975257510311249e40601d90b51aae9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86305
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sfx2/source/doc/printhelper.cxx b/sfx2/source/doc/printhelper.cxx
index ce69c37b6471..e8380efad5d7 100644
--- a/sfx2/source/doc/printhelper.cxx
+++ b/sfx2/source/doc/printhelper.cxx
@@ -633,7 +633,7 @@ void SAL_CALL SfxPrintHelper::print(const uno::Sequence< beans::PropertyValue >&
                 // OK - it's not a valid URL. But may it's a simple
                 // system path directly. It will be supported for historical
                 // reasons. Otherwise we break too much external code...
-                // We try to convert it to a file URL. If its possible
+                // We try to convert it to a file URL. If it's possible
                 // we put the system path to the item set and let vcl work with it.
                 // No ucb or thread will be necessary then. In case it couldn't be
                 // converted it's not a URL nor a system path. Then we can't accept


More information about the Libreoffice-commits mailing list