diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-12 15:05:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-13 06:10:04 +0000 |
commit | a005fbeddc4e615cfff56a9bd84355f8d42c1c8c (patch) | |
tree | f7e561a362b6aa005ceea7e6176e35f05790462a /registry | |
parent | 81f2a9f46451492d4d879573bc9ac7f2e44abedb (diff) |
OSL_TRACE->SAL in framework..sal
Change-Id: I9a897af88aa9f6f7ca98ce521c69b5a4ee8462e9
Reviewed-on: https://gerrit.libreoffice.org/31903
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'registry')
-rw-r--r-- | registry/source/regimpl.cxx | 1 | ||||
-rw-r--r-- | registry/tools/options.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index 0655a4642c43..6f684e12ef83 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -760,7 +760,6 @@ RegError ORegistry::closeKey(RegKeyHandle hKey) else { // closing modified RootKey, flush registry file. - OSL_TRACE("registry::ORegistry::closeKey(): flushing modified RootKey"); (void) m_file.flush(); } pKey->setModified(false); diff --git a/registry/tools/options.cxx b/registry/tools/options.cxx index 6584a0e2fe84..04f1f67e7e74 100644 --- a/registry/tools/options.cxx +++ b/registry/tools/options.cxx @@ -43,7 +43,6 @@ bool Options::checkArgument(std::vector< std::string> & rArgs, char const * arg, OSL_PRECOND(result, "registry::tools::Options::checkArgument(): invalid arguments"); if (result) { - OSL_TRACE("registry::tools:Options::checkArgument(): \"%s\"", arg); switch (arg[0]) { case '@': |