diff options
Diffstat (limited to 'vcl/inc/PhysicalFontCollection.hxx')
-rw-r--r-- | vcl/inc/PhysicalFontCollection.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index e1a819354e8d..eca540dd9c55 100644 --- a/vcl/inc/PhysicalFontCollection.hxx +++ b/vcl/inc/PhysicalFontCollection.hxx @@ -67,7 +67,6 @@ public: // misc utilities std::shared_ptr<PhysicalFontCollection> Clone() const; std::unique_ptr<vcl::font::PhysicalFontFaceCollection> GetFontFaceCollection() const; - std::unique_ptr<ImplDeviceFontSizeList> GetDeviceFontSizeList( const OUString& rFontName ) const; private: mutable bool mbMatchData; // true if matching attributes are initialized |