summaryrefslogtreecommitdiff
path: root/sc/inc/formulaopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/formulaopt.hxx')
-rw-r--r--sc/inc/formulaopt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/formulaopt.hxx b/sc/inc/formulaopt.hxx
index 59ce099aab05..5b71b2a81a25 100644
--- a/sc/inc/formulaopt.hxx
+++ b/sc/inc/formulaopt.hxx
@@ -101,8 +101,8 @@ private:
class ScFormulaCfg : public ScFormulaOptions, public utl::ConfigItem
{
typedef std::map<OUString,sal_uInt16> PropsToIds;
- com::sun::star::uno::Sequence<OUString> GetPropertyNames();
- ScFormulaCfg::PropsToIds GetPropNamesToId();
+ static com::sun::star::uno::Sequence<OUString> GetPropertyNames();
+ static ScFormulaCfg::PropsToIds GetPropNamesToId();
void UpdateFromProperties( const com::sun::star::uno::Sequence<OUString>& rNames );
virtual void ImplCommit() SAL_OVERRIDE;