summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2020-02-02 22:20:55 +0100
committerTomaž Vajngerl <quikee@gmail.com>2020-02-04 08:33:45 +0100
commit2b089e1a2a0f41ce7d0d478a665116d3c2ee72f3 (patch)
tree3be0bf2917f9d9242bffd45db565d2fb2ed48e27 /include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
parent5d09b9042a306fa98d8eba4f918f43ebba5e4c02 (diff)
remove use of macro DeclPrimitive2DIDBlock in drawinglayer
It's quite a usless macro actually. It is forced that every class implements this method anyway. This gets rid of usages in the drawinglayer module first. Change-Id: Ic2b2e7d5b72a8e0f7ea0748d0ea44cd38cf8c1ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87905 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/drawinglayer/primitive2d/structuretagprimitive2d.hxx')
-rw-r--r--include/drawinglayer/primitive2d/structuretagprimitive2d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
index 868fbb226e48..68bee96d3aa9 100644
--- a/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/structuretagprimitive2d.hxx
@@ -70,7 +70,7 @@ namespace drawinglayer
virtual bool operator==(const BasePrimitive2D& rPrimitive) const override;
/// provide unique ID
- DeclPrimitive2DIDBlock()
+ virtual sal_uInt32 getPrimitive2DID() const override;
};
} // end of namespace primitive2d
} // end of namespace drawinglayer