Kaydet (Commit) 839805a5 authored tarafından Eike Rathke's avatar Eike Rathke

fix Windows build

hopefully..

C:/cygwin/home/tinderbox/master/svl/source/items/srchitem.cxx(111) : error C2872: 'Locale' : ambiguous symbol
could be 'C:\cygwin\home\tinderbox\master\workdir\UnoApiHeadersTarget\udkapi\normal\com/sun/star/lang/Locale.hdl(17) :  com::sun::star::lang::Locale'
or       'C:\cygwin\home\tinderbox\master\workdir\UnpackedTarball\icu\source\common\unicode/unistr.h(79) : icu_54::Locale'

Change-Id: I9d9650cd058fb4328fcaa2ae8f5adbb903001817
üst 1e6515e6
......@@ -33,9 +33,9 @@
#include <com/sun/star/i18n/TransliterationModulesExtra.hpp>
using namespace utl;
using namespace com::sun::star;
using namespace com::sun::star::beans;
using namespace com::sun::star::i18n;
using namespace com::sun::star::lang;
using namespace com::sun::star::uno;
using namespace com::sun::star::util;
......@@ -108,7 +108,7 @@ SvxSearchItem::SvxSearchItem( const sal_uInt16 nId ) :
SearchFlags::LEV_RELAXED,
OUString(),
OUString(),
Locale(),
lang::Locale(),
2, 2, 2,
TransliterationModules_IGNORE_CASE ),
eFamily ( SFX_STYLE_FAMILY_PARA ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment