Kaydet (Commit) 61540cf9 authored tarafından Miklos Vajna's avatar Miklos Vajna

error C2872: 'Locale' : ambiguous symbol

Change-Id: I88482566c26218a4b71b8e5652af9fbbad6a8143
üst 4f7586a6
...@@ -37,15 +37,14 @@ ...@@ -37,15 +37,14 @@
using namespace com::sun::star; using namespace com::sun::star;
using namespace com::sun::star::uno; using namespace com::sun::star::uno;
using namespace com::sun::star::beans; using namespace com::sun::star::beans;
using namespace com::sun::star::lang;
using namespace com::sun::star::linguistic2; using namespace com::sun::star::linguistic2;
TextConvWrapper::TextConvWrapper( vcl::Window* pWindow, TextConvWrapper::TextConvWrapper( vcl::Window* pWindow,
const Reference< XComponentContext >& rxContext, const Reference< XComponentContext >& rxContext,
const Locale& rSourceLocale, const lang::Locale& rSourceLocale,
const Locale& rTargetLocale, const lang::Locale& rTargetLocale,
const vcl::Font* pTargetFont, const vcl::Font* pTargetFont,
sal_Int32 nOptions, sal_Int32 nOptions,
bool bIsInteractive, bool bIsInteractive,
......
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