diff options
author | Rohit Deshmukh <rohit.deshmukh@synerzip.com> | 2014-03-12 15:07:38 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-03-14 10:45:33 +0100 |
commit | 06f7d1a96eef5aa69d4872ff6d96eb5085296d09 (patch) | |
tree | 7b155faff164f15c78492b46a9c5586d05195e96 /sw/source/ui/utlui | |
parent | 7545a9054cd8fbca0073b4603b833080b4810a94 (diff) |
fdo#74775: Preseved Citation after round trip.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/8473
Change-Id: Ie1b0ac3cb4d4b9bf305323599d5e4b63f913fb1b
Diffstat (limited to 'sw/source/ui/utlui')
-rw-r--r-- | sw/source/ui/utlui/poolfmt.src | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/ui/utlui/poolfmt.src b/sw/source/ui/utlui/poolfmt.src index fe2865a7df5f..7b4d41c790a4 100644 --- a/sw/source/ui/utlui/poolfmt.src +++ b/sw/source/ui/utlui/poolfmt.src @@ -583,6 +583,10 @@ String STR_POOLCOLL_TOX_USER10 { Text [ en-US ] = "User Index 10" ; }; +String STR_POOLCOLL_TOX_CITATION +{ + Text [ en-US ] = "Citation" ; +}; String STR_POOLCOLL_TOX_ILLUSH { Text [ en-US ] = "Illustration Index Heading"; |