aboutsummaryrefslogtreecommitdiff
path: root/source/cy/sd/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/cy/sd/messages.po')
-rw-r--r--source/cy/sd/messages.po28
1 files changed, 14 insertions, 14 deletions
diff --git a/source/cy/sd/messages.po b/source/cy/sd/messages.po
index 7fde6379d03..654093686a0 100644
--- a/source/cy/sd/messages.po
+++ b/source/cy/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2019-07-30 19:48+0200\n"
+"POT-Creation-Date: 2019-08-28 19:39+0200\n"
"PO-Revision-Date: 2019-08-13 11:32+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565695968.000000\n"
#: sd/inc/DocumentRenderer.hrc:27
@@ -5067,62 +5067,62 @@ msgctxt "notebookbar_impress_compact|ShapeLabel"
msgid "~Draw"
msgstr "~Lluniadu"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:15095
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:15094
msgctxt "notebookbar_impress_compact|ObjectMenuButton"
msgid "Object"
msgstr "Gwrthrych"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:15151
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:15150
msgctxt "notebookbar_impress_compact|FrameLabel"
msgid "~Object"
msgstr "~Gwrthrych"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:16327
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:16326
msgctxt "notebookbar_impress_compact|MediaButton"
msgid "_Media"
msgstr "_Cyfrwng"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:16381
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:16380
msgctxt "notebookbar_impress_compact|MediaLabel"
msgid "~Media"
msgstr "~Cyfrwng"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:17659
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:17658
msgctxt "notebookbar_impress_compact|FormButton"
msgid "Fo_rm"
msgstr "-Ffurflen"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:17714
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:17713
msgctxt "notebookbar_impress_compact|FormLabel"
msgid "Fo~rm"
msgstr "~Ffurflen"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:18483
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:18482
msgctxt "notebookbar_impress_compact|PrintPreviewButton"
msgid "_Master"
msgstr "~Prif"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:18535
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:18534
msgctxt "notebookbar_impress_compact|FormLabel"
msgid "~Master"
msgstr "~Prif"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:19523
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:19522
msgctxt "notebookbar_impress_compact|FormButton"
msgid "3_d"
msgstr "3_d"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:19578
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:19577
msgctxt "notebookbar_impress_compact|FormLabel"
msgid "3~d"
msgstr "3~d"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:19628
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:19627
msgctxt "notebookbar_impress_compact|ToolsMenuButton"
msgid "_Tools"
msgstr "_Offer"
-#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:20666
+#: sd/uiconfig/simpress/ui/notebookbar_compact.ui:20665
msgctxt "notebookbar_impress_compact|DevLabel"
msgid "~Tools"
msgstr "~Offer"
ice-4-1-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/cppuhelper/implbase11.hxx
AgeCommit message (Collapse)Author
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann
Inspired by <https://gcc.gnu.org/pipermail/gcc-patches/2022-November/607102.html> "[PATCH] doc: -Wdelete-non-virtual-dtor supersedes -Wnon-virtual-dtor", drop explicitly enabling -Wnon-virtual-dtor in favor of -Wdelete-non-virtual-dtor, which is already enabled by -Wall. (-Wdelete-non-virtual-dtor first appeared in Clang 3.0, <https://github.com/llvm/llvm-project/commit/8bd428574c717e68a8274739d2ba0f6dc16fd0fb> "Add new warning that warns when invoking 'delete' on a polymorphic, non-final, class without a virtual destructor", and GCC 4.7, <https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=014ab419efc12a59efebd2720d79e1c055675c85> "invoke.texi: Document -Wdelete-non-virtual-dtor. [...]") Dropping the explicit setting of -Wnon-virtual-dtor (and nowhere setting it implicitly via -Weffc++) means we can get rid of lots of places that either set -Wno-non-virtual-dtor or use some pragma to ignore -Wnon-virtual-dtor. (In various places across extensions/source/activex/ and winaccessibility/, the commits f26996bd3398afa789a5491968244563ccf70908 "Silence -Werror,-Wnon-virtual-dtor in generated so_activex.h (clang-cl)" and c6086ca6535692496fbd718d174d8eb5a5dea7c7 "Silence -Werror,-Wnon-virtual-dtor in generated UAccCOM.h (clang-cl)" had singled out some includes to wrap them in pragmas. Now that those pragmas are gone again, move those includes back to where they had been prior to being singled out. And the -Wno-non-virtual-dtor in external/firebird/macos-arm64.patch.0 appeared first in ccd0e5f445d4a7d0e7aca6c23c02c61bf14510b2 "Make firebird build for macOS on arm64", which, though it doesn't state it explicitly, apparently created that patch's builds/posix/prefix.darwin_arm64 as a copy of firebird's already existing builds/posix/prefix.* files, which routinely include that warning option too, so keep it there too even if it is probably irrelevant throughout.) Change-Id: I7e4fa9f2c07e267b2ed15607905027f6b78142f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143182 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann
Change-Id: Ife669f959358992b547b408ab5d1f6bf1c1d14bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115744 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-02-02tdf#130978 Added comment to all published APImsrijita18
Change-Id: I744788bde9778f85ccd9d7667e19d16842900a29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110248 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-08-09Fix typoAndrea Gelmini
"Inherting" Change-Id: Ib9b1fcfd9ef585149de5018ce650707c71d412c8 Reviewed-on: https://gerrit.libreoffice.org/77127 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib420e9216b8313f5ed7634ec375e39ceb741fd45 Reviewed-on: https://gerrit.libreoffice.org/59297 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-07-27cppuhelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
...by explicitly defaulting the copy/move functions (and, where needed in turn, also a default ctor) for classes that have a user-declared dtor that does nothing other than an implicitly-defined one would do, but needs to be user- declared because it is virtual and potentially serves as a key function to emit the vtable, or is non-public, etc. (For LIBO_INTERNAL_ONLY.) Change-Id: I9da48559b083bdec9b1b4014634f6f3bfb1c3de3 Reviewed-on: https://gerrit.libreoffice.org/58107 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
Change these back to consistently use the "..." form to include other UNO API include files, for the benefit of external users of this API. Change-Id: I9c9188e895eb3495e20a71ad44abfa2f6061fa94
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin
Change-Id: Iea28debc7d3abc58cca21bd3856cb65b321dc1e6 Reviewed-on: https://gerrit.libreoffice.org/33693 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann
...only odk/examples/ remains to be clean up Change-Id: I875a1e8d6750b6b007bd75126b8010273e1f32d5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
Change-Id: If965f73934c182a1c96d9fdca6f395c256f6b259
2016-03-04Silence -Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann
Change-Id: Icac0f029461c886ebb03aedcd54189116b66d8a3
2015-10-21com::sun::star->css in include/cppuhelperNoel Grandin
Change-Id: I3d9dcd4cd756a3f0d9cedd894377a117c9dbeecc Reviewed-on: https://gerrit.libreoffice.org/19486 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>