summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/gfxlink.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/vcl/gfxlink.hxx b/include/vcl/gfxlink.hxx
index 55dcf25ef6a5..c3fca958d176 100644
--- a/include/vcl/gfxlink.hxx
+++ b/include/vcl/gfxlink.hxx
@@ -53,21 +53,10 @@ class Graphic;
class VCL_DLLPUBLIC GfxLink
{
private:
-
- struct SwapOutData
- {
- SwapOutData(const OUString &aURL);
- ~SwapOutData();
-
- OUString const maURL; // File is removed in the destructor
-
- };
-
GfxLinkType meType;
sal_uInt32 mnUserId;
mutable std::shared_ptr<sal_uInt8> mpSwapInData;
- mutable std::shared_ptr<SwapOutData> mpSwapOutData;
sal_uInt32 mnSwapInDataSize;
MapMode maPrefMapMode;
@@ -106,8 +95,6 @@ public:
bool ExportNative( SvStream& rOStream ) const;
- bool IsSwappedOut() const { return( bool(mpSwapOutData) ); }
-
bool IsEMF() const; // WMF & EMF stored under the same type (NativeWmf)
public: