diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-30 15:29:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-06 09:01:26 +0200 |
commit | b35828ba7dc33af81d17c8c870ec981d18a57b08 (patch) | |
tree | db0d9185e5dbfd2bcc4d756a95e0e886f3a3999f /sc/inc/optutil.hxx | |
parent | c8fdfc39ebf89e10bc01bf9569b29b5b4c85d40d (diff) |
convert CONFIG_MODE constants to scoped enum
Change-Id: I1b0fb976e7bf8d7de06da0c30012e8bba1320498
Diffstat (limited to 'sc/inc/optutil.hxx')
-rw-r--r-- | sc/inc/optutil.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/optutil.hxx b/sc/inc/optutil.hxx index 7962290f2ae4..b75fc9f8281f 100644 --- a/sc/inc/optutil.hxx +++ b/sc/inc/optutil.hxx @@ -41,7 +41,7 @@ class SC_DLLPUBLIC ScLinkConfigItem : public utl::ConfigItem public: ScLinkConfigItem( const OUString& rSubTree ); - ScLinkConfigItem( const OUString& rSubTree, sal_Int16 nMode ); + ScLinkConfigItem( const OUString& rSubTree, ConfigItemMode nMode ); void SetCommitLink( const Link<>& rLink ); virtual void Notify( const com::sun::star::uno::Sequence<OUString>& aPropertyNames ) SAL_OVERRIDE; |