summaryrefslogtreecommitdiff
path: root/include/vcl/gfxlink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/gfxlink.hxx')
-rw-r--r--include/vcl/gfxlink.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/gfxlink.hxx b/include/vcl/gfxlink.hxx
index 33f1321b6953..0376149f7025 100644
--- a/include/vcl/gfxlink.hxx
+++ b/include/vcl/gfxlink.hxx
@@ -103,10 +103,6 @@ public:
bool ExportNative( SvStream& rOStream ) const;
bool IsEMF() const; // WMF & EMF stored under the same type (NativeWmf)
-public:
-
- friend SvStream& WriteGfxLink( SvStream& rOStream, const GfxLink& rGfxLink );
- friend SvStream& ReadGfxLink( SvStream& rIStream, GfxLink& rGfxLink );
};
#endif