summaryrefslogtreecommitdiff
path: root/lingucomponent/source
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-10-08 20:02:03 -0300
committerDavid Tardon <dtardon@redhat.com>2012-10-17 09:32:47 +0200
commit625e91c75fe66d4e067213a561f19e626cfbfa93 (patch)
tree71c7501def89baf911d52e823bb5a8f42d34a668 /lingucomponent/source
parentf163a827ff7324178214ce3178eb8928a0dac102 (diff)
More useless code, "#if 0" blocks in lingucomponent, sal, and rsc
Change-Id: I1dda0f2b3bc2bb4a4a877c160026e53a90471d54 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'lingucomponent/source')
-rw-r--r--lingucomponent/source/lingutil/lingutil.cxx16
-rw-r--r--lingucomponent/source/lingutil/lingutil.hxx6
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesdta.cxx12
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesdta.hxx7
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesimp.cxx14
5 files changed, 0 insertions, 55 deletions
diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx
index 89dcc77034ff..ca5f34b66b06 100644
--- a/lingucomponent/source/lingutil/lingutil.cxx
+++ b/lingucomponent/source/lingutil/lingutil.cxx
@@ -47,22 +47,6 @@
using ::com::sun::star::lang::Locale;
using namespace ::com::sun::star;
-#if 0
-//////////////////////////////////////////////////////////////////////
-
-String GetDirectoryPathFromFileURL( const String &rFileURL )
-{
- // get file URL
- INetURLObject aURLObj;
- aURLObj.SetSmartProtocol( INET_PROT_FILE );
- aURLObj.SetSmartURL( rFileURL );
- aURLObj.removeSegment();
- DBG_ASSERT( !aURLObj.HasError(), "invalid URL" );
- String aRes = aURLObj.GetMainURL( INetURLObject::DECODE_TO_IURI );
- return aRes;
-}
-#endif
-
#if defined(WNT)
rtl::OString Win_GetShortPathName( const rtl::OUString &rLongPathName )
{
diff --git a/lingucomponent/source/lingutil/lingutil.hxx b/lingucomponent/source/lingutil/lingutil.hxx
index f1e0e4565e69..3f1c998906a1 100644
--- a/lingucomponent/source/lingutil/lingutil.hxx
+++ b/lingucomponent/source/lingutil/lingutil.hxx
@@ -58,12 +58,6 @@ inline sal_Bool operator == ( const ::com::sun::star::lang::Locale &rL1, const :
rL1.Variant == rL2.Variant;
}
-#if 0
-///////////////////////////////////////////////////////////////////////////
-
-String GetDirectoryPathFromFileURL( const String &rFileURL );
-#endif
-
#if defined(WNT)
///////////////////////////////////////////////////////////////////////////
// to be use to get a short path name under Windows that still can be used with
diff --git a/lingucomponent/source/thesaurus/libnth/nthesdta.cxx b/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
index 88503c0ebcdd..4468f2e12282 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
@@ -39,12 +39,7 @@ namespace linguistic
///////////////////////////////////////////////////////////////////////////
Meaning::Meaning(
-#if 0
- const OUString &rTerm, sal_Int16 nLang,
- const PropertyHelper_Thes &rHelper ) :
-#else
const OUString &rTerm, sal_Int16 nLang) :
-#endif
aSyn ( Sequence< OUString >(1) ),
aTerm (rTerm),
@@ -91,13 +86,6 @@ void Meaning::SetMeaning( const OUString &rTerm )
aTerm = rTerm;
}
-///////////////////////////////////////////////////////////////////////////
-
} // namespace linguistic
-
-
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/lingucomponent/source/thesaurus/libnth/nthesdta.hxx b/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
index ddc98bd876dc..7e5eb00b7002 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesdta.hxx
@@ -52,11 +52,7 @@ class Meaning :
Meaning & operator = (const Meaning &);
public:
-#if 0
- Meaning(const ::rtl::OUString &rTerm, sal_Int16 nLang, const PropertyHelper_Thes &rHelper);
-#else
Meaning(const ::rtl::OUString &rTerm, sal_Int16 nLang);
-#endif
virtual ~Meaning();
// XMeaning
@@ -68,9 +64,6 @@ public:
void SetMeaning( const ::rtl::OUString &rTerm );
};
-
-///////////////////////////////////////////////////////////////////////////
-
} // namespace linguistic
#endif
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
index 6867aa985c60..b5869c95991d 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
@@ -415,10 +415,6 @@ Sequence < Reference < ::com::sun::star::linguistic2::XMeaning > > SAL_CALL Thes
codeTerm = seq[0];
stem2 = 1;
}
-#if 0
- OString o = OUStringToOString(codeTerm, RTL_TEXTENCODING_UTF8);
- fprintf(stderr, "CODETERM: %s\n", o.pData->buffer);
-#endif
}
}
@@ -479,9 +475,6 @@ Sequence < Reference < ::com::sun::star::linguistic2::XMeaning > > SAL_CALL Thes
OUString aAlt( cTerm + catst);
pStr[i] = aAlt;
}
-#if 0
- Meaning * pMn = new Meaning(rTerm,nLanguage,rHelper);
-#endif
Meaning * pMn = new Meaning(rTerm,nLanguage);
OUString dTerm(pe->defn,strlen(pe->defn),eEnc );
pMn->SetMeaning(dTerm);
@@ -514,13 +507,6 @@ Sequence < Reference < ::com::sun::star::linguistic2::XMeaning > > SAL_CALL Thes
if (xTmpRes.is())
{
Sequence<OUString>seq = xTmpRes->getAlternatives();
-#if 0
- for (int i = 0; i < seq.getLength(); i++)
- {
- OString o = OUStringToOString(seq[i], RTL_TEXTENCODING_UTF8);
- fprintf(stderr, "%d: %s\n", i + 1, o.pData->buffer);
- }
-#endif
if (seq.getLength() > 0)
{
rTerm = seq[0]; // XXX Use only the first stem