From b32bcaf10a0dd0b901c6c330097b88fa1c2e9675 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Fri, 4 Nov 2011 12:23:59 +0100 Subject: sw, writerfilter: fixed debug builds and output dmapper table messages --- sw/source/core/access/accmap.cxx | 1 + sw/source/core/tox/toxhlp.cxx | 1 + sw/source/ui/config/optpage.cxx | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'sw') 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 +#include #include #include #include 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 #include #include +#include #include #include 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" )); -- cgit