summaryrefslogtreecommitdiff
path: root/vcl/inc/ppdparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/ppdparser.hxx')
-rw-r--r--vcl/inc/ppdparser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/ppdparser.hxx b/vcl/inc/ppdparser.hxx
index b5bf309ed917..fdcc0a68c186 100644
--- a/vcl/inc/ppdparser.hxx
+++ b/vcl/inc/ppdparser.hxx
@@ -193,7 +193,7 @@ public:
OUString getDefaultPaperDimension() const;
void getDefaultPaperDimension( int& rWidth, int& rHeight ) const
{ getPaperDimension( getDefaultPaperDimension(), rWidth, rHeight ); }
- bool getPaperDimension( const OUString& rPaperName,
+ bool getPaperDimension( std::u16string_view rPaperName,
int& rWidth, int& rHeight ) const;
// width and height in pt
// returns false if paper not found
@@ -201,7 +201,7 @@ public:
// match the best paper for width and height
OUString matchPaper( int nWidth, int nHeight ) const;
- bool getMargins( const OUString& rPaperName,
+ bool getMargins( std::u16string_view rPaperName,
int &rLeft, int& rRight,
int &rUpper, int& rLower ) const;
// values in pt