diff options
Diffstat (limited to 'vcl/inc/outdev.h')
-rw-r--r-- | vcl/inc/outdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h index 0842a013d1ac..cf5feb0093ca 100644 --- a/vcl/inc/outdev.h +++ b/vcl/inc/outdev.h @@ -189,7 +189,7 @@ class ImplGlyphFallbackFontSubstitution : public ImplFontSubstitution { public: - virtual bool FindFontSubstitute( FontSelectPattern&, rtl::OUString& rMissingCodes ) const = 0; + virtual bool FindFontSubstitute( FontSelectPattern&, OUString& rMissingCodes ) const = 0; }; // ----------------- @@ -220,7 +220,7 @@ public: ImplFontEntry* GetFontEntry( ImplDevFontList*, FontSelectPattern&, ImplDirectFontSubstitution* pDevSpecific ); ImplFontEntry* GetGlyphFallbackFont( ImplDevFontList*, FontSelectPattern&, - int nFallbackLevel, rtl::OUString& rMissingCodes ); + int nFallbackLevel, OUString& rMissingCodes ); void Release( ImplFontEntry* ); void Invalidate(); }; |