summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/geometrycontrolmodel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-30 13:32:08 +0200
committerNoel Grandin <noel@peralex.com>2015-04-01 10:37:02 +0200
commitedc189dbfac35d9a587ec50d0f382bb66444eca8 (patch)
tree20b6b40033f29410f8545ce83fb574e4ad75e709 /include/toolkit/controls/geometrycontrolmodel.hxx
parentd677e27cfa700971cba3dafa7b476a266227a547 (diff)
loplugin:staticfunction
Change-Id: I89f5984d73e7d42269189dc1d1bc2d59e5ab193f
Diffstat (limited to 'include/toolkit/controls/geometrycontrolmodel.hxx')
-rw-r--r--include/toolkit/controls/geometrycontrolmodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/controls/geometrycontrolmodel.hxx b/include/toolkit/controls/geometrycontrolmodel.hxx
index 18c646023609..72fc9ca0edf3 100644
--- a/include/toolkit/controls/geometrycontrolmodel.hxx
+++ b/include/toolkit/controls/geometrycontrolmodel.hxx
@@ -83,7 +83,7 @@ namespace com { namespace sun { namespace star {
bool m_bCloneable;
protected:
- ::com::sun::star::uno::Any ImplGetDefaultValueByHandle(sal_Int32 nHandle) const;
+ static ::com::sun::star::uno::Any ImplGetDefaultValueByHandle(sal_Int32 nHandle);
::com::sun::star::uno::Any ImplGetPropertyValueByHandle(sal_Int32 nHandle) const;
void ImplSetPropertyValueByHandle(sal_Int32 nHandle, const :: com::sun::star::uno::Any& aValue);