diff options
Diffstat (limited to 'vcl/osx/salinst.cxx')
-rw-r--r-- | vcl/osx/salinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index e8a4a94efc08..3d1b66baac3b 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -819,7 +819,7 @@ OUString AquaSalInstance::GetDefaultPrinter() { // Related: tdf#151700 Return the name of the fake printer if // there are no printers so that the LibreOffice printing code - // will be able to find the the fake printer returned by + // will be able to find the fake printer returned by // AquaSalInstance::GetPrinterQueueInfo() NSString* pDefName = [pPr name]; SAL_WARN_IF( !pDefName, "vcl", "printer has no name" ); |