]> git.lyx.org Git - features.git/commit
enable buffer-export without loading the GUI.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 13 Oct 2006 21:27:55 +0000 (21:27 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 13 Oct 2006 21:27:55 +0000 (21:27 +0000)
commitdcfd6e5a99afe464489a7065a6b9bf88514e377a
tree0afd139a1606cfb8db507303a6c78133b88c8c17
parenta897cda71cc6ae7f4354036b24ddc50a91ad6ca1
enable buffer-export without loading the GUI.

* lyx_main.C:
  - parse_export(): set lyx::use_gui to false.

* MathFactory.C:
  - initMath(): initSymbols() only if lyx::use_gui is true.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15327 a592a061-630c-0410-9148-cb99ea01b6c8
src/lyx_main.C
src/mathed/MathFactory.C