[Libreoffice-commits] core.git: include/svx
Kohei Yoshida
kohei.yoshida at gmail.com
Mon Dec 21 15:40:11 PST 2015
include/svx/svdpage.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 30b8dbdcf15721be020d29df1059b54b5098ed00
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Sun Dec 20 17:20:11 2015 -0500
Hide these data members.
Change-Id: Id9fdf02f2da3414c4aef759b3af24c979cce8f44
Reviewed-on: https://gerrit.libreoffice.org/20845
Reviewed-by: Kohei Yoshida <libreoffice at kohei.us>
Tested-by: Kohei Yoshida <libreoffice at kohei.us>
diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx
index 6b7d4d2..4043fe6 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;
More information about the Libreoffice-commits
mailing list