Makefile.in                                                                    
    |   50 
 configure.ac                                                                   
    |    6 
 dbaccess/source/core/misc/dsntypes.cxx                                         
    |    3 
 dbaccess/source/ui/dlg/generalpage.cxx                                         
    |    3 
 download.lst                                                                   
    |   12 
 external/curl/ExternalProject_curl.mk                                          
    |    2 
 external/curl/curl-nss.patch.1                                                 
    |    7 
 
external/python3/0001-3.6-bpo-17239-Disable-external-entities-in-SAX-parse.patch.1
 |   59 
 external/python3/i100492-freebsd.patch.1                                       
    |    6 
 external/python3/internal-zlib.patch.0                                         
    |    6 
 external/python3/macos-11.patch.0                                              
    |    6 
 external/python3/python-3.3.0-darwin.patch.1                                   
    |    4 
 external/python3/python-3.3.3-disable-obmalloc.patch.0                         
    |    4 
 external/python3/python-3.3.3-elf-rpath.patch.1                                
    |    4 
 external/python3/python-3.5.4-msvc-disable.patch.1                             
    |    6 
 external/python3/python-3.5.tweak.strip.soabi.patch                            
    |    2 
 external/python3/python-3.7.6-msvc-ssl.patch.1                                 
    |    2 
 external/python3/ubsan.patch.0                                                 
    |    4 
 external/zlib/1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d.patch                   
    |   29 
 external/zlib/UnpackedTarball_zlib.mk                                          
    |    7 
 external/zlib/eff308af425b67093bab25f80f1ae950166bece1.patch                   
    |   32 
 readlicense_oo/license/CREDITS.fodt                                            
    | 3588 +++++-----
 solenv/bin/macosx-codesign-app-bundle                                          
    |   16 
 ucb/source/ucp/ftp/ftpcontent.cxx                                              
    |   15 
 24 files changed, 1977 insertions(+), 1896 deletions(-)

New commits:
commit 421e82eef7b60a5ebbba1d57c3c95228cb7fa7ee
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Tue Nov 1 19:39:46 2022 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Tue Nov 1 19:39:46 2022 +0100

    Bump version to 7.3.7.2.M1
    
    Change-Id: I3d369bd4aa306b8b55ecd1307d1493e570f9b06b

diff --git a/configure.ac b/configure.ac
index 53ddc45502f9..08836bb9b94d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[7.3.8.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.3.7.2.M1],[],[],[http://documentfoundation.org/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just 
fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails 
hard
@@ -3286,7 +3286,7 @@ if test $_os = Darwin; then
     fi
 
     AC_MSG_RESULT([macOS SDK $macosx_sdk at $MACOSX_SDK_PATH])
-    MACOSX_SDK_BUILD_VERSION=$(xcodebuild -version -sdk "$MACOSX_SDK_PATH" 
ProductBuildVersion) 
+    MACOSX_SDK_BUILD_VERSION=$(xcodebuild -version -sdk "$MACOSX_SDK_PATH" 
ProductBuildVersion)
     case $macosx_sdk in
     10.13)
         MACOSX_SDK_VERSION=101300
commit 63d0b5ede83d6b78ee439060293abe79c38aa89a
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Fri Oct 21 15:48:30 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Tue Nov 1 19:37:47 2022 +0100

    tdf#151073 - enable firebird for appstore build w/o experimental mode
    
    also don't default to hsqldb as embedded database when a build is done
    without java support. Mainly to hide an UI bug - apparently the dialog
    should show a non-supported message for known embedded drivers
    at least that is what 04d1e80ac7091ec2bf31c8617e832d5fe15350be suggests
    "
      // this indicates it's really a type which is known in general, but not 
supported on the current platform
      // show a message saying so
      //  eSpecialMessage = smUnsupportedType;
      insertDatasourceTypeEntryData( m_eCurrentSelection, sDisplayName );
      // remember this type so we can show the special message again if the 
user selects this
      // type again (without changing the data source)
      m_eNotSupportedKnownType = m_pCollection->determineType( 
m_eCurrentSelection );
    "
    but that doesn't work, at least not anymore. m_eNotSupportedKnownType was
    since removed, no attempts are made in showing an error/warning message
    returning the hsqldb driver results in an empty (no display string)
    entry as the default element in the dropdown in the dialog, that still
    allows to create a database file (but of course one that you cannot add
    any actual database tables to) without any error message. At the very
    least it is inconsistent with the rest of the dialog's code that clears
    the input name for stuff that shouldn't be shown.
    
    Change-Id: I8419888018be2a556c49d32e40f02c0ac1801930
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141631
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    (cherry picked from commit d0a20b67ae7ee1691409b4a1665853a182c46b7b)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141704
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>
    (cherry picked from commit 9eb10478a18259d3ba47d5fc74395887f7a4f9d5)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141843
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/dbaccess/source/core/misc/dsntypes.cxx 
b/dbaccess/source/core/misc/dsntypes.cxx
index 2758b0a6ed6a..3f040e0a5ea3 100644
--- a/dbaccess/source/core/misc/dsntypes.cxx
+++ b/dbaccess/source/core/misc/dsntypes.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <config_java.h>
 #include <dsntypes.hxx>
 #include <unotools/confignode.hxx>
 #include <o3tl/string_view.hxx>
@@ -286,7 +287,7 @@ bool ODsnTypeCollection::isEmbeddedDatabase( 
std::u16string_view _sURL )
 
 OUString ODsnTypeCollection::getEmbeddedDatabase()
 {
-    if (officecfg::Office::Common::Misc::ExperimentalMode::get())
+    if (!HAVE_FEATURE_JAVA || 
officecfg::Office::Common::Misc::ExperimentalMode::get())
         return "sdbc:embedded:firebird";
     else
         return "sdbc:embedded:hsqldb";
diff --git a/dbaccess/source/ui/dlg/generalpage.cxx 
b/dbaccess/source/ui/dlg/generalpage.cxx
index e3bacdefbc73..e2f51306152a 100644
--- a/dbaccess/source/ui/dlg/generalpage.cxx
+++ b/dbaccess/source/ui/dlg/generalpage.cxx
@@ -17,6 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
+#include <config_features.h>
 #include <core_resource.hxx>
 #include "dsnItem.hxx"
 #include "generalpage.hxx"
@@ -154,9 +155,11 @@ namespace dbaui
                 if (m_xEmbeddedDBType->find_text(sDisplayName) == -1 &&
                     
dbaccess::ODsnTypeCollection::isEmbeddedDatabase(sURLPrefix))
                 {
+#if !HAVE_FEATURE_MACOSX_SANDBOX
                     if( 
!officecfg::Office::Common::Misc::ExperimentalMode::get()
                         && sURLPrefix.startsWith("sdbc:embedded:firebird") )
                         continue;
+#endif
                     aDisplayedTypes.emplace_back( sURLPrefix, sDisplayName );
                     m_bIsDisplayedTypesEmpty = false;
                 }
commit 8869bc853a34b5a15324fb6ce42f638851866d16
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Thu Oct 20 13:15:32 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Tue Nov 1 19:37:46 2022 +0100

    build appstore packages with symbols/add targets to merge into universal 
build
    
    while there is no builtin support to create a fat binary during the
    actual build phase, we have a post-processing script that can merge two
    separately built architectures into an universal binary one.
    Thus enhance the makefile to support a more convenient way to build the
    two archs without the need to manually move the package out of the way
    to build the other arch.
    
    1) assemble one architecture's package via
       "make mac-app-store-package.prepare"
    2) make clean and change targets in autogen.input to build for the other
       architecture
    3) build the other architecture and combine into universal binary and
       also package into the final deliverable via
       make mac-app-store-package.universal
    
    (of course you can also use the .prepare target separately also in the
    second build, and just mac-app-store-package will build the deliverable
    for the current architecture like it did before)
    
    Change-Id: I02c14e9b8c4f6e39d0d50cd3b4ffdd060b2d69bd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141557
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    (cherry picked from commit d5c11ddae9e54668f5d8997f4c37dd542e656d4f)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141702
    (cherry picked from commit 28481066174a6673e997b325ca02f2bbd21e967b)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141914
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/Makefile.in b/Makefile.in
index a5ae689b614e..f15ed75d8acf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -201,7 +201,7 @@ include $(SRCDIR)/compilerplugins/Makefile.mk
 #
 # Distclean
 #
-distclean : clean compilerplugins-clean
+distclean : clean compilerplugins-clean mac-app-store-package.clean
        rm -fr \
         $(BUILDDIR)/Makefile \
         $(BUILDDIR)/aclocal.m4 \
@@ -398,16 +398,56 @@ endif
 endif
        @$(call gb_Top_InstallFinished,Test Installation,$(TESTINSTALLDIR))
 
-mac-app-store-package: test-install
+# target to bypass the packaging steps/to only assemble the package
+mac-app-store-package.prepare: $(BUILDDIR)/$(PLATFORMID)/done
+
+# shorthand target to build a complete package for the currently building 
architecture
+mac-app-store-package: mac-app-store-package.$(PLATFORMID)
+
+# recipe/targets to do the actual packaging
+# the symbolication switch to productbuild unfortunately is undocumented, but 
that is what XCode
+# uses when it creates a package with symbols for uploading to the appstore
+mac-app-store-package.$(PLATFORMID) mac-app-store-package.universal: 
mac-app-store-package.%: $(BUILDDIR)/%/done
 ifneq ($(MACOSX_PACKAGE_SIGNING_IDENTITY),)
-       rm -rf "$(PRODUCTNAME).app"
-       mv "$(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app" 
"$(PRODUCTNAME).app"
-       productbuild --component "$(PRODUCTNAME).app" /Applications --sign 
$(MACOSX_PACKAGE_SIGNING_IDENTITY) $(PRODUCTNAME_WITHOUT_SPACES).pkg
+       $(SRCDIR)/solenv/bin/macosx-codesign-app-bundle $*/"$(PRODUCTNAME)".app
+       productbuild $(if $(ENABLE_SYMBOLS_FOR),--symbolication $*/Symbols) 
--component $*/"$(PRODUCTNAME)".app /Applications --sign 
$(MACOSX_PACKAGE_SIGNING_IDENTITY) $(PRODUCTNAME_WITHOUT_SPACES).pkg
 else
        @echo You did not provide an installer signing identity with 
--enable-macosx-package-signing
        @exit 1
 endif
 
+# the builds need to persist a standard "make clean" to be able to combine 
them into an universal
+# binary, so provide an additional target that can be used standalone or via 
make distclean
+mac-app-store-package.clean:
+       rm -rf \
+           $(BUILDDIR)/macosx_x86_64 \
+           $(BUILDDIR)/macosx_aarch64 \
+           $(BUILDDIR)/universal \
+           $(BUILDDIR)/$(PRODUCTNAME_WITHOUT_SPACES).pkg
+
+# used by the mac-app-store targets
+$(BUILDDIR)/$(PLATFORMID)/done: test-install
+       rm -rf   $(PLATFORMID)
+       mkdir -p $(PLATFORMID)/Symbols
+       mv $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app 
$(PLATFORMID)/"$(PRODUCTNAME)".app
+ifneq ($(ENABLE_SYMBOLS_FOR),)
+       symbols -arch all -symbolsPackageDir $(PLATFORMID)/Symbols 
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/Frameworks/[^L]* 
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/MacOS/*
+       strip -S                                                   
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/Frameworks/[^L]* 
$(PLATFORMID)/"$(PRODUCTNAME)".app/Contents/MacOS/*
+endif
+       touch $@
+
+# build one arch using the mac-app-store-package.prepare target, make clean 
and change the autogen.input
+# to build for the other target, then use mac-app-store-package.universal to 
build for the other arch and
+# combine the two into a universal binary
+$(BUILDDIR)/universal/done: $(BUILDDIR)/macosx_x86_64/done 
$(BUILDDIR)/macosx_aarch64/done
+       rm -rf universal
+       mkdir -p universal/Symbols
+ifneq ($(ENABLE_SYMBOLS_FOR),)
+       cp -a macosx_x86_64/Symbols/* macosx_aarch64/Symbols/* 
universal/Symbols/
+endif
+       $(SRCDIR)/bin/merge-app-bundles macosx_x86_64/"$(PRODUCTNAME)".app 
macosx_aarch64/"$(PRODUCTNAME)".app universal/"$(PRODUCTNAME)".app
+       touch $@
+
 distro-pack-install: install
        $(SRCDIR)/bin/distro-install-clean-up
        $(SRCDIR)/bin/distro-install-desktop-integration
commit a02ba0ed435a6fa2c5774a74759cf3cbae2ddcc0
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Tue Oct 18 13:12:29 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Tue Nov 1 19:37:46 2022 +0100

    macOS sandbox: only use com.apple.application-identifier for main package
    
    when multiple files are signed with that entitlement, the build will
    just be listed with "Not Available for Testing" via Testflight
    
    Change-Id: I92957f24513ab419ddbc4289b53175932111c198
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141497
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    (cherry picked from commit 6e6c6f697b019348161648d9d26398bf64de83ef)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141700
    (cherry picked from commit 9c8c71b08317c0a1cb15cb35e7184db9b4501122)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141853
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/solenv/bin/macosx-codesign-app-bundle 
b/solenv/bin/macosx-codesign-app-bundle
index a29b339de744..e569aef24333 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -25,11 +25,14 @@ done
 
 APP_BUNDLE="$1"
 entitlements=
+application_identifier=
 if test -n "$ENABLE_MACOSX_SANDBOX"; then
     # In a sandboxed build executables need the entitlements
     entitlements="--entitlements $BUILDDIR/lo.xcent"
+    application_identifier=`/usr/libexec/PlistBuddy -c "print 
com.apple.application-identifier"  $BUILDDIR/lo.xcent`
+    # remove the key from the entitlement - only use it when signing the whole 
bundle in the final step
+    /usr/libexec/PlistBuddy -c "delete com.apple.application-identifier"  
$BUILDDIR/lo.xcent
     # All data files are in Resources and included in the app bundle signature
-    # through that. I think.
     other_files=''
     # HACK: remove donate menu entries, need to support apple-pay and be 
verified
     # as non profit as a bare minimum to allow asking....
@@ -120,14 +123,13 @@ done
 # CFBundleExecutable from Info.plist, i.e. soffice, plus the contents
 # of the Resources tree.
 #
-# At this stage we also attach the entitlements in the sandboxing case
-#
-# Also omit some files from the Bundle's seal via the resource-rules
-# (bootstraprc and similar that the user might adjust and image files)
 # See also https://developer.apple.com/library/mac/technotes/tn2206/
 
-id=`echo ${PRODUCTNAME} | tr ' ' '-'`
-
+if test -n "$ENABLE_MACOSX_SANDBOX" && test -n "$application_identifier"; then
+    # add back the application-identifier to the entitlements
+    # testflight/beta-testing won't work if that key is used when signing the 
other executables
+    /usr/libexec/PlistBuddy -c "add com.apple.application-identifier string 
$application_identifier"  $BUILDDIR/lo.xcent
+fi
 codesign --force --options=runtime --identifier="${MACOSX_BUNDLE_IDENTIFIER}" 
--sign "$MACOSX_CODESIGNING_IDENTITY" $entitlements "$APP_BUNDLE" || exit 1
 
 exit 0
commit 65553d935bf7704bae94512d47689e4666a3dfe7
Author:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
AuthorDate: Thu Oct 27 11:40:15 2022 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Tue Nov 1 19:37:46 2022 +0100

    update credits
    
    Change-Id: I4862f568d9025e321a14291aae5617ab2a474862
    (cherry picked from commit d5f25f2f78d3852967a6919e215308d129880cf1)
    (cherry picked from commit e1ad83ddb2f39419fb5d7c69eba51e2b9f49c788)

diff --git a/readlicense_oo/license/CREDITS.fodt 
b/readlicense_oo/license/CREDITS.fodt
index 3f9134d35c41..7b9abf1a91d1 100644
--- a/readlicense_oo/license/CREDITS.fodt
+++ b/readlicense_oo/license/CREDITS.fodt
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <office:document xmlns:css3t="http://www.w3.org/TR/css3-text/"; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xforms="http://www.w3.org/2002/xforms"; 
xmlns:dom="http://www.w3.org/2001/xml-events"; 
xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML"; 
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" 
xmlns:ooo="http://openoffice.org/2004/office"; 
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooow="http://openoffice.org/2004/writer"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xmlns:drawooo="http://openoffice.org/2010/draw"; 
xmlns:oooc="http://openoffice.org/2004/calc"; 
xmlns:dc="http://purl.org/dc/elements/1.1/"; xmlns:c
 alcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" 
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" 
xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:tableooo="http://openoffice.org/2009/table"; 
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:rpt="http://openoffice.org/2005/report"; 
xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0"
 xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:officeooo="http://openoffice.org/2009/office"; 
xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" 
xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:
 meta:1.0" 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
- <office:meta><dc:title>Credits » 
LibreOffice</dc:title><meta:keyword>Credits</meta:keyword><meta:keyword>contributors</meta:keyword><meta:keyword>coders</meta:keyword><meta:keyword>developers</meta:keyword><dc:description>Credits
 for the LibreOffice 
development/coding.</dc:description><meta:generator>LibreOffice/7.4.0.3$Linux_X86_64
 
LibreOffice_project/f85e47c08ddd19c015c0114a68350214f7066f5a</meta:generator><dc:date>2012-02-20T22:17:18.060000000</dc:date><meta:editing-duration>PT14M12S</meta:editing-duration><meta:editing-cycles>3</meta:editing-cycles><meta:document-statistic
 meta:table-count="5" meta:image-count="1" meta:object-count="0" 
meta:page-count="2" meta:paragraph-count="4611" meta:word-count="17102" 
meta:character-count="123537" 
meta:non-whitespace-character-count="108298"/><meta:user-defined 
meta:name="google-site-verification">JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA</meta:user-defined></office:meta>
+ <office:meta><dc:title>Credits » 
LibreOffice</dc:title><meta:keyword>Credits</meta:keyword><meta:keyword>contributors</meta:keyword><meta:keyword>coders</meta:keyword><meta:keyword>developers</meta:keyword><dc:description>Credits
 for the LibreOffice 
development/coding.</dc:description><meta:generator>LibreOffice/7.4.2.3$Linux_X86_64
 
LibreOffice_project/382eef1f22670f7f4118c8c2dd222ec7ad009daf</meta:generator><dc:date>2012-02-20T22:17:18.060000000</dc:date><meta:editing-duration>PT14M12S</meta:editing-duration><meta:editing-cycles>3</meta:editing-cycles><meta:document-statistic
 meta:table-count="5" meta:image-count="1" meta:object-count="0" 
meta:page-count="2" meta:paragraph-count="4630" meta:word-count="17191" 
meta:character-count="124197" 
meta:non-whitespace-character-count="108882"/><meta:user-defined 
meta:name="google-site-verification">JUebjoxEpqXoQcpltWRTwzBZEEHtch3wApdhgiQPFiA</meta:user-defined></office:meta>
  <office:settings>
   <config:config-item-set config:name="ooo:view-settings">
-   <config:config-item config:name="ViewAreaTop" 
config:type="long">1949</config:config-item>
+   <config:config-item config:name="ViewAreaTop" 
config:type="long">2062</config:config-item>
    <config:config-item config:name="ViewAreaLeft" 
config:type="long">501</config:config-item>
-   <config:config-item config:name="ViewAreaWidth" 
config:type="long">32202</config:config-item>
+   <config:config-item config:name="ViewAreaWidth" 
config:type="long">32307</config:config-item>
    <config:config-item config:name="ViewAreaHeight" 
config:type="long">28206</config:config-item>
    <config:config-item config:name="ShowRedlineChanges" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="InBrowseMode" 
config:type="boolean">true</config:config-item>
@@ -16,9 +16,9 @@
      <config:config-item config:name="ViewLeft" 
config:type="long">3649</config:config-item>
      <config:config-item config:name="ViewTop" 
config:type="long">3434</config:config-item>
      <config:config-item config:name="VisibleLeft" 
config:type="long">501</config:config-item>
-     <config:config-item config:name="VisibleTop" 
config:type="long">1949</config:config-item>
-     <config:config-item config:name="VisibleRight" 
config:type="long">32701</config:config-item>
-     <config:config-item config:name="VisibleBottom" 
config:type="long">30154</config:config-item>
+     <config:config-item config:name="VisibleTop" 
config:type="long">2062</config:config-item>
+     <config:config-item config:name="VisibleRight" 
config:type="long">32807</config:config-item>
+     <config:config-item config:name="VisibleBottom" 
config:type="long">30267</config:config-item>
      <config:config-item config:name="ZoomType" 
config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutColumns" 
config:type="short">0</config:config-item>
      <config:config-item config:name="ViewLayoutBookMode" 
config:type="boolean">false</config:config-item>
@@ -100,7 +100,7 @@
    </config:config-item-map-indexed>
    <config:config-item config:name="PrinterSetup" config:type="base64Binary"/>
    <config:config-item config:name="AddParaTableSpacingAtStart" 
config:type="boolean">true</config:config-item>
-   <config:config-item config:name="Rsid" 
config:type="int">11425201</config:config-item>
+   <config:config-item config:name="Rsid" 
config:type="int">11485043</config:config-item>
    <config:config-item config:name="EmbeddedDatabaseName" 
config:type="string"/>
    <config:config-item config:name="FieldAutoUpdate" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="OutlineLevelYieldsNumbering" 
config:type="boolean">false</config:config-item>
@@ -122,6 +122,7 @@
    <config:config-item config:name="PrintRightPages" 
config:type="boolean">true</config:config-item>
    <config:config-item config:name="TabOverSpacing" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="IgnoreFirstLineIndentInNumbering" 
config:type="boolean">false</config:config-item>
+   <config:config-item config:name="NoNumberingShowFollowBy" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="RedlineProtectionKey" 
config:type="base64Binary"/>
    <config:config-item config:name="DoNotJustifyLinesWithManualBreak" 
config:type="boolean">false</config:config-item>
    <config:config-item config:name="PrintProspectRTL" 
config:type="boolean">false</config:config-item>
@@ -170,7 +171,7 @@
  <office:styles>
   <style:default-style style:family="graphic">
    <style:graphic-properties svg:stroke-color="#3465a4" 
draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.3cm" 
draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" 
draw:start-line-spacing-vertical="0.283cm" 
draw:end-line-spacing-horizontal="0.283cm" 
draw:end-line-spacing-vertical="0.283cm" style:flow-with-text="true"/>
-   <style:paragraph-properties style:text-autospace="ideograph-alpha" 
style:line-break="strict" style:writing-mode="lr-tb" 
style:font-independent-line-spacing="false">
+   <style:paragraph-properties style:text-autospace="ideograph-alpha" 
style:line-break="strict" style:font-independent-line-spacing="false">
     <style:tab-stops/>
    </style:paragraph-properties>
    <style:text-properties style:use-window-font-color="true" 
loext:opacity="0%" loext:color-lum-mod="100%" loext:color-lum-off="0%" 
style:font-name="Thorndale AMT" fo:font-size="12pt" fo:language="hu" 
fo:country="HU" style:letter-kerning="true" style:font-name-asian="SimSun" 
style:font-size-asian="12pt" style:language-asian="zh" style:country-asian="CN" 
style:font-name-complex="Mangal1" style:font-size-complex="12pt" 
style:language-complex="hi" style:country-complex="IN"/>
@@ -348,58 +349,55 @@
  </office:styles>
  <office:automatic-styles>
   <style:style style:name="Tabelle1" style:family="table">
-   <style:table-properties style:width="18.59cm" table:align="left"/>
+   <style:table-properties style:width="26.651cm" table:align="left"/>
   </style:style>
   <style:style style:name="Tabelle1.A" style:family="table-column">
-   <style:table-column-properties style:column-width="4.531cm"/>
+   <style:table-column-properties style:column-width="6.854cm"/>
   </style:style>
   <style:style style:name="Tabelle1.B" style:family="table-column">
-   <style:table-column-properties style:column-width="4.66cm"/>
-  </style:style>
-  <style:style style:name="Tabelle1.C" style:family="table-column">
-   <style:table-column-properties style:column-width="4.69cm"/>
+   <style:table-column-properties style:column-width="6.749cm"/>
   </style:style>
   <style:style style:name="Tabelle1.D" style:family="table-column">
-   <style:table-column-properties style:column-width="4.708cm"/>
+   <style:table-column-properties style:column-width="6.299cm"/>
   </style:style>
   <style:style style:name="Tabelle1.A1" style:family="table-cell">
    <style:table-cell-properties style:vertical-align="middle" 
fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Tabelle1.D416" style:family="table-cell">
+  <style:style style:name="Tabelle1.D418" style:family="table-cell">
    <style:table-cell-properties fo:padding="0.049cm" fo:border="none"/>
   </style:style>
   <style:style style:name="Tabelle2" style:family="table">
-   <style:table-properties style:width="16.358cm" table:align="left"/>
+   <style:table-properties style:width="18.157cm" table:align="left"/>
   </style:style>
   <style:style style:name="Tabelle2.A" style:family="table-column">
-   <style:table-column-properties style:column-width="3.521cm"/>
+   <style:table-column-properties style:column-width="3.865cm"/>
   </style:style>
   <style:style style:name="Tabelle2.B" style:family="table-column">
-   <style:table-column-properties style:column-width="3.706cm"/>
+   <style:table-column-properties style:column-width="4.103cm"/>
   </style:style>
   <style:style style:name="Tabelle2.C" style:family="table-column">
-   <style:table-column-properties style:column-width="4.764cm"/>
+   <style:table-column-properties style:column-width="5.293cm"/>
   </style:style>
   <style:style style:name="Tabelle2.D" style:family="table-column">
-   <style:table-column-properties style:column-width="4.367cm"/>
+   <style:table-column-properties style:column-width="4.897cm"/>
   </style:style>
   <style:style style:name="Tabelle2.A1" style:family="table-cell">
    <style:table-cell-properties style:vertical-align="middle" 
fo:padding="0.049cm" fo:border="none"/>
   </style:style>
   <style:style style:name="Tabelle3" style:family="table">
-   <style:table-properties style:width="16.279cm" table:align="left"/>
+   <style:table-properties style:width="17.999cm" table:align="left"/>
   </style:style>
   <style:style style:name="Tabelle3.A" style:family="table-column">
-   <style:table-column-properties style:column-width="3.468cm"/>
+   <style:table-column-properties style:column-width="3.865cm"/>
   </style:style>
   <style:style style:name="Tabelle3.B" style:family="table-column">
-   <style:table-column-properties style:column-width="3.441cm"/>
+   <style:table-column-properties style:column-width="3.838cm"/>
   </style:style>
   <style:style style:name="Tabelle3.C" style:family="table-column">
-   <style:table-column-properties style:column-width="5.69cm"/>
+   <style:table-column-properties style:column-width="6.193cm"/>
   </style:style>
   <style:style style:name="Tabelle3.D" style:family="table-column">
-   <style:table-column-properties style:column-width="3.679cm"/>
+   <style:table-column-properties style:column-width="4.103cm"/>
   </style:style>
   <style:style style:name="Tabelle3.A1" style:family="table-cell">
    <style:table-cell-properties style:vertical-align="middle" 
fo:padding="0.049cm" fo:border="none"/>
@@ -408,19 +406,16 @@
    <style:table-cell-properties fo:padding="0.049cm" fo:border="none"/>
   </style:style>
   <style:style style:name="Tabelle4" style:family="table">
-   <style:table-properties style:width="15.274cm" table:align="left"/>
+   <style:table-properties style:width="17.02cm" table:align="left"/>
   </style:style>
   <style:style style:name="Tabelle4.A" style:family="table-column">
-   <style:table-column-properties style:column-width="3.653cm"/>
+   <style:table-column-properties style:column-width="3.918cm"/>
   </style:style>
   <style:style style:name="Tabelle4.B" style:family="table-column">
-   <style:table-column-properties style:column-width="4.341cm"/>
+   <style:table-column-properties style:column-width="4.897cm"/>
   </style:style>
   <style:style style:name="Tabelle4.C" style:family="table-column">
-   <style:table-column-properties style:column-width="3.759cm"/>
-  </style:style>
-  <style:style style:name="Tabelle4.D" style:family="table-column">
-   <style:table-column-properties style:column-width="3.521cm"/>
+   <style:table-column-properties style:column-width="4.288cm"/>
   </style:style>
   <style:style style:name="Tabelle4.A1" style:family="table-cell">
    <style:table-cell-properties style:vertical-align="middle" 
fo:padding="0.049cm" fo:border="none"/>
@@ -429,24 +424,24 @@
    <style:table-cell-properties fo:padding="0.049cm" fo:border="none"/>
   </style:style>
   <style:style style:name="Tabelle5" style:family="table">
-   <style:table-properties style:width="20.089cm" table:align="left"/>
+   <style:table-properties style:width="31.884cm" table:align="left"/>
   </style:style>
   <style:style style:name="Tabelle5.A" style:family="table-column">
-   <style:table-column-properties style:column-width="5.346cm"/>
+   <style:table-column-properties style:column-width="6.304cm"/>
   </style:style>
   <style:style style:name="Tabelle5.B" style:family="table-column">
-   <style:table-column-properties style:column-width="3.971cm"/>
+   <style:table-column-properties style:column-width="11.098cm"/>
   </style:style>
   <style:style style:name="Tabelle5.C" style:family="table-column">
-   <style:table-column-properties style:column-width="4.182cm"/>
+   <style:table-column-properties style:column-width="6.426cm"/>
   </style:style>
   <style:style style:name="Tabelle5.D" style:family="table-column">
-   <style:table-column-properties style:column-width="6.59cm"/>
+   <style:table-column-properties style:column-width="8.056cm"/>
   </style:style>
   <style:style style:name="Tabelle5.A1" style:family="table-cell">
    <style:table-cell-properties style:vertical-align="middle" 
fo:padding="0.049cm" fo:border="none"/>
   </style:style>
-  <style:style style:name="Tabelle5.D694" style:family="table-cell">
+  <style:style style:name="Tabelle5.C695" style:family="table-cell">
    <style:table-cell-properties fo:padding="0.049cm" fo:border="none"/>
   </style:style>
   <style:style style:name="P1" style:family="paragraph" 
style:parent-style-name="Table_20_Contents">
@@ -455,125 +450,144 @@
   <style:style style:name="P2" style:family="paragraph" 
style:parent-style-name="Table_20_Contents">
    <style:text-properties fo:font-size="2pt" 
officeooo:paragraph-rsid="00aed2a1" style:font-size-asian="2pt" 
style:font-size-complex="2pt"/>
   </style:style>
-  <style:style style:name="P3" style:family="paragraph" 
style:parent-style-name="Text_20_body">
-   <style:paragraph-properties fo:padding="0cm" fo:border="none"/>
+  <style:style style:name="P3" style:family="paragraph" 
style:parent-style-name="Table_20_Contents">
+   <style:text-properties fo:font-size="2pt" 
officeooo:paragraph-rsid="00af6e70" style:font-size-asian="2pt" 
style:font-size-complex="2pt"/>
   </style:style>
   <style:style style:name="P4" style:family="paragraph" 
style:parent-style-name="Text_20_body">
    <style:paragraph-properties fo:padding="0cm" fo:border="none"/>
-   <style:text-properties officeooo:paragraph-rsid="00378072"/>
   </style:style>
-  <style:style style:name="P5" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
-   <style:paragraph-properties style:page-number="auto" fo:padding="0cm" 
fo:border="none"/>
+  <style:style style:name="P5" style:family="paragraph" 
style:parent-style-name="Text_20_body">
+   <style:paragraph-properties fo:padding="0cm" fo:border="none"/>
    <style:text-properties officeooo:paragraph-rsid="00378072"/>
   </style:style>
   <style:style style:name="P6" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
    <style:paragraph-properties style:page-number="auto" fo:padding="0cm" 
fo:border="none"/>
+   <style:text-properties officeooo:paragraph-rsid="00378072"/>
   </style:style>
   <style:style style:name="P7" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
-   <style:paragraph-properties style:page-number="auto"/>
+   <style:paragraph-properties style:page-number="auto" fo:padding="0cm" 
fo:border="none"/>
   </style:style>
   <style:style style:name="P8" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
+   <style:paragraph-properties style:page-number="auto"/>
+  </style:style>
+  <style:style style:name="P9" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
    <style:paragraph-properties style:page-number="auto" fo:padding="0cm" 
fo:border="none"/>
    <style:text-properties officeooo:rsid="001cf3c0" 
officeooo:paragraph-rsid="001cf3c0"/>
   </style:style>
-  <style:style style:name="P9" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
+  <style:style style:name="P10" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
    <style:paragraph-properties style:page-number="auto" fo:padding="0cm" 
fo:border="none"/>
    <style:text-properties officeooo:paragraph-rsid="001cf3c0"/>
   </style:style>
-  <style:style style:name="P10" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
+  <style:style style:name="P11" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
    <style:paragraph-properties style:page-number="auto" fo:padding="0cm" 
fo:border="none"/>
    <style:text-properties officeooo:rsid="0020b307" 
officeooo:paragraph-rsid="0020b307"/>
   </style:style>
-  <style:style style:name="P11" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
+  <style:style style:name="P12" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
    <style:paragraph-properties style:page-number="auto" fo:padding="0cm" 
fo:border="none"/>
    <style:text-properties officeooo:paragraph-rsid="0020b307"/>
   </style:style>
-  <style:style style:name="P12" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
+  <style:style style:name="P13" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
    <style:paragraph-properties style:page-number="auto" fo:padding="0cm" 
fo:border="none"/>
    <style:text-properties officeooo:rsid="00378072" 
officeooo:paragraph-rsid="00378072"/>
   </style:style>
-  <style:style style:name="P13" style:family="paragraph" 
style:parent-style-name="Text_20_body">
+  <style:style style:name="P14" style:family="paragraph" 
style:parent-style-name="Text_20_body">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
   </style:style>
-  <style:style style:name="P14" style:family="paragraph" 
style:parent-style-name="Text_20_body">
+  <style:style style:name="P15" style:family="paragraph" 
style:parent-style-name="Text_20_body">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false" style:writing-mode="lr-tb"/>
   </style:style>
-  <style:style style:name="P15" style:family="paragraph" 
style:parent-style-name="Text_20_body">
+  <style:style style:name="P16" style:family="paragraph" 
style:parent-style-name="Text_20_body">
    <style:text-properties officeooo:paragraph-rsid="0036e394"/>
   </style:style>
-  <style:style style:name="P16" style:family="paragraph" 
style:parent-style-name="Text_20_body">
+  <style:style style:name="P17" style:family="paragraph" 
style:parent-style-name="Text_20_body">
    <style:text-properties officeooo:paragraph-rsid="00586a23"/>
   </style:style>
-  <style:style style:name="P17" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
+  <style:style style:name="P18" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
    <style:paragraph-properties style:page-number="auto"/>
    <style:text-properties officeooo:paragraph-rsid="00aed2a1"/>
   </style:style>
-  <style:style style:name="P18" style:family="paragraph" 
style:parent-style-name="Heading_20_2">
+  <style:style style:name="P19" style:family="paragraph" 
style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00aed2a1"/>
   </style:style>
-  <style:style style:name="P19" style:family="paragraph" 
style:parent-style-name="Heading_20_3">
+  <style:style style:name="P20" style:family="paragraph" 
style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="00aed2a1"/>
   </style:style>
-  <style:style style:name="P20" style:family="paragraph" 
style:parent-style-name="Table_20_Contents">
+  <style:style style:name="P21" style:family="paragraph" 
style:parent-style-name="Table_20_Contents">
    <style:text-properties officeooo:paragraph-rsid="00aed2a1"/>
   </style:style>
-  <style:style style:name="P21" style:family="paragraph" 
style:parent-style-name="Text_20_body">
+  <style:style style:name="P22" style:family="paragraph" 
style:parent-style-name="Text_20_body">
    <style:text-properties officeooo:paragraph-rsid="00aed2a1"/>
   </style:style>
-  <style:style style:name="P22" style:family="paragraph" 
style:parent-style-name="Text_20_body">
+  <style:style style:name="P23" style:family="paragraph" 
style:parent-style-name="Text_20_body">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
    <style:text-properties officeooo:paragraph-rsid="00aed2a1"/>
   </style:style>
-  <style:style style:name="P23" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="HTML">
+  <style:style style:name="P24" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="">
    <style:paragraph-properties style:page-number="auto"/>
    <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P24" style:family="paragraph" 
style:parent-style-name="Heading_20_2">
+  <style:style style:name="P25" style:family="paragraph" 
style:parent-style-name="Heading_20_2">
    <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P25" style:family="paragraph" 
style:parent-style-name="Heading_20_3">
+  <style:style style:name="P26" style:family="paragraph" 
style:parent-style-name="Heading_20_3">
    <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P26" style:family="paragraph" 
style:parent-style-name="Table_20_Contents">
-   <style:text-properties fo:font-size="2pt" 
officeooo:paragraph-rsid="00af6e70" style:font-size-asian="2pt" 
style:font-size-complex="2pt"/>
-  </style:style>
-  <style:style style:name="Table_20_Contents" style:family="paragraph" 
style:parent-style-name="Table_20_Contents">
+  <style:style style:name="P27" style:family="paragraph" 
style:parent-style-name="Table_20_Contents">
    <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P28" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L1">
+  <style:style style:name="P28" style:family="paragraph" 
style:parent-style-name="Text_20_body">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
-   <style:text-properties officeooo:paragraph-rsid="00aed2a1"/>
+   <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P29" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L1">
-   <style:text-properties officeooo:paragraph-rsid="00aed2a1"/>
+  <style:style style:name="P29" style:family="paragraph" 
style:parent-style-name="Text_20_body">
+   <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P30" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L2">
-   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
-   <style:text-properties officeooo:paragraph-rsid="00aed2a1"/>
+  <style:style style:name="P30" style:family="paragraph" 
style:parent-style-name="Heading_20_1" style:master-page-name="HTML">
+   <style:paragraph-properties style:page-number="auto"/>
+   <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P31" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L2">
-   <style:text-properties officeooo:paragraph-rsid="00aed2a1"/>
+  <style:style style:name="P31" style:family="paragraph" 
style:parent-style-name="Table_20_Contents">
+   <style:text-properties fo:font-size="2pt" style:font-size-asian="2pt" 
style:font-size-complex="2pt"/>
   </style:style>
-  <style:style style:name="P32" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L3">
+  <style:style style:name="P32" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L1">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
    <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P33" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L3">
+  <style:style style:name="P33" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L1">
    <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P34" style:family="paragraph" 
style:parent-style-name="Text_20_body">
+  <style:style style:name="P34" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L2">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
    <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P35" style:family="paragraph" 
style:parent-style-name="Text_20_body">
-   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
+  <style:style style:name="P35" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L2">
    <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P36" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L5">
+  <style:style style:name="P36" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L3">
    <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
-   <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
   </style:style>
-  <style:style style:name="P37" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L5">
-   <style:text-properties officeooo:paragraph-rsid="00af6e70"/>
+  <style:style style:name="P37" style:family="paragraph" 
style:parent-style-name="Text_20_body">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P38" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L4"/>
+  <style:style style:name="P39" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L4">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P40" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L5"/>
+  <style:style style:name="P41" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L5">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P42" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L6"/>
+  <style:style style:name="P43" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L6">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P44" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L7"/>
+  <style:style style:name="P45" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L7">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
+  </style:style>
+  <style:style style:name="P46" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L8"/>
+  <style:style style:name="P47" style:family="paragraph" 
style:parent-style-name="Text_20_body" style:list-style-name="L8">
+   <style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0cm" 
style:contextual-spacing="false"/>
   </style:style>
   <style:style style:name="T1" style:family="text">
    <style:text-properties style:text-position="33% 80%"/>
@@ -587,6 +601,7 @@
   <style:style style:name="T4" style:family="text">
    <style:text-properties officeooo:rsid="0078187e"/>
   </style:style>
+  <style:style style:name="T5" style:family="text"/>
   <style:style style:name="fr1" style:family="graphic" 
style:parent-style-name="Graphics">
    <style:graphic-properties style:run-through="foreground" style:wrap="none" 
style:vertical-pos="from-top" style:vertical-rel="page" 
style:horizontal-pos="from-left" style:horizontal-rel="page" 
style:mirror="none" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:luminance="0%" 
draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" 
draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" 
draw:color-mode="standard"/>
   </style:style>
@@ -597,66 +612,66 @@
   </style:style>
   <text:list-style style:name="L1">
    <text:list-level-style-bullet text:level="1" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." 
style:num-suffix="." text:bullet-char="•">
-    <style:list-level-properties text:space-before="0.748cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="0.752cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-bullet>
    <text:list-level-style-bullet text:level="2" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." 
style:num-suffix="." text:bullet-char="•">
-    <style:list-level-properties text:space-before="1.995cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="2.002cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-bullet>
    <text:list-level-style-bullet text:level="3" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." 
style:num-suffix="." text:bullet-char="•">
-    <style:list-level-properties text:space-before="3.242cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="3.253cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-bullet>
    <text:list-level-style-bullet text:level="4" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." 
style:num-suffix="." text:bullet-char="•">
-    <style:list-level-properties text:space-before="4.489cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="4.503cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-bullet>
    <text:list-level-style-bullet text:level="5" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." 
style:num-suffix="." text:bullet-char="•">
-    <style:list-level-properties text:space-before="5.736cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="5.754cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-bullet>
    <text:list-level-style-bullet text:level="6" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." 
style:num-suffix="." text:bullet-char="•">
-    <style:list-level-properties text:space-before="6.983cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="7.005cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-bullet>
    <text:list-level-style-bullet text:level="7" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." 
style:num-suffix="." text:bullet-char="•">
-    <style:list-level-properties text:space-before="8.23cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="8.255cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-bullet>
    <text:list-level-style-bullet text:level="8" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." 
style:num-suffix="." text:bullet-char="•">
-    <style:list-level-properties text:space-before="9.478cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="9.506cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-bullet>
    <text:list-level-style-bullet text:level="9" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." 
style:num-suffix="." text:bullet-char="•">
-    <style:list-level-properties text:space-before="10.725cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="10.756cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-bullet>
    <text:list-level-style-bullet text:level="10" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." 
style:num-suffix="." text:bullet-char="•">
-    <style:list-level-properties text:space-before="11.972cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="12.007cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-bullet>
   </text:list-style>
   <text:list-style style:name="L2">
    <text:list-level-style-number text:level="1" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." 
style:num-suffix="." style:num-format="a">
-    <style:list-level-properties text:space-before="0.748cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="0.752cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
    <text:list-level-style-number text:level="2" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." 
style:num-suffix="." style:num-format="a">
-    <style:list-level-properties text:space-before="1.995cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="2.002cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
    <text:list-level-style-number text:level="3" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." 
style:num-suffix="." style:num-format="a">
-    <style:list-level-properties text:space-before="3.242cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="3.253cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
    <text:list-level-style-number text:level="4" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." 
style:num-suffix="." style:num-format="a">
-    <style:list-level-properties text:space-before="4.489cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="4.503cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
    <text:list-level-style-number text:level="5" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." 
style:num-suffix="." style:num-format="a">
-    <style:list-level-properties text:space-before="5.736cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="5.754cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
    <text:list-level-style-number text:level="6" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." 
style:num-suffix="." style:num-format="a">
-    <style:list-level-properties text:space-before="6.983cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="7.005cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
    <text:list-level-style-number text:level="7" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." 
style:num-suffix="." style:num-format="a">
-    <style:list-level-properties text:space-before="8.23cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="8.255cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
    <text:list-level-style-number text:level="8" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." 
style:num-suffix="." style:num-format="a">
-    <style:list-level-properties text:space-before="9.478cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="9.506cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
    <text:list-level-style-number text:level="9" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." 
style:num-suffix="." style:num-format="a">
-    <style:list-level-properties text:space-before="10.725cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="10.756cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
    <text:list-level-style-number text:level="10" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." 
style:num-suffix="." style:num-format="a">
-    <style:list-level-properties text:space-before="11.972cm" 
text:min-label-width="0.499cm"/>
+    <style:list-level-properties text:space-before="12.007cm" 
text:min-label-width="0.499cm"/>
    </text:list-level-style-number>
   </text:list-style>
   <text:list-style style:name="L3">
@@ -724,36 +739,132 @@
    </text:list-level-style-number>
   </text:list-style>
   <text:list-style style:name="L5">
-   <text:list-level-style-number text:level="1" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." 
style:num-suffix="." style:num-format="a">
+   <text:list-level-style-bullet text:level="1" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." 
style:num-suffix="." text:bullet-char="•">
     <style:list-level-properties text:space-before="0.752cm" 
text:min-label-width="0.499cm"/>
-   </text:list-level-style-number>
-   <text:list-level-style-number text:level="2" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." 
style:num-suffix="." style:num-format="a">
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="2" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." 
style:num-suffix="." text:bullet-char="•">
     <style:list-level-properties text:space-before="2.002cm" 
text:min-label-width="0.499cm"/>
-   </text:list-level-style-number>
-   <text:list-level-style-number text:level="3" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." 
style:num-suffix="." style:num-format="a">
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="3" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." 
style:num-suffix="." text:bullet-char="•">
     <style:list-level-properties text:space-before="3.253cm" 
text:min-label-width="0.499cm"/>
-   </text:list-level-style-number>
-   <text:list-level-style-number text:level="4" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." 
style:num-suffix="." style:num-format="a">
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="4" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." 
style:num-suffix="." text:bullet-char="•">
     <style:list-level-properties text:space-before="4.503cm" 
text:min-label-width="0.499cm"/>
-   </text:list-level-style-number>
-   <text:list-level-style-number text:level="5" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." 
style:num-suffix="." style:num-format="a">
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="5" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." 
style:num-suffix="." text:bullet-char="•">
     <style:list-level-properties text:space-before="5.754cm" 
text:min-label-width="0.499cm"/>
-   </text:list-level-style-number>
-   <text:list-level-style-number text:level="6" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." 
style:num-suffix="." style:num-format="a">
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="6" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." 
style:num-suffix="." text:bullet-char="•">
     <style:list-level-properties text:space-before="7.005cm" 
text:min-label-width="0.499cm"/>
-   </text:list-level-style-number>
-   <text:list-level-style-number text:level="7" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." 
style:num-suffix="." style:num-format="a">
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="7" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." 
style:num-suffix="." text:bullet-char="•">
     <style:list-level-properties text:space-before="8.255cm" 
text:min-label-width="0.499cm"/>
-   </text:list-level-style-number>
-   <text:list-level-style-number text:level="8" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." 
style:num-suffix="." style:num-format="a">
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="8" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." 
style:num-suffix="." text:bullet-char="•">
     <style:list-level-properties text:space-before="9.506cm" 
text:min-label-width="0.499cm"/>
-   </text:list-level-style-number>
-   <text:list-level-style-number text:level="9" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." 
style:num-suffix="." style:num-format="a">
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="9" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." 
style:num-suffix="." text:bullet-char="•">
     <style:list-level-properties text:space-before="10.756cm" 
text:min-label-width="0.499cm"/>
-   </text:list-level-style-number>
-   <text:list-level-style-number text:level="10" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." 
style:num-suffix="." style:num-format="a">
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="10" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." 
style:num-suffix="." text:bullet-char="•">
     <style:list-level-properties text:space-before="12.007cm" 
text:min-label-width="0.499cm"/>
-   </text:list-level-style-number>
+   </text:list-level-style-bullet>
+  </text:list-style>
+  <text:list-style style:name="L6">
+   <text:list-level-style-bullet text:level="1" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="0.752cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="2" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="2.002cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="3" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="3.253cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="4" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="4.503cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="5" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="5.754cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="6" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="7.005cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="7" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="8.255cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="8" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="9.506cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="9" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="10.756cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="10" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="12.007cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+  </text:list-style>
+  <text:list-style style:name="L7">
+   <text:list-level-style-bullet text:level="1" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="0.752cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="2" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="2.002cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="3" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="3.253cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="4" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="4.503cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="5" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="5.754cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="6" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="7.005cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="7" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="8.255cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="8" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="9.506cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="9" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="10.756cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="10" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="12.007cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+  </text:list-style>
+  <text:list-style style:name="L8">
+   <text:list-level-style-bullet text:level="1" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%1%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="0.752cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="2" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%2%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="2.002cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="3" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%3%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="3.253cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="4" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%4%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="4.503cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="5" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%5%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="5.754cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="6" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%6%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="7.005cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="7" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%7%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="8.255cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="8" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%8%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="9.506cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="9" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%9%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="10.756cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
+   <text:list-level-style-bullet text:level="10" 
text:style-name="Bullet_20_Symbols" loext:num-list-format="%10%." 
style:num-suffix="." text:bullet-char="•">
+    <style:list-level-properties text:space-before="12.007cm" 
text:min-label-width="0.499cm"/>
+   </text:list-level-style-bullet>
   </text:list-style>
   <style:page-layout style:name="pm1">
    <style:page-layout-properties fo:page-width="21.001cm" 
fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" 
fo:margin-top="2cm" fo:margin-bottom="2cm" fo:margin-left="2cm" 
fo:margin-right="2cm" style:writing-mode="lr-tb" 
style:layout-grid-color="#c0c0c0" style:layout-grid-lines="20" 
style:layout-grid-base-height="0.706cm" style:layout-grid-ruby-height="0.353cm" 
style:layout-grid-mode="none" style:layout-grid-ruby-below="false" 
style:layout-grid-print="false" style:layout-grid-display="false" 
style:footnote-max-height="0cm" loext:margin-gutter="0cm">
@@ -1061,32 +1172,20 @@
     </draw:image>
    </draw:frame>
    <text:section text:style-name="Sect1" text:name="BgContainer">
-    <text:p text:style-name="P23">Credits</text:p>
-    <text:list text:style-name="L3">
-     <text:list-item>
-      <text:p text:style-name="P32"><text:a xlink:type="simple" 
xlink:href="#wiki" text:style-name="Internet_20_link" 
text:visited-style-name="Visited_20_Internet_20_Link">Wiki 
Contributors</text:a> (scroll down) </text:p>
-     </text:list-item>
-     <text:list-item>
-      <text:p text:style-name="P32"><text:a xlink:type="simple" 
xlink:href="#pictures" text:style-name="Internet_20_link" 
text:visited-style-name="Visited_20_Internet_20_Link">Pictures, Website &amp; 
Images Credits</text:a> (scroll down) </text:p>
-     </text:list-item>
-     <text:list-item>
-      <text:p text:style-name="P33"><text:a xlink:type="simple" 
xlink:href="https://wiki.documentfoundation.org/Language/Contributors"; 
office:target-frame-name="_blank" xlink:show="new" 
text:style-name="Internet_20_link" 
text:visited-style-name="Visited_20_Internet_20_Link">Translators</text:a> 
(those using weblate - opens in new window) </text:p>
-     </text:list-item>
-    </text:list>
-    <text:p text:style-name="P34">1793 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2022-10-05 16:48:10.</text:p>
-    <text:p text:style-name="P34"><text:span 
text:style-name="T1">*</text:span> marks developers whose first contributions 
happened after 2010-09-28.</text:p>
-    <text:h text:style-name="P24" text:outline-level="2">Developers committing 
code since 2010-09-28</text:h>
+    <text:p text:style-name="P30">Credits</text:p>
+    <text:p text:style-name="Text_20_body">1801 individuals contributed to 
OpenOffice.org (and whose contributions were imported into LibreOffice) or 
LibreOffice until 2022-10-27 08:48:25.</text:p>
+    <text:p text:style-name="Text_20_body"><text:span 
text:style-name="T1">*</text:span> marks developers whose first contributions 
happened after 2010-09-28.</text:p>
+    <text:h text:style-name="Heading_20_2" text:outline-level="2">Developers 
committing code since 2010-09-28</text:h>
     <table:table table:name="Tabelle1" table:style-name="Tabelle1">
      <table:table-column table:style-name="Tabelle1.A"/>
-     <table:table-column table:style-name="Tabelle1.B"/>
-     <table:table-column table:style-name="Tabelle1.C"/>
+     <table:table-column table:style-name="Tabelle1.B" 
table:number-columns-repeated="2"/>
      <table:table-column table:style-name="Tabelle1.D"/>
      <table:table-row>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Ruediger 
Timm<text:line-break/>Commits: 82464<text:line-break/>Joined: 
2000-10-10</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Caolán 
McNamara<text:line-break/>Commits: 33603<text:line-break/>Joined: 
2000-10-10</text:p>
+       <text:p text:style-name="Table_20_Contents">Caolán 
McNamara<text:line-break/>Commits: 33682<text:line-break/>Joined: 
2000-10-10</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Kurt 
Zenker<text:line-break/>Commits: 31752<text:line-break/>Joined: 
2000-09-25</text:p>
@@ -1103,10 +1202,10 @@
        <text:p text:style-name="Table_20_Contents">Vladimir 
Glazunov<text:line-break/>Commits: 25434<text:line-break/>Joined: 
2000-12-04</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Stephan 
Bergmann<text:line-break/>Commits: 20022<text:line-break/>Joined: 
2000-10-04</text:p>
+       <text:p text:style-name="Table_20_Contents">Stephan 
Bergmann<text:line-break/>Commits: 20067<text:line-break/>Joined: 
2000-10-04</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Noel Grandin<text:line-break/>Commits: 
16808<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-12-12</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Noel Grandin<text:line-break/>Commits: 
16887<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-12-12</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
@@ -1114,13 +1213,13 @@
        <text:p text:style-name="Table_20_Contents">Ivo 
Hinkelmann<text:line-break/>Commits: 9480<text:line-break/>Joined: 
2002-09-09</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Miklos 
Vajna<text:line-break/>Commits: 9152<text:line-break/>Joined: 
2010-07-29</text:p>
+       <text:p text:style-name="Table_20_Contents">Miklos 
Vajna<text:line-break/>Commits: 9185<text:line-break/>Joined: 
2010-07-29</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Tor 
Lillqvist<text:line-break/>Commits: 9090<text:line-break/>Joined: 
2010-03-23</text:p>
+       <text:p text:style-name="Table_20_Contents">Tor 
Lillqvist<text:line-break/>Commits: 9091<text:line-break/>Joined: 
2010-03-23</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Michael 
Stahl<text:line-break/>Commits: 8043<text:line-break/>Joined: 
2008-06-16</text:p>
+       <text:p text:style-name="Table_20_Contents">Michael 
Stahl<text:line-break/>Commits: 8054<text:line-break/>Joined: 
2008-06-16</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
@@ -1128,10 +1227,10 @@
        <text:p text:style-name="Table_20_Contents">Kohei 
Yoshida<text:line-break/>Commits: 5571<text:line-break/>Joined: 
2009-06-19</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Markus Mohrhard<text:line-break/>Commits: 
5203<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-03-17</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents">Eike 
Rathke<text:line-break/>Commits: 5206<text:line-break/>Joined: 
2000-10-11</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Eike 
Rathke<text:line-break/>Commits: 5190<text:line-break/>Joined: 
2000-10-11</text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Markus Mohrhard<text:line-break/>Commits: 
5203<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-03-17</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Frank Schoenheit 
[fs]<text:line-break/>Commits: 5008<text:line-break/>Joined: 2000-09-19</text:p>
@@ -1145,7 +1244,7 @@
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Julien Nabet<text:line-break/>Commits: 
3540<text:line-break/>Joined: <text:span 
text:style-name="T2">2010-11-04</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Andrea Gelmini<text:line-break/>Commits: 
3241<text:line-break/>Joined: <text:span 
text:style-name="T2">2014-10-30</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Andrea Gelmini<text:line-break/>Commits: 
3265<text:line-break/>Joined: <text:span 
text:style-name="T2">2014-10-30</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Luboš 
Luňák<text:line-break/>Commits: 3201<text:line-break/>Joined: 
2010-09-21</text:p>
@@ -1153,7 +1252,7 @@
      </table:table-row>
      <table:table-row>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Tomaž Vajngerl<text:line-break/>Commits: 
3100<text:line-break/>Joined: <text:span 
text:style-name="T2">2012-06-02</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Tomaž Vajngerl<text:line-break/>Commits: 
3108<text:line-break/>Joined: <text:span 
text:style-name="T2">2012-06-02</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Hans-Joachim 
Lankenau<text:line-break/>Commits: 3007<text:line-break/>Joined: 
2000-09-19</text:p>
@@ -1173,7 +1272,7 @@
        <text:p text:style-name="Table_20_Contents">Oliver 
Specht<text:line-break/>Commits: 2549<text:line-break/>Joined: 
2000-09-21</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Michael 
Meeks<text:line-break/>Commits: 2477<text:line-break/>Joined: 
2004-08-05</text:p>
+       <text:p text:style-name="Table_20_Contents">Michael 
Meeks<text:line-break/>Commits: 2479<text:line-break/>Joined: 
2004-08-05</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Bjoern 
Michaelsen<text:line-break/>Commits: 2462<text:line-break/>Joined: 
2009-10-14</text:p>
@@ -1181,7 +1280,7 @@
      </table:table-row>
      <table:table-row>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Mike Kaganski<text:line-break/>Commits: 
2423<text:line-break/>Joined: <text:span 
text:style-name="T2">2015-04-26</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Mike Kaganski<text:line-break/>Commits: 
2452<text:line-break/>Joined: <text:span 
text:style-name="T2">2015-04-26</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Norbert Thiebaud<text:line-break/>Commits: 
2176<text:line-break/>Joined: <text:span 
text:style-name="T2">2010-09-29</text:span></text:p>
@@ -1190,12 +1289,12 @@
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Thomas Arnhold<text:line-break/>Commits: 
2176<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-01-16</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Philipp Lohmann 
[pl]<text:line-break/>Commits: 2089<text:line-break/>Joined: 2000-09-21</text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Xisco Fauli<text:line-break/>Commits: 
2130<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-02-06</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Xisco Fauli<text:line-break/>Commits: 
2062<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-02-06</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents">Philipp Lohmann 
[pl]<text:line-break/>Commits: 2089<text:line-break/>Joined: 2000-09-21</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Andras Timar<text:line-break/>Commits: 
1970<text:line-break/>Joined: <text:span 
text:style-name="T2">2010-10-02</text:span></text:p>
@@ -1209,7 +1308,7 @@
      </table:table-row>
      <table:table-row>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Olivier Hallot<text:line-break/>Commits: 
1628<text:line-break/>Joined: <text:span 
text:style-name="T2">2010-10-25</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Olivier Hallot<text:line-break/>Commits: 
1660<text:line-break/>Joined: <text:span 
text:style-name="T2">2010-10-25</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Armin Le Grand 
(Allotropia)<text:line-break/>Commits: 1542<text:line-break/>Joined: 
2000-09-25</text:p>
@@ -1223,10 +1322,10 @@
      </table:table-row>
      <table:table-row>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Thorsten 
Behrens<text:line-break/>Commits: 1441<text:line-break/>Joined: 
2001-04-25</text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Chris Sherlock<text:line-break/>Commits: 
1444<text:line-break/>Joined: <text:span 
text:style-name="T2">2013-02-25</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Chris Sherlock<text:line-break/>Commits: 
1436<text:line-break/>Joined: <text:span 
text:style-name="T2">2013-02-25</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents">Thorsten 
Behrens<text:line-break/>Commits: 1441<text:line-break/>Joined: 
2001-04-25</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Fridrich 
Štrba<text:line-break/>Commits: 1338<text:line-break/>Joined: 
2007-02-22</text:p>
@@ -1243,7 +1342,7 @@
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Jan-Marek Glogowski<text:line-break/>Commits: 
1232<text:line-break/>Joined: <text:span 
text:style-name="T2">2013-11-14</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>andreas kainz<text:line-break/>Commits: 
1226<text:line-break/>Joined: <text:span 
text:style-name="T2">2015-03-18</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>andreas kainz<text:line-break/>Commits: 
1227<text:line-break/>Joined: <text:span 
text:style-name="T2">2015-03-18</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Tamás Zolnai<text:line-break/>Commits: 
1208<text:line-break/>Joined: <text:span 
text:style-name="T2">2012-08-06</text:span></text:p>
@@ -1254,13 +1353,13 @@
        <text:p text:style-name="Table_20_Contents">Daniel Rentz 
[dr]<text:line-break/>Commits: 1206<text:line-break/>Joined: 2000-09-28</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Samuel Mehrbrodt<text:line-break/>Commits: 
1122<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-06-08</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Samuel Mehrbrodt<text:line-break/>Commits: 
1124<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-06-08</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Gabor Kelemen<text:line-break/>Commits: 
1093<text:line-break/>Joined: <text:span 
text:style-name="T2">2013-06-18</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Szymon Kłos<text:line-break/>Commits: 
1062<text:line-break/>Joined: <text:span 
text:style-name="T2">2014-03-22</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Szymon Kłos<text:line-break/>Commits: 
1063<text:line-break/>Joined: <text:span 
text:style-name="T2">2014-03-22</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
@@ -1268,7 +1367,7 @@
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Lionel Elie Mamane<text:line-break/>Commits: 
1051<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-01-15</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Christian 
Lohmaier<text:line-break/>Commits: 1024<text:line-break/>Joined: 
2008-06-01</text:p>
+       <text:p text:style-name="Table_20_Contents">Christian 
Lohmaier<text:line-break/>Commits: 1034<text:line-break/>Joined: 
2008-06-01</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Johnny_M<text:line-break/>Commits: 
966<text:line-break/>Joined: <text:span 
text:style-name="T2">2016-05-12</text:span></text:p>
@@ -1307,13 +1406,13 @@
      </table:table-row>
      <table:table-row>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Maxim Monastirsky<text:line-break/>Commits: 
799<text:line-break/>Joined: <text:span 
text:style-name="T2">2013-10-27</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Maxim Monastirsky<text:line-break/>Commits: 
802<text:line-break/>Joined: <text:span 
text:style-name="T2">2013-10-27</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Mikhail 
Voytenko<text:line-break/>Commits: 793<text:line-break/>Joined: 
2001-01-16</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>László Németh<text:line-break/>Commits: 
765<text:line-break/>Joined: <text:span 
text:style-name="T2">2010-09-29</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>László Németh<text:line-break/>Commits: 
771<text:line-break/>Joined: <text:span 
text:style-name="T2">2010-09-29</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Carsten 
Driesner<text:line-break/>Commits: 748<text:line-break/>Joined: 
2000-10-06</text:p>
@@ -1366,10 +1465,10 @@
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Justin Luth<text:line-break/>Commits: 
624<text:line-break/>Joined: <text:span 
text:style-name="T2">2014-09-30</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Rafael Dominguez<text:line-break/>Commits: 
606<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-02-13</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Rizal Muttaqin<text:line-break/>Commits: 
617<text:line-break/>Joined: <text:span 
text:style-name="T2">2018-05-21</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Rizal Muttaqin<text:line-break/>Commits: 
591<text:line-break/>Joined: <text:span 
text:style-name="T2">2018-05-21</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Rafael Dominguez<text:line-break/>Commits: 
606<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-02-13</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Jochen Nitschke<text:line-break/>Commits: 
587<text:line-break/>Joined: <text:span 
text:style-name="T2">2016-02-02</text:span></text:p>
@@ -1391,7 +1490,7 @@
      </table:table-row>
      <table:table-row>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Adolfo Jayme 
Barrientos<text:line-break/>Commits: 539<text:line-break/>Joined: <text:span 
text:style-name="T2">2013-06-21</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Adolfo Jayme 
Barrientos<text:line-break/>Commits: 540<text:line-break/>Joined: <text:span 
text:style-name="T2">2013-06-21</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents">Jürgen 
Schmidt<text:line-break/>Commits: 512<text:line-break/>Joined: 
2000-10-09</text:p>
@@ -1408,13 +1507,13 @@
        <text:p text:style-name="Table_20_Contents">Andreas 
Bregas<text:line-break/>Commits: 470<text:line-break/>Joined: 
2000-09-25</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Seth Chaiklin<text:line-break/>Commits: 
461<text:line-break/>Joined: <text:span 
text:style-name="T2">2019-11-13</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Jim Raykowski<text:line-break/>Commits: 
462<text:line-break/>Joined: <text:span 
text:style-name="T2">2017-04-16</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Jim Raykowski<text:line-break/>Commits: 
457<text:line-break/>Joined: <text:span 
text:style-name="T2">2017-04-16</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Seth Chaiklin<text:line-break/>Commits: 
461<text:line-break/>Joined: <text:span 
text:style-name="T2">2019-11-13</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Heiko Tietze<text:line-break/>Commits: 
396<text:line-break/>Joined: <text:span 
text:style-name="T2">2016-10-06</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Heiko Tietze<text:line-break/>Commits: 
397<text:line-break/>Joined: <text:span 
text:style-name="T2">2016-10-06</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
@@ -1422,10 +1521,10 @@
        <text:p text:style-name="Table_20_Contents">Dirk 
Voelzke<text:line-break/>Commits: 392<text:line-break/>Joined: 
2000-11-27</text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Ashod Nakashian<text:line-break/>Commits: 
390<text:line-break/>Joined: <text:span 
text:style-name="T2">2015-01-07</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Ashod Nakashian<text:line-break/>Commits: 
391<text:line-break/>Joined: <text:span 
text:style-name="T2">2015-01-07</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Laurent BP<text:line-break/>Commits: 
386<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-08-31</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Laurent BP<text:line-break/>Commits: 
389<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-08-31</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Ivan Timofeev<text:line-break/>Commits: 
380<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-09-16</text:span></text:p>
@@ -1456,7 +1555,7 @@
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>David Ostrovsky<text:line-break/>Commits: 
334<text:line-break/>Joined: <text:span 
text:style-name="T2">2012-04-01</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Jean-Pierre Ledure<text:line-break/>Commits: 
323<text:line-break/>Joined: <text:span 
text:style-name="T2">2013-10-12</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Jean-Pierre Ledure<text:line-break/>Commits: 
326<text:line-break/>Joined: <text:span 
text:style-name="T2">2013-10-12</text:span></text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
@@ -1464,18 +1563,18 @@
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Marco Cecchetti<text:line-break/>Commits: 
321<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-04-14</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Arnaud Versini<text:line-break/>Commits: 
313<text:line-break/>Joined: <text:span 
text:style-name="T2">2010-10-05</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Justin Luth<text:line-break/>Commits: 
317<text:line-break/>Joined: <text:span 
text:style-name="T2">2018-04-21</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents">Radek 
Doulik<text:line-break/>Commits: 305<text:line-break/>Joined: 
2010-05-03</text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Arnaud Versini<text:line-break/>Commits: 
313<text:line-break/>Joined: <text:span 
text:style-name="T2">2010-10-05</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Chr. Rossmanith<text:line-break/>Commits: 
300<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-01-03</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents">Radek 
Doulik<text:line-break/>Commits: 305<text:line-break/>Joined: 
2010-05-03</text:p>
       </table:table-cell>
      </table:table-row>
      <table:table-row>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
-       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Justin Luth<text:line-break/>Commits: 
300<text:line-break/>Joined: <text:span 
text:style-name="T2">2018-04-21</text:span></text:p>
+       <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Chr. Rossmanith<text:line-break/>Commits: 
300<text:line-break/>Joined: <text:span 
text:style-name="T2">2011-01-03</text:span></text:p>
       </table:table-cell>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">
        <text:p text:style-name="Table_20_Contents"><text:span 
text:style-name="T1">*</text:span>Mark Hung<text:line-break/>Commits: 
298<text:line-break/>Joined: <text:span 
text:style-name="T2">2014-11-04</text:span></text:p>
@@ -1503,7 +1602,7 @@
      </table:table-row>
      <table:table-row>
       <table:table-cell table:style-name="Tabelle1.A1" 
office:value-type="string">

... etc. - the rest is truncated

Reply via email to