diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-30 15:45:27 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-06 09:01:26 +0200 |
commit | 96471119f0157d85c1fb33b114919a94272744c6 (patch) | |
tree | 95efb613abd8d4653e271e230489d328891364b6 /svx/source/form | |
parent | b35828ba7dc33af81d17c8c870ec981d18a57b08 (diff) |
convert CVC_ flags to scoped enum
Change-Id: Iadc9b6240121e9fee91de299b94a9f8629656507
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/fmsrccfg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmsrccfg.cxx b/svx/source/form/fmsrccfg.cxx index 5c5288d5ba26..f644f2d6fce9 100644 --- a/svx/source/form/fmsrccfg.cxx +++ b/svx/source/form/fmsrccfg.cxx @@ -150,7 +150,7 @@ namespace svxform #define TA( c ) &c, cppu::UnoType<decltype(c)>::get() FmSearchConfigItem::FmSearchConfigItem() - :OConfigurationValueContainer( ::comphelper::getProcessComponentContext(), m_aMutex, "/org.openoffice.Office.DataAccess/FormSearchOptions", CVC_UPDATE_ACCESS | CVC_LAZY_UPDATE, 2 ) + :OConfigurationValueContainer( ::comphelper::getProcessComponentContext(), m_aMutex, "/org.openoffice.Office.DataAccess/FormSearchOptions", CVCFlags::UPDATE_ACCESS | CVCFlags::LAZY_UPDATE, 2 ) { // register our members so the data exchange with the node values is done automatically |