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 --- cui/source/inc/page.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cui/source/inc/page.hxx') diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx index d0317b66fbfa..1f86cb772874 100644 --- a/cui/source/inc/page.hxx +++ b/cui/source/inc/page.hxx @@ -64,7 +64,6 @@ : */ -//UUUU struct SvxPage_Impl; typedef sal_uInt16 MarginPosition; class SvxPageDescPage : public SfxTabPage @@ -139,14 +138,11 @@ private: Paper ePaperStart; Paper ePaperEnd; - //UUUU SvxPage_Impl* pImpl; MarginPosition m_nPos; VclPtr mpDefPrinter; bool mbDelPrinter : 1; - - //UUUU - bool mbEnableDrawingLayerFillStyles : 1; + bool mbEnableDrawingLayerFillStyles : 1; void Init_Impl(); DECL_LINK( LayoutHdl_Impl, ListBox&, void); -- cgit