summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-22 22:30:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-23 09:02:23 +0100
commit8b56cbf38f086653713a7fdeafe83126d1786b93 (patch)
tree6a2bcbda080264bc48e76083aeed8d34905d8177 /registry
parenteb3b4ec7c227386c866bc8f2aa0500c58dc34184 (diff)
tidy indent
Diffstat (limited to 'registry')
-rw-r--r--registry/source/regimpl.cxx4
1 files changed, 2 insertions, 2 deletions
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 {