Kaydet (Commit) 72da443f authored tarafından Luboš Luňák's avatar Luboš Luňák

isDrawingLayerAttribute() maybe could return true for all drawinglayer attrs

Change-Id: I83013ecd45b32100bf14e004899561a57a087aef
üst 105ddd12
......@@ -403,7 +403,7 @@ inline bool isFRMATR(const sal_uInt16 nWhich)
}
inline bool isDrawingLayerAttribute(const sal_uInt16 nWhich) //UUUU
{
return (XATTR_FILL_FIRST <= nWhich) && (XATTR_FILL_LAST >= nWhich);
return (XATTR_START <= nWhich) && (XATTR_END > nWhich);
}
inline bool isGRFATR(const sal_uInt16 nWhich)
{
......
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