summaryrefslogtreecommitdiff
path: root/unotools/source/i18n/textsearch.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:46:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 03:50:41 -0600
commitd722353b4ba363c452fc86be0fa20cad440c4a47 (patch)
treed8d91e763f2b89f6a2694b2d8529d80f0bc86d8d /unotools/source/i18n/textsearch.cxx
parent003342bfef0812454618f860a6e171c282d92d78 (diff)
Remove visual noise from unotools
Change-Id: I1285c4e47ad381934adc3aea6671e7c95d820c39 Reviewed-on: https://gerrit.libreoffice.org/8334 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'unotools/source/i18n/textsearch.cxx')
-rw-r--r--unotools/source/i18n/textsearch.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx
index ae7edce89c34..27e2405bd1d2 100644
--- a/unotools/source/i18n/textsearch.cxx
+++ b/unotools/source/i18n/textsearch.cxx
@@ -32,10 +32,10 @@ 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,
@@ -358,8 +358,8 @@ void TextSearch::ReplaceBackReferences( OUString& rReplaceStr, const OUString &r
}
}
-// ............................................................................
+
} // namespace utl
-// ............................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */