diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-05 14:04:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-06 17:16:09 +0100 |
commit | de78304d92140901d19a6ea17bdc1d568df955c4 (patch) | |
tree | f0494ee90a4d7493e2381bbd17f5c1f337a35f0e /include/svx/unoprov.hxx | |
parent | 8c9b8c5970a08c2ef0ccddb7a691f3731d39175a (diff) |
make SdrObject Identifiers SdrObjKind enum members
with unique values so that, e.g.
if (pObj->GetObjIdentifier() == OBJ_LINE)
is only true if pObj is a SdrPathObj and not a E3dScene
Change-Id: I30c91e57eb27141390c644dec42e2a4bee96edf0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105374
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/unoprov.hxx')
-rw-r--r-- | include/svx/unoprov.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/unoprov.hxx b/include/svx/unoprov.hxx index d69ddfca1d8b..7292bb1d5fdd 100644 --- a/include/svx/unoprov.hxx +++ b/include/svx/unoprov.hxx @@ -96,9 +96,6 @@ public: * Globals */ -const sal_Int16 OBJ_OLE2_APPLET = 100; -const sal_Int16 OBJ_OLE2_PLUGIN = 101; - #define E3D_INVENTOR_FLAG (0x80000000) /** |