summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/configurationhelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/configurationhelper.cxx')
-rw-r--r--comphelper/source/misc/configurationhelper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/comphelper/source/misc/configurationhelper.cxx b/comphelper/source/misc/configurationhelper.cxx
index 7e8dbb52e24b..f15651f0db0b 100644
--- a/comphelper/source/misc/configurationhelper.cxx
+++ b/comphelper/source/misc/configurationhelper.cxx
@@ -53,12 +53,6 @@ css::uno::Reference< css::uno::XInterface > ConfigurationHelper::openConfig(cons
lParams.push_back(css::uno::Any(aParam));
}
- // enable lazy writing
- bool bLazy(eMode & EConfigurationModes::LazyWrite);
- aParam.Name = "lazywrite";
- aParam.Value <<= bLazy;
- lParams.push_back(css::uno::Any(aParam));
-
// open it
css::uno::Reference< css::uno::XInterface > xCFG;