From 598d02d71f40901eab9275704c8bc0e1641b56e3 Mon Sep 17 00:00:00 2001 From: Rohit Deshmukh Date: Tue, 18 Feb 2014 12:23:14 +0530 Subject: fdo#75133: Preseved bibliography after round trip. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx writerfilter/source/dmapper/DomainMapper_Impl.hxx Reviewed on: https://gerrit.libreoffice.org/8124 Change-Id: Ieaea19600fbda3b536549a1a100f847f9ae3654b --- sw/inc/toxe.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/inc') diff --git a/sw/inc/toxe.hxx b/sw/inc/toxe.hxx index 7de90e2977c7..943a8e65a02b 100644 --- a/sw/inc/toxe.hxx +++ b/sw/inc/toxe.hxx @@ -41,7 +41,8 @@ enum TOXTypes TOX_ILLUSTRATIONS, TOX_OBJECTS, TOX_TABLES, - TOX_AUTHORITIES + TOX_AUTHORITIES, + TOX_BIBLIOGRAPHY }; // this enum contains all types of sources enum ToxAuthorityType -- cgit