1. 05 Mar, 2019 24 kayıt (commit)
    • Aurimas Fišeras's avatar
      Add missing DoClose · 98b8fa29
      Aurimas Fišeras yazdı
      Change-Id: Ia051ba960102e53a4dc6cb6b3444ea923a351c3d
      Signed-off-by: 's avatarAurimas Fišeras <aurimas@members.fsf.org>
      Reviewed-on: https://gerrit.libreoffice.org/68619
      Tested-by: Jenkins
      Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
      98b8fa29
    • Michael Stahl's avatar
      tdf#123446 sw_redlinehide: fix crash on Redo of ToX · 405661a9
      Michael Stahl yazdı
      The problem is that the ToX must be updated with the same layout redline
      setting as it was originally created, so that subsequent Redo actions
      see the expected node indexes.
      
      Unfortunately it's not enough to just pass a flag to the ToX update
      functions, because they check GetTextNodeForParaProps() so we need a
      layout corresponding to the layout setting; if there isn't one, the
      existing one is temporarily toggled.
      
      This could be much better if the MergedPara would be independent of the
      layout and always exist, but with the various SwModify design issues
      that looks tricky to do...
      
      (regression from 80cedb5d)
      
      Change-Id: Ibdc5b4ace54ace27e5223a25ecaf39bb493fb69b
      Reviewed-on: https://gerrit.libreoffice.org/68704Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
      Tested-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
      405661a9
    • Noel Grandin's avatar
      re-land "new loplugin typedefparam"" · 191f85df
      Noel Grandin yazdı
      This reverts commit c9bb4838,
      and adds a bunch more fixes.
      
      Change-Id: Ib584d302a73125528eba85fa1e722cb6fc41538a
      Reviewed-on: https://gerrit.libreoffice.org/68680
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      191f85df
    • Tomaž Vajngerl's avatar
      Add support for <image> draw definition to draw a SVG image · 98356611
      Tomaž Vajngerl yazdı
      Attribute "source" is used to get the relative path to the image.
      Path is relative to the definition file.
      
      Change-Id: I6ca0c113385e26ad74b928e1f56635b4b0cef995
      Reviewed-on: https://gerrit.libreoffice.org/68712
      Tested-by: Jenkins
      Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
      98356611
    • Serge Krot's avatar
      tdf#122920 uitest: XMouseListener is not called for top most window · 5723d303
      Serge Krot yazdı
      Change-Id: Ia6f79e50b93004b8bf896e24450ce8666b303037
      Reviewed-on: https://gerrit.libreoffice.org/66856
      Tested-by: Jenkins
      Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
      5723d303
    • Stephan Bergmann's avatar
      Better types for nFc and nLen · 47078995
      Stephan Bergmann yazdı
      ...given that they get assigned with values of those types.  This change has no
      actual effect on the results, but silences Clang
      -fsanitize=implicit-signed-integer-truncation warnings like "implicit conversion
      from type 'long' of value -671088640 (64-bit, signed) to type 'sal_uInt32' (aka
      'unsigned int') changed the value to 3623878656 (32-bit, unsigned)".
      
      Change-Id: I763a9d85b9e40797312688551206c308fc3d36e3
      Reviewed-on: https://gerrit.libreoffice.org/68705
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      47078995
    • Caolán McNamara's avatar
      weld ODatasourceSelectDialog · 69e890b1
      Caolán McNamara yazdı
      Change-Id: I33a45f6d68c4a6cba63301dbb6c94ea661365a9a
      Reviewed-on: https://gerrit.libreoffice.org/68651
      Tested-by: Jenkins
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      69e890b1
    • Gabor Kelemen's avatar
      tdf#42949 Fix IWYU warnings in include/cppcanvas/* · 4a88213b
      Gabor Kelemen yazdı
      Found with bin/find-unneeded-includes
      Only removal proposals are dealt with here.
      
      Change-Id: I8174b6e684b5b46a8abd3ca825b7de75f9255df3
      Reviewed-on: https://gerrit.libreoffice.org/68703
      Tested-by: Jenkins
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      4a88213b
    • Stephan Bergmann's avatar
      Avoid overflowing sal_Int16 PROP_GRID_LINES · 04073c7a
      Stephan Bergmann yazdı
      ...as seen with Clang's -fsanitize=implicit-signed-integer-truncation during
      CppunitTest_sw_ooxmlexport4 when nTextAreaHeight=36920 and m_nGridLinePitch=1:
      
      > writerfilter/source/dmapper/PropertyMap.cxx:1519:38: runtime error: implicit conversion from type 'int' of value 36920 (32-bit, signed) to type 'const sal_Int16' (aka 'const short') changed the value to -28616 (16-bit, signed)
      >  #0 in writerfilter::dmapper::SectionPropertyMap::CloseSectionGroup(writerfilter::dmapper::DomainMapper_Impl&) at writerfilter/source/dmapper/PropertyMap.cxx:1519:38
      >  #1 in writerfilter::dmapper::DomainMapper::lcl_endSectionGroup() at writerfilter/source/dmapper/DomainMapper.cxx:2881:30
      >  #2 in writerfilter::LoggedStream::endSectionGroup() at writerfilter/source/dmapper/LoggedResources.cxx:101:5
      >  #3 in writerfilter::ooxml::OOXMLFastContextHandler::endSectionGroup() at writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:434:23
      >  #4 in writerfilter::ooxml::OOXMLFactory_wml::endAction(writerfilter::ooxml::OOXMLFastContextHandler*) at workdir/CustomTarget/writerfilter/source/ooxml/OOXMLFactory_wml.cxx:7517:19
      >  #5 in writerfilter::ooxml::OOXMLFactory::endAction(writerfilter::ooxml::OOXMLFastContextHandler*) at writerfilter/source/ooxml/OOXMLFactory.cxx:199:19
      >  #6 in writerfilter::ooxml::OOXMLFastContextHandler::lcl_endFastElement(int) at writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:195:5
      >  #7 in writerfilter::ooxml::OOXMLFastContextHandler::endFastElement(int) at writerfilter/source/ooxml/OOXMLFastContextHandler.cxx:177:9
      >  #8 in (anonymous namespace)::Entity::endElement() at sax/source/fastparser/fastparser.cxx:483:27
      >  #9 in sax_fastparser::FastSaxParserImpl::callbackEndElement() at sax/source/fastparser/fastparser.cxx:1274:17
      >  #10 in (anonymous namespace)::call_callbackEndElement(void*, unsigned char const*, unsigned char const*, unsigned char const*) at sax/source/fastparser/fastparser.cxx:310:18
      >  #11 in xmlParseEndTag2 at workdir/UnpackedTarball/libxml2/parser.c:9680:2
      >  #12 in xmlParseTryOrFinish at workdir/UnpackedTarball/libxml2/parser.c:11531:7
      >  #13 in xmlParseChunk__internal_alias at workdir/UnpackedTarball/libxml2/parser.c:12244:13
      >  #14 in sax_fastparser::FastSaxParserImpl::parse() at sax/source/fastparser/fastparser.cxx:1043:21
      >  #15 in sax_fastparser::FastSaxParserImpl::parseStream(com::sun::star::xml::sax::InputSource const&) at sax/source/fastparser/fastparser.cxx:863:9
      >  #16 in sax_fastparser::FastSaxParser::parseStream(com::sun::star::xml::sax::InputSource const&) at sax/source/fastparser/fastparser.cxx:1359:13
      >  #17 in writerfilter::ooxml::OOXMLDocumentImpl::resolve(writerfilter::Stream&) at writerfilter/source/ooxml/OOXMLDocumentImpl.cxx:504:22
      >  #18 in WriterFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at writerfilter/source/filter/WriterFilter.cxx:192:24
      >  #19 in SfxObjectShell::ImportFrom(SfxMedium&, com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) at sfx2/source/doc/objstor.cxx:2212:34
      >  #20 in SfxObjectShell::DoLoad(SfxMedium*) at sfx2/source/doc/objstor.cxx:741:23
      >  #21 in SfxBaseModel::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at sfx2/source/doc/sfxbasemodel.cxx:1844:36
      >  #22 in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) at sfx2/source/view/frmload.cxx:689:28
      >  #23 in framework::LoadEnv::impl_loadContent() at framework/source/loadenv/loadenv.cxx:1150:37
      >  #24 in framework::LoadEnv::startLoading() at framework/source/loadenv/loadenv.cxx:384:20
      >  #25 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at framework/source/loadenv/loadenv.cxx:170:14
      >  #26 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at framework/source/services/desktop.cxx:619:12
      >  #27 in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at framework/source/services/desktop.cxx
      >  #28 in unotest::MacrosTest::loadFromDesktop(rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at unotest/source/cpp/macros_test.cxx:50:60
      >  #29 in SwModelTestBase::loadURL(rtl::OUString const&, char const*, char const*) at sw/qa/extras/inc/swmodeltestbase.hxx:761:23
      >  #30 in SwModelTestBase::load(rtl::OUString const&, char const*, char const*) at sw/qa/extras/inc/swmodeltestbase.hxx:716:16
      >  #31 in SwModelTestBase::executeImportTest(char const*, char const*) at sw/qa/extras/inc/swmodeltestbase.hxx:264:13
      >  #32 in testTdf86926_A3::Import() at sw/qa/extras/ooxmlexport/ooxmlexport4.cxx:1140:1
      [...]
      
      Change-Id: Idf694b0dda871f1313d36c03764b0199e10d1b25
      Reviewed-on: https://gerrit.libreoffice.org/68710
      Tested-by: Jenkins
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      04073c7a
    • Roman Kuznetsov's avatar
      tdf#105445 Change label "Export comments" to "Comments as PDF annotations" · 7813c499
      Roman Kuznetsov yazdı
      Change-Id: I7036c2e699eb394f008fe3eeb1b93247b8c6fb22
      Reviewed-on: https://gerrit.libreoffice.org/68696
      Tested-by: Jenkins
      Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
      7813c499
    • Stephan Bergmann's avatar
      nPara[1] needs clamping too, after all · 1e73e4a2
      Stephan Bergmann yazdı
      Follow-up to 4bf2b136 "Clamp equation values
      when exporting to binary MS format", during CppunitTest_sw_ooxmlexport6:
      
      > filter/source/msfilter/escherex.cxx:2935:50: runtime error: implicit conversion from type 'sal_Int32' (aka 'int') of value 2700000 (32-bit, signed) to type 'sal_Int16' (aka 'short') changed the value to 13024 (16-bit, signed)
      >  #0 in EscherPropertyContainer::CreateCustomShapeProperties(MSO_SPT, com::sun::star::uno::Reference<com::sun::star::drawing::XShape> const&) at filter/source/msfilter/escherex.cxx:2935:50
      >  #1 in ImplEESdrWriter::ImplWriteShape(ImplEESdrObject&, EscherSolverContainer&, bool) at filter/source/msfilter/eschesdo.cxx:283:26
      >  #2 in ImplEESdrWriter::ImplWriteShape(ImplEESdrObject&, EscherSolverContainer&, bool) at filter/source/msfilter/eschesdo.cxx:215:25
      >  #3 in ImplEESdrWriter::ImplWriteTheShape(ImplEESdrObject&, bool) at filter/source/msfilter/eschesdo.cxx:932:12
      >  #4 in EscherEx::AddSdrObject(SdrObject const&, bool) at filter/source/msfilter/eschesdo.cxx:951:35
      >  #5 in oox::vml::VMLExport::AddSdrObject(SdrObject const&, short, short, short, short, bool) at oox/source/export/vmlexport.cxx:1425:15
      >  #6 in DocxSdrExport::writeVMLDrawing(SdrObject const*, SwFrameFormat const&) at sw/source/filter/ww8/docxsdrexport.cxx:844:40
      >  #7 in DocxSdrExport::writeDMLAndVMLDrawing(SdrObject const*, SwFrameFormat const&, int) at sw/source/filter/ww8/docxsdrexport.cxx:1051:9
      >  #8 in DocxAttributeOutput::OutputFlyFrame_Impl(ww8::Frame const&, Point const&) at sw/source/filter/ww8/docxattributeoutput.cxx:5586:57
      >  #9 in AttributeOutputBase::OutputFlyFrame(ww8::Frame const&) at sw/source/filter/ww8/wrtw8nds.cxx:3265:5
      >  #10 in SwWW8AttrIter::OutFlys(int) at sw/source/filter/ww8/wrtw8nds.cxx:665:41
      >  #11 in MSWordExportBase::OutputTextNode(SwTextNode&) at sw/source/filter/ww8/wrtw8nds.cxx:2274:42
      >  #12 in MSWordExportBase::OutputContentNode(SwContentNode&) at sw/source/filter/ww8/wrtw8nds.cxx:3329:13
      >  #13 in MSWordExportBase::WriteText() at sw/source/filter/ww8/wrtww8.cxx:2725:13
      >  #14 in DocxExport::WriteMainText() at sw/source/filter/ww8/docxexport.cxx:1489:5
      >  #15 in DocxExport::ExportDocument_Impl() at sw/source/filter/ww8/docxexport.cxx:527:5
      >  #16 in MSWordExportBase::ExportDocument(bool) at sw/source/filter/ww8/wrtww8.cxx:3210:19
      >  #17 in DocxExportFilter::exportDocument() at sw/source/filter/ww8/docxexportfilter.cxx:86:17
      >  #18 in oox::core::FilterBase::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at oox/source/core/filterbase.cxx:497:55
      >  #19 in WriterFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at writerfilter/source/filter/WriterFilter.cxx:150:23
      >  #20 in SfxObjectShell::ExportTo(SfxMedium&) at sfx2/source/doc/objstor.cxx:2414:25
      >  #21 in SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) at sfx2/source/doc/objstor.cxx:1496:19
      >  #22 in SfxObjectShell::PreDoSaveAs_Impl(rtl::OUString const&, rtl::OUString const&, SfxItemSet const&) at sfx2/source/doc/objstor.cxx:2821:39
      >  #23 in SfxObjectShell::CommonSaveAs_Impl(INetURLObject const&, rtl::OUString const&, SfxItemSet&) at sfx2/source/doc/objstor.cxx:2678:9
      >  #24 in SfxObjectShell::APISaveAs_Impl(rtl::OUString const&, SfxItemSet&) at sfx2/source/doc/objserv.cxx:323:19
      >  #25 in SfxBaseModel::impl_store(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, bool) at sfx2/source/doc/sfxbasemodel.cxx:3018:42
      >  #26 in SfxBaseModel::storeToURL(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at sfx2/source/doc/sfxbasemodel.cxx:1689:13
      >  #27 in SwModelTestBase::reload(char const*, char const*, char const*) at sw/qa/extras/inc/swmodeltestbase.hxx:796:20
      >  #28 in SwModelTestBase::executeImportExportImportTest(char const*, char const*) at sw/qa/extras/inc/swmodeltestbase.hxx:283:9
      >  #29 in testDmlGroupshapeRelsize::Import_Export_Import() at sw/qa/extras/ooxmlexport/ooxmlexport6.cxx:80:1
      [...]
      
      Change-Id: I40fdbcc599960aecabc4b2c96820eb3492509be0
      Reviewed-on: https://gerrit.libreoffice.org/68715
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      1e73e4a2
    • Stephan Bergmann's avatar
      Change type of buffer to unsigned char · 8c536c6d
      Stephan Bergmann yazdı
      This change has no actual effect on the results, but silences benign Clang
      -fsanitize=implicit-signed-integer-truncation warnings.
      
      Change-Id: I0e96d998f9030c5bb4431dc0ccd689c8f2f3aeea
      Reviewed-on: https://gerrit.libreoffice.org/68711
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      8c536c6d
    • Stephan Bergmann's avatar
      Assume that EMR_SETVIEWPORTEXTEX wants to read signed values · 18bef257
      Stephan Bergmann yazdı
      ...similar to 095e1ca4 "Assume that
      EMR_SETWINDOWEXTEX wants to read signed values", this time causing "implicit
      conversion from type 'long' of value 4294967200 (64-bit, signed) to type
      'sal_Int32' (aka 'int') changed the value to -96 (32-bit, signed)" in
      emfio::MtfTools::SetDevExt (emfio/source/reader/mtftools.cxx) during
      CppunitTest_sw_rtfexport2.
      
      Change-Id: I114cc883fd3ac78291df8190b8528384966b563f
      Reviewed-on: https://gerrit.libreoffice.org/68709
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      18bef257
    • Stephan Bergmann's avatar
      Simplify Sequence construction · 4c28917c
      Stephan Bergmann yazdı
      Change-Id: I96100bcca965943aa59a4da4e578a0792303d2bb
      Reviewed-on: https://gerrit.libreoffice.org/68707
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      4c28917c
    • Stephan Bergmann's avatar
      Introduce SVBT16ToInt16 for reading sal_Int16 instead of sal_uInt16 · bc3c181b
      Stephan Bergmann yazdı
      This change does not change the actual results, but avoids Clang
      -fsanitize=implicit-signed-integer-truncation warnings
      
      Change-Id: If82193d7a6ad6bdadb4e8a8b3ed3bbdf3d88c4a3
      Reviewed-on: https://gerrit.libreoffice.org/68706
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      bc3c181b
    • Mike Kaganski's avatar
      Remove redundant assignment · 2cf8e2b9
      Mike Kaganski yazdı
      Change-Id: Ie1ccac4748ae949367448d2977590c0483926a71
      Reviewed-on: https://gerrit.libreoffice.org/68728
      Tested-by: Jenkins
      Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
      2cf8e2b9
    • Samuel Mehrbrodt's avatar
      Check svg URLs before exporting · 34ec4657
      Samuel Mehrbrodt yazdı
      Change-Id: I3b86b6b82318b0d201c3d7db516664520eb47bed
      Reviewed-on: https://gerrit.libreoffice.org/68668
      Tested-by: Jenkins
      Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
      34ec4657
    • Miklos Vajna's avatar
      tdf#123243 DOCX import: make increased anchored obj spacing cond more strict · fa10258d
      Miklos Vajna yazdı
      Regression from commit 8b73bafb
      (tdf#115719 DOCX import: increase paragraph spacing for anchored
      objects, 2018-02-14), which is an import-time workaround for a Word
      layout bug.
      
      Re-checking the original document from that bug, this only happens with
      more anchored shapes (to the same paragraph), so make the workaround
      condition more strict, fixing the layout of this bugdoc.
      
      (Which means tdf115719.docx and tdf115719b.docx are modified to be more
      close to the original bugdoc.)
      
      Just checked, sadly Word's layout bug is still there in MSO 2019, so
      can't revert our emulation of it (not yet).
      
      Change-Id: I26f74a497b7718f8f3a2eadac481c8722e85e680
      Reviewed-on: https://gerrit.libreoffice.org/68708
      Tested-by: Jenkins
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      fa10258d
    • Noel Grandin's avatar
      tdf#123796 Wrong cursor when inserting shape · 25d176ad
      Noel Grandin yazdı
      regression from
          commit c5ac80d9
      	make cursor images part of the theme
      
      Turns out that I can't put SVG files into a normal theme, only
      colibre_svg is allowed to contain SVG files, so my idea of having only
      one set of files is not going to fly. So make a copy of the PNG files
      into the colibre theme, which is what everything currently falls back
      to.
      
      Change-Id: I5f04226da5c8b3d5db7e9807e845112b76b72f22
      Reviewed-on: https://gerrit.libreoffice.org/68695
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      25d176ad
    • Mike Kaganski's avatar
      nMediaArgsCount is const · ac69149b
      Mike Kaganski yazdı
      Change-Id: Ideab44b6712013199cd22216bfe5875c0ec0c545
      Reviewed-on: https://gerrit.libreoffice.org/68727
      Tested-by: Jenkins
      Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
      ac69149b
    • andreas kainz's avatar
      sync sweb ui files with swriter ui files · 8f56281a
      andreas kainz yazdı
      Change-Id: If9e6628ded7df0c822d57859e22a9a1e71d3c311
      Reviewed-on: https://gerrit.libreoffice.org/68521
      Tested-by: Jenkins
      Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
      8f56281a
    • andreas kainz's avatar
      Sifr icon theme update · c3252c9c
      andreas kainz yazdı
      Change-Id: I0f3633ca6caa0d3c7707c04f40f6aa7d4b11eda9
      Reviewed-on: https://gerrit.libreoffice.org/68720
      Tested-by: Jenkins
      Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
      c3252c9c
    • Bartosz Kosiorek's avatar
      tdf#123452 EMF Re-enable compression for image/x-emf files · df22e97d
      Bartosz Kosiorek yazdı
      Change-Id: I9fd801d5eef6c65f8e68e30723415da7b493d767
      Reviewed-on: https://gerrit.libreoffice.org/68716
      Tested-by: Jenkins
      Reviewed-by: 's avatarLászló Németh <nemeth@numbertext.org>
      df22e97d
    • Andrea Gelmini's avatar
      Fix typo · 22f94eb4
      Andrea Gelmini yazdı
      Change-Id: Ie8919bff20c7b29a3fee7a25bba65550b3fd086d
      Reviewed-on: https://gerrit.libreoffice.org/68726Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      22f94eb4
  2. 04 Mar, 2019 16 kayıt (commit)