[Libreoffice-commits] core.git: editeng/source
Miklos Vajna
vmiklos at collabora.co.uk
Mon Nov 24 00:33:52 PST 2014
editeng/source/editeng/textconv.cxx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
New commits:
commit 61540cf986cd25c40f12d86ae4760fa671cf35f0
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Mon Nov 24 09:33:16 2014 +0100
error C2872: 'Locale' : ambiguous symbol
Change-Id: I88482566c26218a4b71b8e5652af9fbbad6a8143
diff --git a/editeng/source/editeng/textconv.cxx b/editeng/source/editeng/textconv.cxx
index b7ac644..8a057cc 100644
--- a/editeng/source/editeng/textconv.cxx
+++ b/editeng/source/editeng/textconv.cxx
@@ -37,15 +37,14 @@
using namespace com::sun::star;
using namespace com::sun::star::uno;
using namespace com::sun::star::beans;
-using namespace com::sun::star::lang;
using namespace com::sun::star::linguistic2;
TextConvWrapper::TextConvWrapper( vcl::Window* pWindow,
const Reference< XComponentContext >& rxContext,
- const Locale& rSourceLocale,
- const Locale& rTargetLocale,
+ const lang::Locale& rSourceLocale,
+ const lang::Locale& rTargetLocale,
const vcl::Font* pTargetFont,
sal_Int32 nOptions,
bool bIsInteractive,
More information about the Libreoffice-commits
mailing list