diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-11-04 12:23:59 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-11-08 17:05:19 +0100 |
commit | b32bcaf10a0dd0b901c6c330097b88fa1c2e9675 (patch) | |
tree | b4db795e4ea7f95cde1337d5453e648fd0687c09 /sw | |
parent | 0ec5a0d1829ee201bc634699fc19259bfd6ffd10 (diff) |
sw, writerfilter: fixed debug builds and output dmapper table messages
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" )); |