]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Fix bug #9813
[lyx.git] / src / Paragraph.h
index 444ce26bdd52c40fd3d5bf54d1c7052fded87cac..9f19f1d90453b404fd7f69ec7d7225331dbe7cf4 100644 (file)
@@ -181,7 +181,8 @@ public:
                           int options = AS_STR_NONE,
                           const OutputParams *runparams = 0) const;
        ///
-       void forOutliner(docstring &, size_t maxlen) const;
+       void forOutliner(docstring &, size_t const maxlen,
+                                        bool const shorten = true) const;
 
        ///
        void write(std::ostream &, BufferParams const &,