git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26619 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-09-29 10:48:49 +00:00
parent aedba73655
commit 03e76f0651
2 changed files with 2 additions and 2 deletions

View File

@ -2103,7 +2103,7 @@ void Buffer::changeRefsIfUnique(docstring const & from, docstring const & to,
void Buffer::getSourceCode(odocstream & os, pit_type par_begin,
pit_type par_end, bool full_source)
pit_type par_end, bool full_source) const
{
OutputParams runparams(&params().encoding());
runparams.nice = true;

View File

@ -400,7 +400,7 @@ public:
/// get source code (latex/docbook) for some paragraphs, or all paragraphs
/// including preamble
void getSourceCode(odocstream & os, pit_type par_begin, pit_type par_end,
bool full_source);
bool full_source) const;
/// Access to error list.
/// This method is used only for GUI visualisation of Buffer related