diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-06 19:58:40 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-07 16:22:38 +0100 |
commit | c42f4e25cc68fc2feadd3816e732000bda696370 (patch) | |
tree | 2c6d298aded219670f63d54e1e57037d59975de0 | |
parent | c85c31b59a58accfb3766760705816d3dd4ecfd8 (diff) |
Fix typo
Change-Id: Ie2a863fa7975257510311249e40601d90b51aae9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86305
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sfx2/source/doc/printhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |