office-gobmx/include
Stephan Bergmann 31cd6fd0f3 Make OStringLiteral ctor non-explicit
a5bdf3c606 "Make O[U]StringLiteral ctor explicit"
made both the OStringLiteral and the OUStringLiteral ctor explicit, and
87707670c9 "Make OUStringLiteral more useful" made
(only) the OUStringLiteral ctor non-explicit again.  There appears to be no good
reason to keep the OStringLiteral ctor explict, and the current sitation lead to

  OUStringLiteral v = u"...";

being valid while

  OStringLiteral v = "...";

was not (and needed to be written as

  OStringLieral v("...");

instead).

Change-Id: Ide26917efabb6eca31c19f64652ee87460e6dd1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108056
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-12-20 21:28:23 +01:00
..
android
animations
apple_remote
avmedia
basegfx
basic
canvas
codemaker Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
com/sun/star/uno
comphelper Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
connectivity Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
cppcanvas
cppu
cppuhelper
cppunittester
cui
dbaccess
desktop
drawinglayer
editeng use more string_view in SfxItemPropertyMap 2020-12-19 08:02:56 +01:00
filter
formula
fpicker
framework
helpcompiler Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
i18nlangtag Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
i18npool
i18nutil
jvmaccess
jvmfwk
LibreOfficeKit Online: "Copy hyperlink location" feature improvement. 2020-12-10 09:27:22 +01:00
linguistic
o3tl
onlineupdate
oox tdf#128621 OOXML Chart: export embedded shapes in chart 2020-12-16 16:11:40 +01:00
opencl
osl
package
registry
rtl Make OStringLiteral ctor non-explicit 2020-12-20 21:28:23 +01:00
sal Add sal_uInt64 fields to sal_math_Double 2020-12-18 01:05:16 +01:00
salhelper
sax use views to parse rather than allocating OUString 2020-12-15 10:50:28 +01:00
sfx2 No longer need to worry about ambiguous operator== in loplugin:stringviewparam 2020-12-20 13:07:02 +01:00
sot
store
svl use more string_view in SfxItemPropertyMap 2020-12-19 08:02:56 +01:00
svtools Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
svx tdf#139063 crash when add a new sheet to a RTL sheet 2020-12-20 17:36:53 +01:00
systools/win32
test Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
toolkit
tools throw exception in SvStream when reading past end of file 2020-12-18 06:54:06 +01:00
typelib
ucbhelper
uno
unoidl
unotest
unotools Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
vbahelper
vcl tdf#139063 crash when add a new sheet to a RTL sheet 2020-12-20 17:36:53 +01:00
xmloff use more string_view in IsXMLToken 2020-12-18 09:29:49 +01:00
xmlreader
xmlscript
default.rc
IwyuFilter_include.yaml
postmac.h
postwin.h
premac.h
prewin.h
version.hrc