diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-05-15 11:53:43 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-05-15 11:53:43 +0000 |
commit | e05172db6882b29fff6a60eca238abef592a1503 (patch) | |
tree | 58544e69e5f53fe59760d194cab40d3c716e6e03 /psprint/source | |
parent | 4276082046fd64d20a4b9e98a720246dd034ae75 (diff) |
now it compiles ...
Diffstat (limited to 'psprint/source')
-rw-r--r-- | psprint/source/printergfx/printerjob.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/printergfx/printerjob.cxx b/psprint/source/printergfx/printerjob.cxx index 699671fc90ad..076570e3ddbc 100644 --- a/psprint/source/printergfx/printerjob.cxx +++ b/psprint/source/printergfx/printerjob.cxx @@ -2,9 +2,9 @@ * * $RCSfile: printerjob.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2001-05-14 08:52:59 $ + * last change: $Author: jbu $ $Date: 2001-05-15 12:53:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,7 +112,7 @@ PrinterJob::CreateSpoolFile (const rtl::OUString& rName, const rtl::OUString& rE rtl::OUString aFileName = maSpoolDirName + rtl::OUString::createFromAscii ("/") + rName + rExtension; rtl::OUString aUNCFileName; -#ifdef +#ifdef TF_FILEURL OSL_VERIFY( osl_File_E_None == osl::File::getFileURLFromSystemPath( aSubDir, aUNCSubDir ) ); #else osl::File::normalizePath (aFileName, aUNCFileName); |