]> git.lyx.org Git - features.git/commitdiff
Inset***.h: fix typo in comment
authorUwe Stöhr <uwestoehr@web.de>
Sat, 22 May 2010 02:00:41 +0000 (02:00 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 22 May 2010 02:00:41 +0000 (02:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34449 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.h
src/insets/InsetGraphics.h
src/insets/InsetHyperlink.h

index e1f84756740357b98eb4c49d8414f0003e91d754..8b0d64ca45d61404d78dfde26be941a768b8eb41 100644 (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?
index 14a1f9caf791000790cc99bc72424970316c6715..b65f53c9952515b60f1d053972cc007e7422c5c0 100644 (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);
index 23fd4ad1d122950d7bf2f4eec6479d51c59fe199..81467eeceb243123f9bfb277505d32dc3162e720 100644 (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; }