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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/ppdparser.hxx b/vcl/inc/ppdparser.hxx
index 48e47e3fbc13..cd565ef761eb 100644
--- a/vcl/inc/ppdparser.hxx
+++ b/vcl/inc/ppdparser.hxx
@@ -214,7 +214,7 @@ public:
void getDefaultResolution( int& rXRes, int& rYRes ) const;
// values in dpi
- static void getResolutionFromString( const OUString&, int&, int& );
+ static void getResolutionFromString( std::u16string_view, int&, int& );
// helper function
OUString translateKey( const OUString& i_rKey ) const;