From 708cab47c4457637f87815750a026168b3f10c84 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 May 2013 13:10:53 +0200 Subject: fdo#46808, propogate XLinguProperties through some more code Change-Id: I89258875094e9731921fcafdc903278ca8f95aa8 --- linguistic/workben/sspellimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic/workben/sspellimp.cxx') diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx index 4bbf3f3d0a6f..91a18a3e0478 100644 --- a/linguistic/workben/sspellimp.cxx +++ b/linguistic/workben/sspellimp.cxx @@ -70,7 +70,7 @@ PropertyHelper_Spell & SpellChecker::GetPropHelper_Impl() { if (!pPropHelper) { - Reference< XPropertySet > xPropSet( GetLinguProperties(), UNO_QUERY ); + Reference< XLinguProperties > xPropSet = GetLinguProperties(); pPropHelper = new PropertyHelper_Spell( (XSpellChecker *) this, xPropSet ); xPropHelper = pPropHelper; -- cgit