From 634a00c9dbe0a411c662b51be4fee714c4661ebf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 22 May 2010 02:00:41 +0000 Subject: [PATCH] Inset***.h: fix typo in comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34449 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/Inset.h | 2 +- src/insets/InsetGraphics.h | 2 +- src/insets/InsetHyperlink.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/insets/Inset.h b/src/insets/Inset.h index e1f8475674..8b0d64ca45 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -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? diff --git a/src/insets/InsetGraphics.h b/src/insets/InsetGraphics.h index 14a1f9caf7..b65f53c995 100644 --- a/src/insets/InsetGraphics.h +++ b/src/insets/InsetGraphics.h @@ -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); diff --git a/src/insets/InsetHyperlink.h b/src/insets/InsetHyperlink.h index 23fd4ad1d1..81467eeceb 100644 --- a/src/insets/InsetHyperlink.h +++ b/src/insets/InsetHyperlink.h @@ -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; } -- 2.39.2