[Libreoffice-commits] help.git: .gitreview source/text

Miklos Vajna vmiklos at collabora.co.uk
Thu Jul 19 14:28:19 UTC 2018


 .gitreview                                |    7 +++++++
 source/text/shared/01/ref_epub_export.xhp |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 11a9f0c96e91153a458f8c7881c38fc7f728f2b4
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Jul 19 16:26:34 2018 +0200

    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 at collabora.co.uk>

diff --git a/.gitreview b/.gitreview
new file mode 100644
index 000000000..f31508045
--- /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 849c5c300..71b0ddc63 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>


More information about the Libreoffice-commits mailing list