diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-27 08:29:36 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-27 10:51:08 +0200 |
commit | 44790193a74923d42228277ed46723ba9e225136 (patch) | |
tree | 625f721df9135f36dc8101ad964a6b2331780d82 /UnoControls | |
parent | c4a9241f72e3b7bf84eaadc51dbaa2accc7b920c (diff) |
loplugin:staticfunction
Change-Id: I982ba552579019e4902ae59fddf14a6b34ba5954
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/inc/progressmonitor.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx index 4ac928d73954..e31492ad35a3 100644 --- a/UnoControls/source/inc/progressmonitor.hxx +++ b/UnoControls/source/inc/progressmonitor.hxx @@ -403,8 +403,8 @@ private: #ifdef DBG_UTIL - bool impl_debug_checkParameter( const OUString& sTopic, const OUString& sText, bool bbeforeProgress ); // addText, updateText - bool impl_debug_checkParameter( const OUString& rTopic, bool bbeforeProgress ); // removeText + static bool impl_debug_checkParameter( const OUString& sTopic, const OUString& sText, bool bbeforeProgress ); // addText, updateText + static bool impl_debug_checkParameter( const OUString& rTopic, bool bbeforeProgress ); // removeText #endif |