summaryrefslogtreecommitdiff
path: root/include/vcl/ppdparser.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-01 08:33:09 +0200
committerNoel Grandin <noel@peralex.com>2015-04-01 10:37:02 +0200
commit3e672693e35e720177eac98094c42570fca9cfbb (patch)
treec9ef0c732ca293a4b26037a72cd6e612dfaa4ac5 /include/vcl/ppdparser.hxx
parentedc189dbfac35d9a587ec50d0f382bb66444eca8 (diff)
loplugin:staticfunction
Change-Id: I909cf7e77f9d7194575636248196fda311fffdb6
Diffstat (limited to 'include/vcl/ppdparser.hxx')
-rw-r--r--include/vcl/ppdparser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ppdparser.hxx b/include/vcl/ppdparser.hxx
index c9a10efcf5a9..71cc2105006a 100644
--- a/include/vcl/ppdparser.hxx
+++ b/include/vcl/ppdparser.hxx
@@ -242,7 +242,7 @@ public:
void getDefaultResolution( int& rXRes, int& rYRes ) const;
// values in dpi
- void getResolutionFromString( const OUString&, int&, int& ) const;
+ static void getResolutionFromString( const OUString&, int&, int& );
// helper function
int getDuplexTypes() const