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>
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user