summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/baseprimitive2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/baseprimitive2d.hxx')
-rw-r--r--include/drawinglayer/primitive2d/baseprimitive2d.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/drawinglayer/primitive2d/baseprimitive2d.hxx b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
index 7619e04e5279..dd7f002f1faf 100644
--- a/include/drawinglayer/primitive2d/baseprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
@@ -27,15 +27,6 @@
#include <cppuhelper/basemutex.hxx>
#include <basegfx/range/b2drange.hxx>
-/** defines ImplPrimitive2DIDBlock
- Added to be able to simply change identification stuff later, e.g. add
- an identification string and/or ID to the interface and to the implementation
- ATM used to delclare implement getPrimitive2DID()
-*/
-
-#define ImplPrimitive2DIDBlock(TheClass, TheID) \
- sal_uInt32 TheClass::getPrimitive2DID() const { return TheID; }
-
namespace drawinglayer::geometry
{
class ViewInformation2D;