X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.h;h=220e2e217f31e5e88e8f2f658dd1fa995f6ba75c;hb=66561205e371dcd755f2187d562872c08ea582da;hp=d7b167140cebe2a7f7c680329563fdcf4e9d99f7;hpb=42123ab8a71080b6d15fca4e0c43ae76abf00a1e;p=lyx.git diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index d7b167140c..220e2e217f 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -23,7 +23,7 @@ namespace lyx { class Buffer; class ErrorList; class InsetText; -class LyXTextClass; +class TextClass; class Cursor; class ParagraphList; @@ -56,7 +56,7 @@ void replaceSelection(Cursor & cur); * they get merged. * \param realcut If this is true: Push the selection to the cut buffer and * system clipboard. Set this to false to only delete the - * selection. + * selection. */ void cutSelection(Cursor & cur, bool doclear = true, bool realcut = true); /// Push the current selection to the cut buffer and the system clipboard. @@ -97,7 +97,7 @@ void pasteParagraphList(Cursor & cur, ParagraphList const & parlist, * It changes layouts and character styles. */ void switchBetweenClasses(textclass_type c1, textclass_type c2, - InsetText & in, ErrorList &); + InsetText & in, ErrorList &); /// Get the current selection as a string. Does not change the selection. /// Does only work if the whole selection is in mathed.