From 8c525962030bb5b26a8ee84ba49b4bfd557fe3d4 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 2 Jun 2012 11:46:36 -0500 Subject: targeted string re-work Change-Id: I1af89db47fb3e387b5b83a86424bfac44eb28135 --- unotools/source/config/searchopt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools/source/config/searchopt.cxx') 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' -- cgit