summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-16 13:27:08 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-16 16:31:45 +0100
commitef7909c0c4364067775b329aef626b6d0bbe2ca5 (patch)
tree60ad96aa2372367ea0db8db0d879d7a3942a3a88 /registry
parent94b6f309c6eb8cab0460fa5fae38f65a7f0b5fde (diff)
Remove SCO support
Diffstat (limited to 'registry')
-rw-r--r--registry/source/reflread.cxx4
-rw-r--r--registry/source/reflwrit.cxx4
-rw-r--r--registry/source/regimpl.cxx4
-rw-r--r--registry/source/registry.cxx4
4 files changed, 0 insertions, 16 deletions
diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx
index 2c5363212..e7e80c9ff 100644
--- a/registry/source/reflread.cxx
+++ b/registry/source/reflread.cxx
@@ -51,10 +51,6 @@ const sal_uInt32 magic = 0x12345678;
const sal_uInt16 minorVersion = 0x0000;
const sal_uInt16 majorVersion = 0x0001;
-#if defined ( GCC ) && ( defined ( SCO ) )
-ORealDynamicLoader* ODynamicLoader<RegistryTypeReader_Api>::m_pLoader = NULL;
-#endif
-
/**************************************************************************
class BlopObject
diff --git a/registry/source/reflwrit.cxx b/registry/source/reflwrit.cxx
index ebb792f5e..3e54ff60a 100644
--- a/registry/source/reflwrit.cxx
+++ b/registry/source/reflwrit.cxx
@@ -58,10 +58,6 @@ inline rtl::OString toByteString(rtl_uString const * str) {
static sal_Unicode NULL_WSTRING[1] = { 0 };
-#if defined ( GCC ) && ( defined ( SCO ) )
-ORealDynamicLoader* ODynamicLoader<RegistryTypeWriter_Api>::m_pLoader = NULL;
-#endif
-
#define BLOP_OFFSET_MAGIC 0
#define BLOP_OFFSET_SIZE (BLOP_OFFSET_MAGIC + sizeof(sal_uInt32))
#define BLOP_OFFSET_MINOR (BLOP_OFFSET_SIZE + sizeof(sal_uInt32))
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index 2dcd4bc2d..a21f9ea60 100644
--- a/registry/source/regimpl.cxx
+++ b/registry/source/regimpl.cxx
@@ -65,10 +65,6 @@ 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
-
namespace {
void printString(rtl::OUString const & s) {
diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx
index 7e2c09bad..8d8fed3ce 100644
--- a/registry/source/registry.cxx
+++ b/registry/source/registry.cxx
@@ -47,10 +47,6 @@
#include <unistd.h>
#endif
-#if defined ( GCC ) && ( defined ( SCO ) )
-ORealDynamicLoader* ODynamicLoader<Registry_Api>::m_pLoader = NULL;
-#endif
-
extern "C" {
//*********************************************************************