diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-14 12:42:46 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-14 16:31:26 +0100 |
commit | a452643b431803b613919871abf1a81de6de3464 (patch) | |
tree | 742b35a02a320f584357b80eb956ea0c94a03e7a /sfx2 | |
parent | cfffb09b3d6d46c500e3be3fe601a4ff6944d40e (diff) |
Fix typos
Change-Id: I2b4988e1d81fe60f7699362480cd739d2620c053
Reviewed-on: https://gerrit.libreoffice.org/47856
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/printhelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/printhelper.cxx b/sfx2/source/doc/printhelper.cxx index 296c53da0aa7..0005f2534870 100644 --- a/sfx2/source/doc/printhelper.cxx +++ b/sfx2/source/doc/printhelper.cxx @@ -519,7 +519,7 @@ class ImplUCBPrintWatcher : public ::osl::Thread } /* static helper to move the temp. file to the target location by using the ucb - It's static to be useable from outside too. So it's not really necessary to start + It's static to be usable from outside too. So it's not really necessary to start the thread, if finishing of the job was detected outside this thread. But it must be called without using a corresponding thread for the given parameter! */ @@ -634,7 +634,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. Otherwhise we break to much external code ... + // reasons. Otherwise we break to much external code ... // We try to convert it to a file URL. If its 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 |