]> git.lyx.org Git - features.git/commitdiff
Anonymize some things.
authorRichard Heck <rgheck@comcast.net>
Wed, 13 Oct 2010 18:30:37 +0000 (18:30 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 13 Oct 2010 18:30:37 +0000 (18:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35638 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfind.cpp

index 3b5bb81e4e3d68376f711df68e08017b7a3ecd0d..a9cfa223c9043ef4d8feedfccc165bf0af19cf5c 100644 (file)
@@ -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)