summaryrefslogtreecommitdiff
path: root/registry/source/regimpl.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-11-17 14:58:44 +0100
committerMathias Bauer <mba@openoffice.org>2009-11-17 14:58:44 +0100
commitde0938bc20ede6f83742edd65252287087eb9fef (patch)
tree4528e854d7fe5e477f0e786fb9bebcca0ab04114 /registry/source/regimpl.hxx
parente7b782233f0d04b494aab32be9907d802f13ef08 (diff)
performance bug in build system caused by too many flushed
Diffstat (limited to 'registry/source/regimpl.hxx')
-rw-r--r--registry/source/regimpl.hxx2
1 files changed, 2 insertions, 0 deletions
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