]> git.lyx.org Git - features.git/commit
Rename hasToString() to findUsesToString()
authorKornel Benko <kornel@lyx.org>
Sun, 31 Dec 2023 13:09:17 +0000 (14:09 +0100)
committerKornel Benko <kornel@lyx.org>
Tue, 2 Apr 2024 07:22:53 +0000 (09:22 +0200)
commit8de81e8dc1cf344a9a245868aaff2c31dd0c9ce4
tree9773ac3e711e3a4a07d13ffc5c7d92ea53f38be3
parent645ab7fa730768995f7d1f55f0aa33182d07fdc4
Rename hasToString() to findUsesToString()

There are special cases where the toString() exist,
but still plaintext() is not to be used by find.
12 files changed:
src/Paragraph.cpp
src/insets/Inset.h
src/insets/InsetBranch.h
src/insets/InsetCitation.h
src/insets/InsetCounter.h
src/insets/InsetHyperlink.h
src/insets/InsetIPAMacro.h
src/insets/InsetQuotes.h
src/insets/InsetRef.h
src/insets/InsetSpace.h
src/insets/InsetSpecialChar.h
src/insets/InsetText.h