diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-09-07 22:16:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-09-08 08:16:06 +0200 |
commit | c4c7bfb006dbaa6502130dc62cb34ca78f33f791 (patch) | |
tree | 084d4b2443aee7453e7737aed392a429138711b8 /extensions | |
parent | 18fb42136ffccaf9057db62b2eb7aa48bd4cfdd3 (diff) |
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@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/bibmod.cxx | 7 | ||||
-rw-r--r-- | extensions/source/bibliography/bibprop.hxx | 7 |
2 files changed, 0 insertions, 14 deletions
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 |