summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2012-09-18 20:36:30 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2012-09-18 20:36:30 +0200
commit22c0e6556a630a736288c5b1b24f39fe4124566e (patch)
treeea53656873a34548be2ad606bea7577dd5d22e59 /sd/inc
parentWrap all external use of RemoteServer in ENABLE_SDREMOTE. (diff)
downloadcore-22c0e6556a630a736288c5b1b24f39fe4124566e.tar.gz
core-22c0e6556a630a736288c5b1b24f39fe4124566e.zip
Some more fixes for ENABLE_SDREMOTE.
Change-Id: I56a8235ec0b844fc427c9d646357eb28943bf688
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sddll.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/inc/sddll.hxx b/sd/inc/sddll.hxx
index e4f4fec5474b..5bd0c6fedab6 100644
--- a/sd/inc/sddll.hxx
+++ b/sd/inc/sddll.hxx
@@ -1,4 +1,4 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+git clone git://anongit.freedesktop.org/libreoffice/core libo/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -45,7 +45,9 @@
class SdDLL
{
protected:
+#ifdef ENABLE_SDREMOTE
static void RegisterRemotes();
+#endif
static void RegisterFactorys();
static void RegisterInterfaces();
static void RegisterControllers();