summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-26 09:41:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-27 07:27:08 +0100
commit1f5fa39b45c0a62fb1ba266e6823ebdaa8d419eb (patch)
tree11f5a38528d94a65af1c35034e07932124fcc221
parent30c953423a847e170ea26008535b79eb6f23e62e (diff)
remove unused GRFMGR_AUTOSWAPSTREAM defines
Change-Id: I01321f82958bbf22838554010abf706a3e9b9391 Reviewed-on: https://gerrit.libreoffice.org/64061 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--include/vcl/GraphicObject.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/GraphicObject.hxx b/include/vcl/GraphicObject.hxx
index bad14526f1d4..88038fb71afe 100644
--- a/include/vcl/GraphicObject.hxx
+++ b/include/vcl/GraphicObject.hxx
@@ -41,13 +41,6 @@ namespace o3tl
template<> struct typed_flags<GraphicManagerDrawFlags> : is_typed_flags<GraphicManagerDrawFlags, 0x07> {};
}
-// AutoSwap defines
-
-#define GRFMGR_AUTOSWAPSTREAM_LINK nullptr
-#define GRFMGR_AUTOSWAPSTREAM_LOADED reinterpret_cast<SvStream*>(sal_IntPtr(-3))
-#define GRFMGR_AUTOSWAPSTREAM_TEMP reinterpret_cast<SvStream*>(sal_IntPtr(-2))
-#define GRFMGR_AUTOSWAPSTREAM_NONE reinterpret_cast<SvStream*>(sal_IntPtr(-1))
-
// Adjustment defines
enum class GraphicAdjustmentFlags
{