sfx2/source/doc/objserv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 13f40ddddbc98a42410d6ad68d97eac5e0be2cec
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Mon Jan 13 21:27:38 2025 +0500
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Jan 14 11:03:15 2025 +0100

    tdf#164686: drop the erroneous exclusion of pdf export
    
    This partially reverts commit 25a997c15d39fb30676a375df8ea4ce1ed2e1acd
    (tdf#53530 Only show 1 error dialog instead of 3 on export to PDF,
    2022-08-29).
    
    Handles ':' in the filename.
    
    Change-Id: Ieccbbd55f5978e7dbd7b154a3e3a2df5d1cc07ff
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180198
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>
    Tested-by: Jenkins
    Signed-off-by: Xisco Fauli <xiscofa...@libreoffice.org>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180215

diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 25a541691921..356ab50550db 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -1228,7 +1228,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
             {
                 if (comphelper::LibreOfficeKit::isActive())
                     sendErrorToLOK(lErr);
-                else if (!(lErr == ERRCODE_IO_GENERAL && bIsPDFExport))
+                else
                 {
                     SfxErrorContext aEc(ERRCTX_SFX_SAVEASDOC,GetTitle());
                     ErrorHandler::HandleError(lErr, pDialogParent);

Reply via email to