[Libreoffice-commits] core.git: sc/inc

Noel Grandin noelgrandin at gmail.com
Sun Sep 20 12:26:28 PDT 2015


 sc/inc/global.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit b7e28109245c2b24d892dc489380f6e492046363
Author: Noel Grandin <noelgrandin at gmail.com>
Date:   Sun Sep 20 16:34:19 2015 +0200

    remove unused _SCALC_EXE #ifdef
    
    Change-Id: I4e9a025d2aa497037425dd982488c1351b4a7c3a
    Reviewed-on: https://gerrit.libreoffice.org/18733
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 8312b84..51a8d94 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 (?):
 


More information about the Libreoffice-commits mailing list