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:
Uwe Stöhr 2010-05-22 02:00:41 +00:00
parent b4e99d6396
commit 634a00c9db
3 changed files with 3 additions and 3 deletions

View File

@ -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?

View File

@ -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);

View File

@ -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; }