From de0938bc20ede6f83742edd65252287087eb9fef Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Tue, 17 Nov 2009 14:58:44 +0100 Subject: performance bug in build system caused by too many flushed --- registry/source/regimpl.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'registry/source/regimpl.hxx') diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx index c32dcf3527df..32baf9cc6ed5 100644 --- a/registry/source/regimpl.hxx +++ b/registry/source/regimpl.hxx @@ -113,6 +113,8 @@ public: RegError dumpRegistry(RegKeyHandle hKey) const; + RegError flush(); + ~ORegistry(); sal_Bool isReadOnly() const -- cgit