From: Richard Heck Date: Thu, 5 May 2011 15:15:55 +0000 (+0000) Subject: Fix bug #7525: We need to make sure we have an up to date list of macros X-Git-Tag: 2.1.0beta1~3339 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=94400123425bfe1e4c4ba1ef23e6d75d5f133b76;p=lyx.git Fix bug #7525: We need to make sure we have an up to date list of macros before we try to resolve them. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38590 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 9b3e7c77b3..615f2b0207 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -3523,6 +3523,7 @@ bool Buffer::doExport(string const & format, bool put_in_tempdir, formats.extension(backend_format)); // fix macros + updateMacros(); updateMacroInstances(); // Plain text backend