diff options
author | Rohit Deshmukh <rohit.deshmukh@synerzip.com> | 2014-02-18 12:23:14 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-26 12:50:29 +0100 |
commit | 598d02d71f40901eab9275704c8bc0e1641b56e3 (patch) | |
tree | 9668886ad71e3566b07dfcfcbd843a8a9ad73624 /sw/inc | |
parent | 2cf9fe702310a2f3d69a543541582ea5fa191d58 (diff) |
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
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/toxe.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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 |