From c6f914041996d9b0e2431d29e63657ff02bc18d3 Mon Sep 17 00:00:00 2001 From: "Chr. Rossmanith" Date: Fri, 15 Mar 2013 22:24:29 +0100 Subject: Replace String with OUString in toolkit(vclxprinter.cxx) Change-Id: I265b413923837aaba47abf242803fae7359f8ea8 Reviewed-on: https://gerrit.libreoffice.org/2771 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- toolkit/inc/toolkit/awt/vclxprinter.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolkit/inc') diff --git a/toolkit/inc/toolkit/awt/vclxprinter.hxx b/toolkit/inc/toolkit/awt/vclxprinter.hxx index 03eed25e1243..87b5bc7532bf 100644 --- a/toolkit/inc/toolkit/awt/vclxprinter.hxx +++ b/toolkit/inc/toolkit/awt/vclxprinter.hxx @@ -59,7 +59,7 @@ protected: sal_Int16 mnOrientation; sal_Bool mbHorizontal; public: - VCLXPrinterPropertySet( const String& rPrinterName ); + VCLXPrinterPropertySet( const OUString& rPrinterName ); virtual ~VCLXPrinterPropertySet(); Printer* GetPrinter() const { return mpPrinter.get(); } @@ -107,7 +107,7 @@ class VCLXPrinter: public ::com::sun::star::awt::XPrinter, boost::shared_ptr mpListener; JobSetup maInitJobSetup; public: - VCLXPrinter( const String& rPrinterName ); + VCLXPrinter( const OUString& rPrinterName ); ~VCLXPrinter(); // ::com::sun::star::uno::XInterface @@ -153,7 +153,7 @@ class VCLXInfoPrinter: public ::com::sun::star::awt::XInfoPrinter, public ::cppu::OWeakObject { public: - VCLXInfoPrinter( const String& rPrinterName ); + VCLXInfoPrinter( const OUString& rPrinterName ); ~VCLXInfoPrinter(); // ::com::sun::star::uno::XInterface -- cgit