]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
More switches and whitespace fixes
[lyx.git] / src / insets / InsetHyperlink.h
index fb4c8919790c474d7a2b5f2e5de51ff619d7c4fb..6bc0c64165cfd390e37238224a20388c69f04164 100644 (file)
@@ -38,7 +38,7 @@ public:
        ///
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t) const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
@@ -48,7 +48,8 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        ///