Kaydet (Commit) 2ae33d4a authored tarafından Noel Grandin's avatar Noel Grandin

remove unused OBJ_DUMMY from SdrObjKind enum

Change-Id: I953c81cf477fddf0f136b3b03a6682c962850deb
Reviewed-on: https://gerrit.libreoffice.org/34471Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 8b1bb368
......@@ -131,7 +131,6 @@ enum SdrObjKind {
OBJ_PATHPLIN =27, /// Polyline represented by SdrPathObj
OBJ_PAGE =28, /// object that represents a SdrPage
OBJ_MEASURE =29, /// measurement object
OBJ_DUMMY =30, /// dummy object for saving holes (to recover surrogates later)
OBJ_FRAME =31, /// continuously activated OLE (PlugIn-Frame or similar)
OBJ_UNO =32, /// Universal Network Object packed into SvDraw object
OBJ_CUSTOMSHAPE=33, /// custom shape
......
......@@ -2179,7 +2179,6 @@ bool SdrObjEditView::SupportsFormatPaintbrush( SdrInventor nObjectInventor, sal_
return true;
case OBJ_PAGE:
case OBJ_MEASURE:
case OBJ_DUMMY:
case OBJ_FRAME:
case OBJ_UNO:
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment