]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Fix bug #7657: Detect inkscape from the configure script
[lyx.git] / src / Buffer.h
index b50d5f408a7251c717f238595a2bccf9aa39b464..e945fb3ba790439d6f48b6657e2cec5137be46b7 100644 (file)
@@ -618,9 +618,10 @@ public:
 
        /// get source code (latex/docbook) for some paragraphs, or all paragraphs
        /// including preamble
-       void getSourceCode(odocstream & os, std::string const & format,
-                          pit_type par_begin, pit_type par_end, OutputWhat output,
-                          bool master) const;
+       /// returns NULL if Id to Row conversion is unsupported
+       std::auto_ptr<TexRow> getSourceCode(odocstream & os,
+                       std::string const & format, pit_type par_begin,
+                       pit_type par_end, OutputWhat output, bool master) const;
 
        /// Access to error list.
        /// This method is used only for GUI visualisation of Buffer related