]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Cosmetics.
[lyx.git] / src / TextClass.h
index 80713d0bda40bde20688e49be2248e72ac38183d..67293610ce67e44ed89c98dee94e7df06c9bf616 100644 (file)
@@ -289,7 +289,6 @@ public:
        /// will invoke the layout object defined by name = 'CharStyle'.
        /// If that doesn't work either, an empty object returns (shouldn't
        /// happen).  -- Idea JMarc, comment MV
-       ///
        InsetLayout const & insetLayout(docstring const & name) const;
        /// an empty inset layout for use as a default
        static InsetLayout const & emptyInsetLayout() { return empty_insetlayout_; }
@@ -298,7 +297,6 @@ public:
        // accessors
        ///////////////////////////////////////////////////////////////////
        /// the list of floats defined in the document class
-       /// the list of floats defined in the document class
        FloatList const & floats() const { return floatlist_; }
        ///
        Counters & counters() const { return counters_; }