summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-12-21 20:19:27 +0200
committerTor Lillqvist <tml@collabora.com>2016-12-21 21:24:09 +0200
commit59a5664ffb5db3f313ad4e35ae815ad70be7c513 (patch)
tree791af2e74027d9e38a3c436f5f59b5e2eb6ce31f /extensions
parente1ce7bad62f07faf8f21adac6c3848d142f61953 (diff)
loplugin:staticmethods
Change-Id: I30456ec3a0440364b8b4c460d198588aed241034
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/taborder.cxx2
-rw-r--r--extensions/source/propctrlr/taborder.hxx5
2 files changed, 4 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/taborder.cxx b/extensions/source/propctrlr/taborder.cxx
index bb33c49b349d..617a34ef4cb7 100644
--- a/extensions/source/propctrlr/taborder.cxx
+++ b/extensions/source/propctrlr/taborder.cxx
@@ -126,7 +126,7 @@ namespace pcr
ModalDialog::dispose();
}
- Image TabOrderDialog::GetImage( const Reference< XPropertySet >& _rxSet ) const
+ Image TabOrderDialog::GetImage( const Reference< XPropertySet >& _rxSet )
{
sal_uInt16 nImageId = RID_SVXBMP_CONTROL;
// TODO: classify controls also in Basic propbrw
diff --git a/extensions/source/propctrlr/taborder.hxx b/extensions/source/propctrlr/taborder.hxx
index 130ea422c26f..0c4aa9d05482 100644
--- a/extensions/source/propctrlr/taborder.hxx
+++ b/extensions/source/propctrlr/taborder.hxx
@@ -82,9 +82,10 @@ namespace pcr
DECL_LINK( OKClickHdl, Button*, void );
void FillList();
- Image GetImage(
+
+ static Image GetImage(
const css::uno::Reference< css::beans::XPropertySet > & _rxSet
- ) const;
+ );
public:
TabOrderDialog(