From c42f4e25cc68fc2feadd3816e732000bda696370 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 6 Jan 2020 19:58:40 +0100 Subject: Fix typo Change-Id: Ie2a863fa7975257510311249e40601d90b51aae9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86305 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sfx2/source/doc/printhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') 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 -- cgit