[Libreoffice-commits] core.git: extensions/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 8 06:16:54 UTC 2020
extensions/source/bibliography/bibmod.cxx | 7 -------
extensions/source/bibliography/bibprop.hxx | 7 -------
2 files changed, 14 deletions(-)
New commits:
commit c4c7bfb006dbaa6502130dc62cb34ca78f33f791
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Sep 7 22:16:54 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Sep 8 08:16:06 2020 +0200
Remove some unused const variables
Change-Id: Ib27249e9d4c9c7669a2766ec501e02652199c670
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102202
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/extensions/source/bibliography/bibmod.cxx b/extensions/source/bibliography/bibmod.cxx
index 9fab0c7362ae..3ae8a473a9f8 100644
--- a/extensions/source/bibliography/bibmod.cxx
+++ b/extensions/source/bibliography/bibmod.cxx
@@ -92,12 +92,5 @@ BibConfig* BibModul::GetConfig()
const OUStringLiteral FM_PROP_LABEL = u"Label";
const OUStringLiteral FM_PROP_CONTROLSOURCE = u"DataField";
const OUStringLiteral FM_PROP_NAME = u"Name";
-const OUStringLiteral FM_PROP_FORMATKEY = u"FormatKey";
-const OUStringLiteral FM_PROP_EDITMODE = u"RecordMode";
-const OUStringLiteral FM_PROP_CURSORSOURCETYPE = u"DataSelectionType";
-const OUStringLiteral FM_PROP_CURSORSOURCE = u"DataSelection";
-const OUStringLiteral FM_PROP_DATASOURCE = u"DataSource";
-const OUStringLiteral FM_PROP_VALUE = u"Value";
-const OUStringLiteral FM_PROP_TEXT = u"Text";
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/bibliography/bibprop.hxx b/extensions/source/bibliography/bibprop.hxx
index 327ae8ddc7f2..5e670bcc6fa9 100644
--- a/extensions/source/bibliography/bibprop.hxx
+++ b/extensions/source/bibliography/bibprop.hxx
@@ -24,13 +24,6 @@
extern const OUStringLiteral FM_PROP_LABEL;
extern const OUStringLiteral FM_PROP_NAME;
extern const OUStringLiteral FM_PROP_CONTROLSOURCE;
-extern const OUStringLiteral FM_PROP_FORMATKEY;
-extern const OUStringLiteral FM_PROP_VALUE;
-extern const OUStringLiteral FM_PROP_EDITMODE;
-extern const OUStringLiteral FM_PROP_DATASOURCE;
-extern const OUStringLiteral FM_PROP_CURSORSOURCE;
-extern const OUStringLiteral FM_PROP_CURSORSOURCETYPE;
-extern const OUStringLiteral FM_PROP_TEXT;
#endif
More information about the Libreoffice-commits
mailing list