mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Inset***.h: fix typo in comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34449 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b4e99d6396
commit
634a00c9db
@ -225,7 +225,7 @@ public:
|
||||
virtual bool isFreeSpacing() const;
|
||||
/// Don't eliminate empty paragraphs
|
||||
virtual bool allowEmpty() const;
|
||||
/// Force inset into LTR environment if surroundings are RTL?
|
||||
/// Force inset into LTR environment if surroundings are RTL
|
||||
virtual bool forceLTR() const;
|
||||
|
||||
/// Where should we go when we press the up or down cursor key?
|
||||
|
@ -96,7 +96,7 @@ private:
|
||||
void addToToc(DocIterator const &);
|
||||
///
|
||||
docstring contextMenu(BufferView const & bv, int x, int y) const;
|
||||
/// Force inset into LTR environment if surroundings are RTL?
|
||||
/// Force inset into LTR environment if surroundings are RTL
|
||||
bool forceLTR() const { return true; }
|
||||
///
|
||||
void doDispatch(Cursor & cur, FuncRequest & cmd);
|
||||
|
@ -51,7 +51,7 @@ public:
|
||||
///
|
||||
static bool isCompatibleCommand(std::string const & s)
|
||||
{ return s == "href"; }
|
||||
/// Force inset into LTR environment if surroundings are RTL?
|
||||
/// Force inset into LTR environment if surroundings are RTL
|
||||
bool forceLTR() const { return true; }
|
||||
///
|
||||
virtual bool isInToc() const { return true; }
|
||||
|
Loading…
Reference in New Issue
Block a user