summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/textsearch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/i18n/textsearch.cxx')
-rw-r--r--unotools/source/i18n/textsearch.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx
index 27e2405bd1d2..17f8fe81c9f2 100644
--- a/unotools/source/i18n/textsearch.cxx
+++ b/unotools/source/i18n/textsearch.cxx
@@ -32,11 +32,9 @@ using namespace ::com::sun::star::util;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-
namespace utl
{
-
SearchParam::SearchParam( const OUString &rText,
SearchType eType,
bool bCaseSensitive,
@@ -197,7 +195,6 @@ void TextSearch::SetLocale( const ::com::sun::star::util::SearchOptions& rOption
xTextSearch = getXTextSearch( aSOpt );
}
-
TextSearch::~TextSearch()
{
}
@@ -238,7 +235,6 @@ bool TextSearch::SearchForward( const OUString &rStr,
return nRet;
}
-
bool TextSearch::SearchBackward( const OUString & rStr, sal_Int32* pStart,
sal_Int32* pEnde, SearchResult* pRes )
{
@@ -358,8 +354,6 @@ void TextSearch::ReplaceBackReferences( OUString& rReplaceStr, const OUString &r
}
}
-
} // namespace utl
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */