From 30b8dbdcf15721be020d29df1059b54b5098ed00 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Sun, 20 Dec 2015 17:20:11 -0500 Subject: Hide these data members. Change-Id: Id9fdf02f2da3414c4aef759b3af24c979cce8f44 Reviewed-on: https://gerrit.libreoffice.org/20845 Reviewed-by: Kohei Yoshida Tested-by: Kohei Yoshida --- include/svx/svdpage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx index 6b7d4d29aba4..4043fe6dd109 100644 --- a/include/svx/svdpage.hxx +++ b/include/svx/svdpage.hxx @@ -405,6 +405,7 @@ public: // #110094# DrawContact support: Methods for handling Page changes void ActionChanged(); +private: sal_Int32 nWdt; // Seitengroesse sal_Int32 nHgt; // Seitengroesse sal_Int32 nBordLft; // Seitenrand links @@ -412,7 +413,6 @@ public: sal_Int32 nBordRgt; // Seitenrand rechts sal_Int32 nBordLwr; // Seitenrand unten -private: std::unique_ptr mpLayerAdmin; std::unique_ptr mpSdrPageProperties; css::uno::Reference< css::uno::XInterface > mxUnoPage; -- cgit