diff options
Diffstat (limited to 'extensions/source/bibliography')
-rw-r--r-- | extensions/source/bibliography/bibconfig.cxx | 2 | ||||
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/bibconfig.cxx b/extensions/source/bibliography/bibconfig.cxx index 14203ae6c346..358adf8c58c3 100644 --- a/extensions/source/bibliography/bibconfig.cxx +++ b/extensions/source/bibliography/bibconfig.cxx @@ -34,7 +34,7 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::sdb; -constexpr OUStringLiteral cDataSourceHistory = u"DataSourceHistory"; +constexpr OUString cDataSourceHistory = u"DataSourceHistory"_ustr; Sequence<OUString> const & BibConfig::GetPropertyNames() { diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx index 4f20e997cc24..a15a3e889c18 100644 --- a/extensions/source/bibliography/datman.cxx +++ b/extensions/source/bibliography/datman.cxx @@ -73,7 +73,7 @@ using namespace ::com::sun::star::lang; // PropertyNames constexpr OUStringLiteral FM_PROP_LABEL = u"Label"; -constexpr OUStringLiteral FM_PROP_CONTROLSOURCE = u"DataField"; +constexpr OUString FM_PROP_CONTROLSOURCE = u"DataField"_ustr; constexpr OUStringLiteral FM_PROP_NAME = u"Name"; static Reference< XConnection > getConnection(const OUString& _rURL) |