diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-15 13:17:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-23 13:08:48 +0200 |
commit | 0a7b739cc33a56339a2bf0f8f0253f9402cabd35 (patch) | |
tree | 893c99038c2474391bd474e356ac5edad813ba22 /extensions/source/propctrlr/propertyeditor.hxx | |
parent | a57a1494a35e188845b6df3361680d4ed3149427 (diff) |
loplugin:staticmethods
Change-Id: I2ee91d07cf9d46cdc385a4db8473550b05e2f0ad
Diffstat (limited to 'extensions/source/propctrlr/propertyeditor.hxx')
-rw-r--r-- | extensions/source/propctrlr/propertyeditor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx index bc49d2012fd1..18861826ed7a 100644 --- a/extensions/source/propctrlr/propertyeditor.hxx +++ b/extensions/source/propctrlr/propertyeditor.hxx @@ -134,7 +134,7 @@ namespace pcr void setPageLineListener( OBrowserPage& _rPage, const void* ); void setPageControlObserver( OBrowserPage& _rPage, const void* ); void enableHelpSection( OBrowserPage& _rPage, const void* ); - void setHelpSectionText( OBrowserPage& _rPage, const void* _pPointerToOUString ); + static void setHelpSectionText( OBrowserPage& _rPage, const void* _pPointerToOUString ); void setHelpLineLimits( OBrowserPage& _rPage, const void* ); protected: |