summaryrefslogtreecommitdiff
path: root/cui/source/inc/page.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-14 09:14:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-14 08:23:53 +0000
commit427678b9cf7fe968c10877dd6facecd8552fd291 (patch)
treec9efd0d9757e12660f1377abf1ea88f70266eb5a /cui/source/inc/page.hxx
parent250995d2b8d8ad544110d3daeb2f61089bff0aa5 (diff)
remove noise UUUU tags in comments
Change-Id: Id8a2940ae7348bf75ca967f31adf8489dc678d00 Reviewed-on: https://gerrit.libreoffice.org/35161 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r--cui/source/inc/page.hxx6
1 files changed, 1 insertions, 5 deletions
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 @@
<SvxLRSpaceItem>: <SID_ATTR_LRSPACE>
*/
-//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<Printer> mpDefPrinter;
bool mbDelPrinter : 1;
-
- //UUUU
- bool mbEnableDrawingLayerFillStyles : 1;
+ bool mbEnableDrawingLayerFillStyles : 1;
void Init_Impl();
DECL_LINK( LayoutHdl_Impl, ListBox&, void);