]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
Consistency of ellipses across the UI
[features.git] / src / insets / Inset.h
index b0fab8e9984c9c6886a0d4dc363bcb1df75afaaf..f92883037b67624c5a42918c98131acdcbd2f405 100644 (file)
@@ -328,7 +328,8 @@ public:
        /// Appends a potentially abbreviated version of the inset to
        /// \param str. Intended for use by the TOC.
        virtual void forOutliner(docstring & str,
-                           size_t maxlen = TOC_ENTRY_LENGTH) const;
+                                                        size_t const maxlen = TOC_ENTRY_LENGTH,
+                                                        bool const shorten = true) const;
 
        /// can the contents of the inset be edited on screen ?
        // true for InsetCollapsables (not ButtonOnly) (not InsetInfo), InsetText