From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- svx/util/svx.component | 137 ++++++++++++++++++++++++++++++++++ svx/util/svx.component.crashreport | 7 ++ svx/util/svx.component.recoveryui | 7 ++ svx/util/svxcore.component | 100 +++++++++++++++++++++++++ svx/util/svxcore.component.draw | 7 ++ svx/util/textconversiondlgs.component | 26 +++++++ 6 files changed, 284 insertions(+) create mode 100644 svx/util/svx.component create mode 100644 svx/util/svx.component.crashreport create mode 100644 svx/util/svx.component.recoveryui create mode 100644 svx/util/svxcore.component create mode 100644 svx/util/svxcore.component.draw create mode 100644 svx/util/textconversiondlgs.component (limited to 'svx/util') diff --git a/svx/util/svx.component b/svx/util/svx.component new file mode 100644 index 000000000..c655da210 --- /dev/null +++ b/svx/util/svx.component @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svx/util/svx.component.crashreport b/svx/util/svx.component.crashreport new file mode 100644 index 000000000..8eedf929c --- /dev/null +++ b/svx/util/svx.component.crashreport @@ -0,0 +1,7 @@ +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +com.sun.star.comp.svx.CrashReportUI diff --git a/svx/util/svx.component.recoveryui b/svx/util/svx.component.recoveryui new file mode 100644 index 000000000..2a3f4b0ae --- /dev/null +++ b/svx/util/svx.component.recoveryui @@ -0,0 +1,7 @@ +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +com.sun.star.comp.svx.RecoveryUI diff --git a/svx/util/svxcore.component b/svx/util/svxcore.component new file mode 100644 index 000000000..d3b0942f4 --- /dev/null +++ b/svx/util/svxcore.component @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svx/util/svxcore.component.draw b/svx/util/svxcore.component.draw new file mode 100644 index 000000000..5192ae34f --- /dev/null +++ b/svx/util/svxcore.component.draw @@ -0,0 +1,7 @@ +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +com.sun.star.comp.Draw.GraphicExporter diff --git a/svx/util/textconversiondlgs.component b/svx/util/textconversiondlgs.component new file mode 100644 index 000000000..81798f2dd --- /dev/null +++ b/svx/util/textconversiondlgs.component @@ -0,0 +1,26 @@ + + + + + + + + -- cgit v1.2.3