From 3b00f19cc25b72b15638baa5abc7ccbb7cf54d1b Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 13 Oct 2010 18:30:37 +0000 Subject: [PATCH] Anonymize some things. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35638 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxfind.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index 3b5bb81e4e..a9cfa223c9 100644 --- a/src/lyxfind.cpp +++ b/src/lyxfind.cpp @@ -1079,6 +1079,7 @@ FindAndReplaceOptions::FindAndReplaceOptions(docstring const & search, bool case } +namespace { /** Checks if the supplied character is lower-case */ static bool isLowerCase(char_type ch) { return lowercase(ch) == ch; @@ -1130,7 +1131,7 @@ static void changeFirstCase(Buffer & buffer, TextCase first_case, TextCase other right = pit->size() + 1; pit->changeCase(buffer.params(), right, right, others_case); } - +} // anon namespace /// static void findAdvReplace(BufferView * bv, FindAndReplaceOptions const & opt, MatchStringAdv & matchAdv) -- 2.39.2