diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-19 16:26:34 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-07-19 16:27:59 +0200 |
commit | 11a9f0c96e91153a458f8c7881c38fc7f728f2b4 (patch) | |
tree | 1998b8ff907385c8ec413b63e8a107cccb13d6c2 | |
parent | c58bf8545eb2f76dee66921dad945f17b5274f6f (diff) |
tdf#118771 EPUB export: document that reflowable content has no page style
Change-Id: I452b26da43c1481d7af01c0b9f4b0f27a5053ae7
Reviewed-on: https://gerrit.libreoffice.org/57732
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
-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> |