summaryrefslogtreecommitdiff
path: root/include/sfx2/printer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-22 16:04:02 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:01 +0200
commitcdab3d619ca0389d4c14e3b50fb66bbadcf5c52f (patch)
tree35e24f3ecab067d39c0808e81582b1eb64b68646 /include/sfx2/printer.hxx
parent2265b25e8fdbb3d93d9862fdc776f9b69a998eea (diff)
convert include/sfx2/printer.hxx from String to OUString
Change-Id: I3facb00170de00253a2cfa60670b5f4e847f1f8d
Diffstat (limited to 'include/sfx2/printer.hxx')
-rw-r--r--include/sfx2/printer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/printer.hxx b/include/sfx2/printer.hxx
index aac11a3bf4dc..3b17333366ee 100644
--- a/include/sfx2/printer.hxx
+++ b/include/sfx2/printer.hxx
@@ -46,11 +46,11 @@ private:
public:
SfxPrinter( SfxItemSet *pTheOptions );
SfxPrinter( SfxItemSet *pTheOptions,
- const String &rPrinterName );
+ const OUString &rPrinterName );
SfxPrinter( SfxItemSet *pTheOptions,
const JobSetup &rTheOrigJobSetup );
SfxPrinter( SfxItemSet *pTheOptions,
- const String &rPrinterName,
+ const OUString &rPrinterName,
const JobSetup &rTheOrigJobSetup );
SfxPrinter( const SfxPrinter &rPrinter );
~SfxPrinter();