summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
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();