summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2015-12-20 17:20:11 -0500
committerKohei Yoshida <libreoffice@kohei.us>2015-12-21 23:39:39 +0000
commit30b8dbdcf15721be020d29df1059b54b5098ed00 (patch)
treecb703b1ce50071058972e8a058368ade8327e064 /include/svx
parentae1c7443a8411569fbdbf9b188b4715b86b969e4 (diff)
Hide these data members.
Change-Id: Id9fdf02f2da3414c4aef759b3af24c979cce8f44 Reviewed-on: https://gerrit.libreoffice.org/20845 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdpage.hxx2
1 files changed, 1 insertions, 1 deletions
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<SdrLayerAdmin> mpLayerAdmin;
std::unique_ptr<SdrPageProperties> mpSdrPageProperties;
css::uno::Reference< css::uno::XInterface > mxUnoPage;