summaryrefslogtreecommitdiff
path: root/sw/inc/hhcwrp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-11-02 16:07:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-11-15 08:28:43 +0100
commit3f15a663b273e4a437fd68335d6eab2b11fc80c9 (patch)
tree5651b63a998b26f12c5626f4a3fc8490bceed35b /sw/inc/hhcwrp.hxx
parented80674ec793f640916ad4162ee4121aeceac7f6 (diff)
fdo#46808, use service constructor for i18n::TextConversion
Modify the service to return XExtendedTextConversion, since that is backwards compatible and the service implements it. Change-Id: I2923969135c396d643c501ed56e0528c0bd7c14a
Diffstat (limited to 'sw/inc/hhcwrp.hxx')
-rw-r--r--sw/inc/hhcwrp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx
index 8f33df4e0217..0be12b5f08d2 100644
--- a/sw/inc/hhcwrp.hxx
+++ b/sw/inc/hhcwrp.hxx
@@ -96,7 +96,7 @@ protected:
public:
SwHHCWrapper(
SwView* pView,
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& rxMSF,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext,
LanguageType nSourceLanguage, LanguageType nTargetLanguage,
const Font *pTargetFont,
sal_Int32 nConvOptions, sal_Bool bIsInteractive,