diff options
Diffstat (limited to 'sfx2/source/inc/preview.hxx')
-rw-r--r-- | sfx2/source/inc/preview.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/inc/preview.hxx b/sfx2/source/inc/preview.hxx index 328fc005330d..a1fe23583b13 100644 --- a/sfx2/source/inc/preview.hxx +++ b/sfx2/source/inc/preview.hxx @@ -29,7 +29,6 @@ class SfxPreviewWin_Impl : public weld::CustomWidgetController { private: virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle&) override; -protected: std::shared_ptr<GDIMetaFile> xMetaFile; public: SfxPreviewWin_Impl(); |