summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-20 16:34:19 +0200
committerTor Lillqvist <tml@collabora.com>2015-09-20 19:25:58 +0000
commitb7e28109245c2b24d892dc489380f6e492046363 (patch)
tree265428d47cf35f544113897afc62636358bb778c /sc
parent6904d2b41c80ab944a68bbbf8eb42263ddea6a5a (diff)
remove unused _SCALC_EXE #ifdef
Change-Id: I4e9a025d2aa497037425dd982488c1351b4a7c3a Reviewed-on: https://gerrit.libreoffice.org/18733 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/global.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 8312b8478220..51a8d949ec4b 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -498,7 +498,6 @@ namespace utl {
class TransliterationWrapper;
}
-#ifndef _SCALC_EXE
class ScGlobal
{
static SvxSearchItem* pSearchItem;
@@ -709,7 +708,6 @@ SC_DLLPUBLIC static const sal_Unicode* FindUnquoted( const sal_Unicode* pStri
const OUString& rPlaceholder,
const OUString& rReplacement );
};
-#endif
// maybe move to dbdata.hxx (?):