summaryrefslogtreecommitdiff
path: root/include/editeng/hangulhanja.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/hangulhanja.hxx')
-rw-r--r--include/editeng/hangulhanja.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx
index 8c7c2db50f0a..178e6be93cd8 100644
--- a/include/editeng/hangulhanja.hxx
+++ b/include/editeng/hangulhanja.hxx
@@ -114,7 +114,7 @@ namespace editeng
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext,
const ::com::sun::star::lang::Locale& _rSourceLocale,
const ::com::sun::star::lang::Locale& _rTargetLocale,
- const Font* _pTargetFont,
+ const vcl::Font* _pTargetFont,
sal_Int32 nOptions,
bool _bIsInteractive
);
@@ -126,7 +126,7 @@ namespace editeng
LanguageType GetSourceLanguage() const;
LanguageType GetTargetLanguage() const;
- const Font * GetTargetFont() const;
+ const vcl::Font* GetTargetFont() const;
sal_Int32 GetConversionOptions() const;
bool IsInteractive() const;