diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/gfxlink.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/vcl/gfxlink.hxx b/include/vcl/gfxlink.hxx index 0376149f7025..0e116234fcb5 100644 --- a/include/vcl/gfxlink.hxx +++ b/include/vcl/gfxlink.hxx @@ -62,9 +62,8 @@ class VCL_DLLPUBLIC GfxLink private: GfxLinkType meType; sal_uInt32 mnUserId; - mutable std::shared_ptr<sal_uInt8> mpSwapInData; - + mutable size_t maHash; sal_uInt32 mnSwapInDataSize; MapMode maPrefMapMode; Size maPrefSize; @@ -82,6 +81,8 @@ public: GfxLinkType GetType() const { return meType;} + size_t GetHash() const; + void SetUserId( sal_uInt32 nUserId ) { mnUserId = nUserId; } sal_uInt32 GetUserId() const { return mnUserId; } |