summaryrefslogtreecommitdiff
path: root/sw/source/uibase/lingu/sdrhhcwrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/lingu/sdrhhcwrap.hxx')
-rw-r--r--sw/source/uibase/lingu/sdrhhcwrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/lingu/sdrhhcwrap.hxx b/sw/source/uibase/lingu/sdrhhcwrap.hxx
index 5c977da8966b..88f4ed742431 100644
--- a/sw/source/uibase/lingu/sdrhhcwrap.hxx
+++ b/sw/source/uibase/lingu/sdrhhcwrap.hxx
@@ -36,13 +36,13 @@ class SdrHHCWrapper : public SdrOutliner
sal_uInt16 nDocIndex;
LanguageType nSourceLang;
LanguageType nTargetLang;
- const Font* pTargetFont;
+ const vcl::Font* pTargetFont;
bool bIsInteractive;
public:
SdrHHCWrapper( SwView* pVw,
LanguageType nSourceLanguage, LanguageType nTargetLanguage,
- const Font* pTargetFnt,
+ const vcl::Font* pTargetFnt,
sal_Int32 nConvOptions, bool bInteractive );
virtual ~SdrHHCWrapper();