summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc')
-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 7999957b7e68..5d4195783a68 100644
--- a/vcl/inc/ppdparser.hxx
+++ b/vcl/inc/ppdparser.hxx
@@ -201,7 +201,7 @@ public:
// returns false if paper not found
// match the best paper for width and height
- OUString matchPaper( int nWidth, int nHeight ) const;
+ OUString matchPaper( int nWidth, int nHeight, bool bDontSwap = false ) const;
bool getMargins( std::u16string_view rPaperName,
int &rLeft, int& rRight,