diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 11:59:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 12:07:43 +0200 |
commit | 358d88d08bbbee155aaf9eeb49846f75cbead1c5 (patch) | |
tree | eef0fd7fc144d74ed2c3f6ecc3b4c9b405b1f168 /svx/source/inc/formtoolbars.hxx | |
parent | b9589f237b5d74f8b70f9478a5c04285b6fcfc5a (diff) |
loplugin:staticmethods: svx
Change-Id: If03d9797fddd88662cf7d0ba2a70c2841983b37b
Diffstat (limited to 'svx/source/inc/formtoolbars.hxx')
-rw-r--r-- | svx/source/inc/formtoolbars.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/inc/formtoolbars.hxx b/svx/source/inc/formtoolbars.hxx index 075e4e0d6cf3..9887404aa999 100644 --- a/svx/source/inc/formtoolbars.hxx +++ b/svx/source/inc/formtoolbars.hxx @@ -44,8 +44,8 @@ namespace svxform /** retrieves the URI for the toolbox associated with the given slot, depending on the type of our document */ - SVX_DLLPUBLIC OUString - getToolboxResourceName( sal_uInt16 _nSlotId ) const; + SVX_DLLPUBLIC static OUString + getToolboxResourceName( sal_uInt16 _nSlotId ); /** toggles the toolbox associated with the given slot */ |