diff options
Diffstat (limited to 'include/comphelper/propstate.hxx')
-rw-r--r-- | include/comphelper/propstate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/propstate.hxx b/include/comphelper/propstate.hxx index a8029a6b849d..1bd91e2a9990 100644 --- a/include/comphelper/propstate.hxx +++ b/include/comphelper/propstate.hxx @@ -75,7 +75,7 @@ namespace comphelper void firePropertyChange(sal_Int32 nHandle, const ::com::sun::star::uno::Any& aNewValue, const ::com::sun::star::uno::Any& aOldValue); - css::uno::Sequence<css::uno::Type> getTypes(); + static css::uno::Sequence<css::uno::Type> getTypes(); }; |