diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-06 13:47:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-06 13:48:58 +0200 |
commit | 3531358218fb3bb2691a4a9e49bcff5beeb6eb03 (patch) | |
tree | 2d7fa0d2ff772eaad9469e1b4bd631213e88a47b /fpicker/source/office/iodlg.hxx | |
parent | 57236961bbc280c401b1788532a1934bd66c54d9 (diff) |
loplugin:staticmethods
Change-Id: I701dfbe69380b5e4024fe55d0045c909bd4b607a
Diffstat (limited to 'fpicker/source/office/iodlg.hxx')
-rw-r--r-- | fpicker/source/office/iodlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx index 0f005f889646..8c74a9f58eac 100644 --- a/fpicker/source/office/iodlg.hxx +++ b/fpicker/source/office/iodlg.hxx @@ -237,7 +237,7 @@ public: inline void EraseDefaultExt( sal_Int32 _nIndex = 0 ); inline const OUString& GetDefaultExt() const; - Image GetButtonImage( sal_uInt16 _nButtonId ) const; + static Image GetButtonImage( sal_uInt16 _nButtonId ); bool ContentIsFolder( const OUString& rURL ) override { return m_aContent.isFolder( rURL ) && m_aContent.isValid(); } bool ContentHasParentFolder( const OUString& rURL ); |