diff options
-rw-r--r-- | .gitreview | 7 | ||||
-rw-r--r-- | source/text/shared/01/ref_epub_export.xhp | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000000..f31508045b --- /dev/null +++ b/.gitreview @@ -0,0 +1,7 @@ +[gerrit] +host=logerrit +port=29418 +project=help +defaultremote=logerrit +defaultbranch=master + diff --git a/source/text/shared/01/ref_epub_export.xhp b/source/text/shared/01/ref_epub_export.xhp index 849c5c3003..71b0ddc639 100644 --- a/source/text/shared/01/ref_epub_export.xhp +++ b/source/text/shared/01/ref_epub_export.xhp @@ -71,7 +71,7 @@ <paragraph id="par_id3154232" role="paragraph" xml-lang="en-US">Determines if a reflowable or a fixed layout EPUB will be generated.</paragraph> <list type="unordered"> <listitem> - <paragraph id="par_id51525006930128" role="listitem" xml-lang="en-US"><emph>Reflowable</emph>: The content flows, or reflows, to fit the screen and to fit the needs of the user.</paragraph> + <paragraph id="par_id51525006930128" role="listitem" xml-lang="en-US"><emph>Reflowable</emph>: The content flows, or reflows, to fit the screen and to fit the needs of the user. This also means that page style information (for example page size or header/footer content) is not exported.</paragraph> </listitem> <listitem> <paragraph id="par_id861525007152589" role="listitem" xml-lang="en-US"><emph>Fixed</emph>: Gives greater control over presentation when a reflowable EPUB is not suitable for the content.</paragraph> |