summaryrefslogtreecommitdiff
path: root/vcl/inc/win/winlayout.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2021-09-26 08:17:26 +1000
committerMike Kaganski <mike.kaganski@collabora.com>2021-09-27 22:13:02 +0200
commit2f51bf35daa7d2e1612647e1768c443028e87c39 (patch)
tree95fd29350da03666c21319d8d2b275a479ad94b2 /vcl/inc/win/winlayout.hxx
parent5e4e1cdb1e14354b42838e1dfcf82873b3071896 (diff)
vcl: move FontSelectPattern to own file and into vcl::font namespace
Change-Id: I2f01a8e67c52ece9b434777203aa9fbc9ac8be02 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122613 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'vcl/inc/win/winlayout.hxx')
-rw-r--r--vcl/inc/win/winlayout.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx
index 57e25134a2c7..93aa0a3d00de 100644
--- a/vcl/inc/win/winlayout.hxx
+++ b/vcl/inc/win/winlayout.hxx
@@ -31,7 +31,7 @@
// win32 specific logical font instance
class WinFontInstance : public LogicalFontInstance
{
- friend rtl::Reference<LogicalFontInstance> WinFontFace::CreateFontInstance(const FontSelectPattern&) const;
+ friend rtl::Reference<LogicalFontInstance> WinFontFace::CreateFontInstance(const vcl::font::FontSelectPattern&) const;
public:
~WinFontInstance() override;
@@ -55,7 +55,7 @@ public:
bool GetGlyphOutline(sal_GlyphId, basegfx::B2DPolyPolygon&, bool) const override;
private:
- explicit WinFontInstance(const WinFontFace&, const FontSelectPattern&);
+ explicit WinFontInstance(const WinFontFace&, const vcl::font::FontSelectPattern&);
hb_font_t* ImplInitHbFont() override;
bool ImplGetGlyphBoundRect(sal_GlyphId, tools::Rectangle&, bool) const override;