From 94400123425bfe1e4c4ba1ef23e6d75d5f133b76 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 5 May 2011 15:15:55 +0000 Subject: [PATCH] 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 --- src/Buffer.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5