summaryrefslogtreecommitdiff
path: root/linguistic/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-27 21:58:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-28 09:20:32 +0100
commit865ef9c4488ed02941526e5f6d1e17a76c73bbbe (patch)
treedacf2405dceaa150a108715113cf3f54c09f6551 /linguistic/source
parent7e276c3e0fa333348fa82e385feba3f5e61acdd0 (diff)
unused ctor, and use boost::noncopyable
Diffstat (limited to 'linguistic/source')
-rw-r--r--linguistic/source/spelldta.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/linguistic/source/spelldta.cxx b/linguistic/source/spelldta.cxx
index c197fea767e6..90d1d6092318 100644
--- a/linguistic/source/spelldta.cxx
+++ b/linguistic/source/spelldta.cxx
@@ -199,21 +199,6 @@ SpellAlternatives::SpellAlternatives()
SpellAlternatives::SpellAlternatives(
- const OUString &rWord, sal_Int16 nLang,
- sal_Int16 nFailureType, const OUString &rRplcWord ) :
- aAlt ( Sequence< OUString >(1) ),
- aWord (rWord),
- nType (nFailureType),
- nLanguage (nLang)
-{
- if (rRplcWord.getLength())
- aAlt.getArray()[ 0 ] = rRplcWord;
- else
- aAlt.realloc( 0 );
-}
-
-
-SpellAlternatives::SpellAlternatives(
const OUString &rWord, sal_Int16 nLang, sal_Int16 nFailureType,
const Sequence< OUString > &rAlternatives ) :
aAlt (rAlternatives),