diff options
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r-- | include/vcl/graph.hxx | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index a30b3909e899..c1fadb49d9cb 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -32,7 +32,6 @@ #include <basegfx/vector/b2dsize.hxx> #include <vcl/GraphicExternalLink.hxx> - enum class GraphicType { NONE, @@ -49,28 +48,7 @@ class GDIMetaFile; class SvStream; class ImpGraphic; class OutputDevice; -class ReaderData; - -class GraphicReader -{ -public: - virtual ~GraphicReader(); - - const OUString& GetUpperFilterName() const { return maUpperName; } - - // TODO: when incompatible changes are possible again - // the preview size hint should be redone - void DisablePreviewMode(); - void SetPreviewSize( const Size& ); - Size GetPreviewSize() const; - -protected: - OUString maUpperName; - - GraphicReader(); -private: - std::unique_ptr<ReaderData> mpReaderData; -}; +class GraphicReader; class VCL_DLLPUBLIC GraphicConversionParameters { |