include/svx/svdpage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 30b8dbdcf15721be020d29df1059b54b5098ed00 Author: Kohei Yoshida <[email protected]> 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 <[email protected]> Tested-by: Kohei Yoshida <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
