diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/access/accmap.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/tox/toxhlp.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/config/optpage.cxx | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx index 4c03c4c147a9..0b1916c01e3e 100644 --- a/sw/source/core/access/accmap.cxx +++ b/sw/source/core/access/accmap.cxx @@ -31,6 +31,7 @@ #include <rtl/ref.hxx> +#include <rtl/strbuf.hxx> #include <cppuhelper/weakref.hxx> #include <vcl/window.hxx> #include <svx/svdmodel.hxx> diff --git a/sw/source/core/tox/toxhlp.cxx b/sw/source/core/tox/toxhlp.cxx index e28323292a4f..9e9b261ad04e 100644 --- a/sw/source/core/tox/toxhlp.cxx +++ b/sw/source/core/tox/toxhlp.cxx @@ -33,6 +33,7 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <comphelper/processfactory.hxx> #include <com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp> +#include <rtl/strbuf.hxx> #include <tools/string.hxx> #include <toxwrap.hxx> diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx index 8c352243fdd3..77e89aff49b1 100644 --- a/sw/source/ui/config/optpage.cxx +++ b/sw/source/ui/config/optpage.cxx @@ -1775,7 +1775,7 @@ SwTestTabPage::SwTestTabPage( Window* pParent, lcl_SetPosSize(aTest9CBox , Point(116, 53), Size(74 , 10)); lcl_SetPosSize(aTest10CBox , Point(116, 66), Size(74 , 10)); - aTestFL.SetText(rtl::OUString(RTL_CONSTASCII_STRINGPARAM("Settings only for testpurposes", RTL_TEXTENCODING_ASCII_US)); + aTestFL.SetText(rtl::OUString::createFromAscii("Settings only for testpurposes")); aTest1CBox .SetText( C2S("unused")); aTest2CBox .SetText( C2S("dynamic")); aTest3CBox .SetText( C2S("No calm" )); |