diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-08 23:36:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-08 23:47:23 +0200 |
commit | 565611a1c87ce368f4823a324564dddc4e7f2ed2 (patch) | |
tree | 3549dda4a50a2a8445e603979e0acd2b9c041a53 /vcl/inc/osx | |
parent | 27cff71ce4db252d78d144411233c85adc114f5c (diff) |
loplugin:staticmethods
Change-Id: I1aeec1e8b00ab0f9e7ec130b6d72b69f35a304cf
Diffstat (limited to 'vcl/inc/osx')
-rw-r--r-- | vcl/inc/osx/salprn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/osx/salprn.h b/vcl/inc/osx/salprn.h index 18f0bbafff67..0f3152a7b247 100644 --- a/vcl/inc/osx/salprn.h +++ b/vcl/inc/osx/salprn.h @@ -97,7 +97,7 @@ class AquaSalInfoPrinter : public SalInfoPrinter bool AbortJob(); SalGraphics* StartPage( ImplJobSetup* i_pSetupData, bool i_bNewJobData ); bool EndPage(); - sal_uLong GetErrorCode() const; + static sal_uLong GetErrorCode(); NSPrintInfo* getPrintInfo() const { return mpPrintInfo; } void setStartPageOffset( int nOffsetX, int nOffsetY ) { mnStartPageOffsetX = nOffsetX; mnStartPageOffsetY = nOffsetY; } |