diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:53:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-13 17:54:36 +0200 |
commit | 17b1cf0a0384cb2851cde023adadfefe76d41045 (patch) | |
tree | 7d325fe8cd7697dbbc58325159a8244083d589e3 /vcl/generic | |
parent | f751e4b15256e53413395691f9ac50acaa5598eb (diff) |
loplugin:staticcall
Change-Id: I16195f2278ae67f17db55e02bb38fe3c5cd063be
Diffstat (limited to 'vcl/generic')
-rw-r--r-- | vcl/generic/print/printerjob.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/print/printerjob.cxx b/vcl/generic/print/printerjob.cxx index 41a8741e0428..84dbd42d4aaf 100644 --- a/vcl/generic/print/printerjob.cxx +++ b/vcl/generic/print/printerjob.cxx @@ -107,7 +107,7 @@ PrinterJob::CreateSpoolFile (const OUString& rName, const OUString& rExtension) return NULL; } - pFile->setAttributes (aFileURL, + osl::File::setAttributes (aFileURL, osl_File_Attribute_OwnWrite | osl_File_Attribute_OwnRead); return pFile; } |