diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-08-20 18:26:05 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-08-20 19:30:59 +0000 |
commit | 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 (patch) | |
tree | 4c71062081ca1990f45c33c6a3ed0ed14278bd34 /sfx2 | |
parent | c3164e42dcdf879ed53e235db13f498eb730bae9 (diff) |
Re-work 8bit characters in source code, or remove them.
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3
Reviewed-on: https://gerrit.libreoffice.org/5550
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewprn.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx index 555bc8f2ffb6..df4af58b932a 100644 --- a/sfx2/source/view/viewprn.cxx +++ b/sfx2/source/view/viewprn.cxx @@ -674,7 +674,7 @@ void SfxViewShell::ExecPrint_Impl( SfxRequest &rReq ) const sal_uInt16 nId = rReq.GetSlot(); switch( nId ) { - case SID_PRINTDOC: // display the printer selection and properties dialogue : File > Print… + case SID_PRINTDOC: // display the printer selection and properties dialogue : File > Print... case SID_PRINTDOCDIRECT: // Print the document directly, without displaying the dialogue { SfxObjectShell* pDoc = GetObjectShell(); @@ -769,7 +769,7 @@ void SfxViewShell::ExecPrint_Impl( SfxRequest &rReq ) rReq.Done(); break; } - case SID_SETUPPRINTER : // display the printer settings dialogue : File > Printer Settings… + case SID_SETUPPRINTER : // display the printer settings dialogue : File > Printer Settings... case SID_PRINTER_NAME : // only for recorded macros { // get printer and printer settings from the document |