summaryrefslogtreecommitdiff
path: root/include/vcl/FilterConfigItem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-01 08:33:09 +0200
committerNoel Grandin <noel@peralex.com>2015-04-01 10:37:02 +0200
commit3e672693e35e720177eac98094c42570fca9cfbb (patch)
treec9ef0c732ca293a4b26037a72cd6e612dfaa4ac5 /include/vcl/FilterConfigItem.hxx
parentedc189dbfac35d9a587ec50d0f382bb66444eca8 (diff)
loplugin:staticfunction
Change-Id: I909cf7e77f9d7194575636248196fda311fffdb6
Diffstat (limited to 'include/vcl/FilterConfigItem.hxx')
-rw-r--r--include/vcl/FilterConfigItem.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/FilterConfigItem.hxx b/include/vcl/FilterConfigItem.hxx
index adb08cb50801..88694f09b88e 100644
--- a/include/vcl/FilterConfigItem.hxx
+++ b/include/vcl/FilterConfigItem.hxx
@@ -40,9 +40,9 @@ class VCL_DLLPUBLIC FilterConfigItem
bool bModified;
- bool ImplGetPropertyValue( ::com::sun::star::uno::Any& rAny,
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rXPropSet,
- const OUString& rPropName,
+ static bool ImplGetPropertyValue( ::com::sun::star::uno::Any& rAny,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rXPropSet,
+ const OUString& rPropName,
bool bTestPropertyAvailability );
void ImpInitTree( const OUString& rTree );