diff options
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/objsh.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index e106d7f3a367..40ab5b46639a 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -447,10 +447,7 @@ public: Size GetFirstPageSize() const; bool DoClose(); std::shared_ptr<GDIMetaFile> GetPreviewMetaFile( bool bFullContent = false ) const; - BitmapEx GetPreviewBitmap( - bool bFullContent = false, - BmpConversion nColorConversion = BmpConversion::N24Bit, - BmpScaleFlag nScaleFlag = BmpScaleFlag::BestQuality) const; + BitmapEx GetPreviewBitmap() const; virtual void CancelTransfers(); bool GenerateAndStoreThumbnail( |