diff options
Diffstat (limited to 'vcl/osx/vclnsapp.mm')
-rw-r--r-- | vcl/osx/vclnsapp.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/vclnsapp.mm b/vcl/osx/vclnsapp.mm index 9effda6ff4c1..53d002a8aa46 100644 --- a/vcl/osx/vclnsapp.mm +++ b/vcl/osx/vclnsapp.mm @@ -286,7 +286,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP (void)app; (void)printSettings; (void)bShowPrintPanels; - // currently ignores print settings an bShowPrintPanels + // currently ignores print settings a bShowPrintPanels std::vector<OUString> aFileList; NSEnumerator* it = [files objectEnumerator]; |