From 8b56cbf38f086653713a7fdeafe83126d1786b93 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 22 Sep 2011 22:30:06 +0100 Subject: tidy indent --- registry/source/regimpl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'registry/source') diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index 3f709be508be..987b679132cc 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -744,9 +744,9 @@ RegError ORegistry::openKey(RegKeyHandle hKey, const OUString& keyName, break; } -SAL_WNODEPRECATED_DECLARATIONS_PUSH + SAL_WNODEPRECATED_DECLARATIONS_PUSH std::auto_ptr< ORegKey > p(new ORegKey(path, this)); -SAL_WNODEPRECATED_DECLARATIONS_POP + SAL_WNODEPRECATED_DECLARATIONS_POP i = m_openKeyTable.insert(std::make_pair(path, p.get())).first; p.release(); } else { -- cgit