diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 11:46:36 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 12:58:04 -0500 |
commit | 8c525962030bb5b26a8ee84ba49b4bfd557fe3d4 (patch) | |
tree | 1abec479a13513e6b40900123f8cbb6309f23f03 /unotools/source/config/searchopt.cxx | |
parent | c6b7e74076828e63ea9cfe91935cc11673939491 (diff) |
targeted string re-work
Change-Id: I1af89db47fb3e387b5b83a86424bfac44eb28135
Diffstat (limited to 'unotools/source/config/searchopt.cxx')
-rw-r--r-- | unotools/source/config/searchopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/searchopt.cxx b/unotools/source/config/searchopt.cxx index 3e30e7e27a3e..0c47646972d6 100644 --- a/unotools/source/config/searchopt.cxx +++ b/unotools/source/config/searchopt.cxx @@ -82,7 +82,7 @@ public: SvtSearchOptions_Impl::SvtSearchOptions_Impl() : - ConfigItem( OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Common/SearchOptions")) ) + ConfigItem( OUString("Office.Common/SearchOptions") ) { RTL_LOGFILE_CONTEXT(aLog, "unotools SvtSearchOptions_Impl::SvtSearchOptions_Impl()"); nFlags = 0x0003FFFF; // set all options values to 'true' |