From 427678b9cf7fe968c10877dd6facecd8552fd291 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Mar 2017 09:14:53 +0200 Subject: remove noise UUUU tags in comments Change-Id: Id8a2940ae7348bf75ca967f31adf8489dc678d00 Reviewed-on: https://gerrit.libreoffice.org/35161 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/hintids.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/hintids.hxx') diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index aef7161dc64e..921509accee6 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -389,7 +389,7 @@ inline bool isFRMATR(const sal_uInt16 nWhich) { return (RES_FRMATR_BEGIN <= nWhich) && (RES_FRMATR_END > nWhich); } -inline bool isDrawingLayerAttribute(const sal_uInt16 nWhich) //UUUU +inline bool isDrawingLayerAttribute(const sal_uInt16 nWhich) { return (XATTR_START <= nWhich) && (XATTR_END > nWhich); } -- cgit