summaryrefslogtreecommitdiff
path: root/include/editeng/unofdesc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unofdesc.hxx')
-rw-r--r--include/editeng/unofdesc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/unofdesc.hxx b/include/editeng/unofdesc.hxx
index 6d644170abbd..79fd8bb36050 100644
--- a/include/editeng/unofdesc.hxx
+++ b/include/editeng/unofdesc.hxx
@@ -29,8 +29,8 @@
class EDITENG_DLLPUBLIC SvxUnoFontDescriptor
{
public:
- static void ConvertToFont( const ::com::sun::star::awt::FontDescriptor& rDesc, Font& rFont );
- static void ConvertFromFont( const Font& rFont, ::com::sun::star::awt::FontDescriptor& rDesc );
+ static void ConvertToFont( const ::com::sun::star::awt::FontDescriptor& rDesc, vcl::Font& rFont );
+ static void ConvertFromFont( const vcl::Font& rFont, ::com::sun::star::awt::FontDescriptor& rDesc );
static void FillItemSet( const ::com::sun::star::awt::FontDescriptor& rDesc, SfxItemSet& rSet );
static void FillFromItemSet( const SfxItemSet& rSet, ::com::sun::star::awt::FontDescriptor& rDesc );