summaryrefslogtreecommitdiff
path: root/cui/source/inc/page.hxx
diff options
context:
space:
mode:
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);