diff options
author | Luboš Luňák <l.lunak@centrum.cz> | 2021-10-10 07:32:43 +0000 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-10-11 08:15:12 +0200 |
commit | d9275ea76b170e9cd74ebcd5af6255cb28e6cfdb (patch) | |
tree | eb2f0db8faff902e6d7036bee266bb521f09542f /vcl | |
parent | 5041b1491a183366ca44380bd0f5dfb7c0acc5fb (diff) |
remove unused forward declarations
The class has been moved to vcl::font namespace, so these are wrong,
which means they are unused.
Change-Id: Ie24dfe4afbe78f03e3aa54cf2983bd45a4735a37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123330
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/font/FontSelectPattern.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/font/PhysicalFontFace.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/fontinstance.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/font/FontSelectPattern.hxx b/vcl/inc/font/FontSelectPattern.hxx index 78be730130f1..7cf1506b873f 100644 --- a/vcl/inc/font/FontSelectPattern.hxx +++ b/vcl/inc/font/FontSelectPattern.hxx @@ -31,7 +31,6 @@ namespace vcl { class Font; } class LogicalFontInstance; -class PhysicalFontFace; class Size; namespace vcl::font diff --git a/vcl/inc/font/PhysicalFontFace.hxx b/vcl/inc/font/PhysicalFontFace.hxx index 8e44b3bcfe97..d4cb075fcb56 100644 --- a/vcl/inc/font/PhysicalFontFace.hxx +++ b/vcl/inc/font/PhysicalFontFace.hxx @@ -35,7 +35,6 @@ namespace vcl::font { class FontSelectPattern; } -class PhysicalFontFace; namespace vcl { diff --git a/vcl/inc/fontinstance.hxx b/vcl/inc/fontinstance.hxx index aad22017e0d4..7fe31dbea828 100644 --- a/vcl/inc/fontinstance.hxx +++ b/vcl/inc/fontinstance.hxx @@ -40,7 +40,6 @@ class ConvertChar; class ImplFontCache; -class PhysicalFontFace; // TODO: allow sharing of metrics for related fonts |