include/svx/strings.hrc | 4 ++-- sfx2/source/doc/objstor.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit b3f2491d7cb14ca9a87e8610dfdcf8e8a86d7a9f Author: Andras Timar <[email protected]> AuthorDate: Thu Dec 26 11:28:09 2024 +0100 Commit: Andras Timar <[email protected]> CommitDate: Thu Dec 26 13:27:21 2024 +0100 Fixed two message context strings and a typo Change-Id: Ic8926a03990bd1643734608a0bd711caee145f7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179421 Tested-by: Jenkins Reviewed-by: Andras Timar <[email protected]> diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 05ba53a0c3d6..04ce906e7222 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -113,8 +113,8 @@ #define STR_ObjNamePluralGRAFWMF NC_("STR_ObjNamePluralGRAFWMF", "WMFs") #define STR_ObjNameSingulGRAFEMF NC_("STR_ObjNameSingulGRAFEMF", "EMF") #define STR_ObjNamePluralGRAFEMF NC_("STR_ObjNamePluralGRAFEMF", "EMFs") -#define STR_ObjNameSingulGRAFPDF NC_("STR_ObjNameSingulGRAFEMF", "PDF") -#define STR_ObjNamePluralGRAFPDF NC_("STR_ObjNamePluralGRAFEMF", "PDFs") +#define STR_ObjNameSingulGRAFPDF NC_("STR_ObjNameSingulGRAFPDF", "PDF") +#define STR_ObjNamePluralGRAFPDF NC_("STR_ObjNamePluralGRAFPDF", "PDFs") #define STR_ObjNameSingulOLE2 NC_("STR_ObjNameSingulOLE2", "embedded object (OLE)") #define STR_ObjNamePluralOLE2 NC_("STR_ObjNamePluralOLE2", "Embedded objects (OLE)") #define STR_ObjNameSingulUno NC_("STR_ObjNameSingulUno", "Control") diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index 3b7d1ea47a99..aa1dc0c29070 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -736,7 +736,7 @@ bool SfxObjectShell::DoLoad( SfxMedium *pMed ) if ( GetErrorIgnoreWarning() == ERRCODE_NONE ) { // Experimental PDF importing using PDFium. This is currently enabled for LOK only and - // we handle it not via XmlFilterAdaptor but a new SdPdfFiler. + // we handle it not via XmlFilterAdaptor but a new SdPdfFilter. #if !HAVE_FEATURE_POPPLER constexpr bool bUsePdfium = true; #else
