summaryrefslogtreecommitdiffstats
path: root/registry/source/regimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/source/regimpl.cxx')
-rw-r--r--registry/source/regimpl.cxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index 2d3322c25b13..0976c23555c7 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -41,13 +42,9 @@
#include <unistd.h>
#endif
-#ifndef __REGISTRY_REFLREAD_HXX__
#include <registry/reflread.hxx>
-#endif
-#ifndef __REGISTRY_REFLWRIT_HXX__
#include <registry/reflwrit.hxx>
-#endif
#include "registry/reader.hxx"
#include "registry/refltype.hxx"
@@ -64,13 +61,13 @@
#include <rtl/ustrbuf.hxx>
#include <osl/file.hxx>
-using namespace rtl;
using namespace osl;
using namespace store;
-#if defined ( GCC ) && ( defined ( SCO ) )
-sal_helper::ORealDynamicLoader* sal_helper::ODynamicLoader<RegistryTypeReader_Api>::m_pLoader = NULL;
-#endif
+using ::rtl::OUString;
+using ::rtl::OUStringToOString;
+using ::rtl::OUStringBuffer;
+using ::rtl::OString;
namespace {
@@ -1758,3 +1755,5 @@ RegError ORegistry::dumpKey(const OUString& sPath, const OUString& sName, sal_In
return REG_NO_ERROR;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */