summaryrefslogtreecommitdiffstats
path: root/registry/source
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/source
parentFix comment to reference the right bugtracker. (diff)
downloadcore-8b56cbf38f086653713a7fdeafe83126d1786b93.tar.gz
core-8b56cbf38f086653713a7fdeafe83126d1786b93.zip
tidy indent
Diffstat (limited to 'registry/source')
-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 {