From b35828ba7dc33af81d17c8c870ec981d18a57b08 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 30 Apr 2015 15:29:09 +0200 Subject: convert CONFIG_MODE constants to scoped enum Change-Id: I1b0fb976e7bf8d7de06da0c30012e8bba1320498 --- extensions/source/bibliography/bibconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/source/bibliography/bibconfig.cxx b/extensions/source/bibliography/bibconfig.cxx index 255035617c1d..86157c8bf031 100644 --- a/extensions/source/bibliography/bibconfig.cxx +++ b/extensions/source/bibliography/bibconfig.cxx @@ -56,7 +56,7 @@ Sequence BibConfig::GetPropertyNames() } BibConfig::BibConfig() - : ConfigItem("Office.DataAccess/Bibliography", CONFIG_MODE_DELAYED_UPDATE) + : ConfigItem("Office.DataAccess/Bibliography", ConfigItemMode::DelayedUpdate) , nTblOrQuery(0) , pMappingsArr(new MappingArray) , nBeamerSize(0) -- cgit v1.2.3