summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwplayout.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-11 08:45:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-11 14:18:25 +0200
commitc8e2ae1b915477c76d38352298570af309a36d85 (patch)
tree607e2f652750ea11aceae68ce436219158979e3a /lotuswordpro/source/filter/lwplayout.hxx
parentb0459b45f431490b8fcf94ecc6b01365efe0a11e (diff)
loplugin:inlinefields in lotuswordpro
Change-Id: I1ba5bdd59badd6f1b6562c6284baf05bcfc3d78c Reviewed-on: https://gerrit.libreoffice.org/36402 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/source/filter/lwplayout.hxx')
-rw-r--r--lotuswordpro/source/filter/lwplayout.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/lotuswordpro/source/filter/lwplayout.hxx b/lotuswordpro/source/filter/lwplayout.hxx
index 5940afa8cda9..d7a6b6077b6e 100644
--- a/lotuswordpro/source/filter/lwplayout.hxx
+++ b/lotuswordpro/source/filter/lwplayout.hxx
@@ -321,9 +321,9 @@ public:
~LwpLayoutMisc();
void Read(LwpObjectStream* pStrm);
private:
- sal_Int32 m_nGridDistance;
- sal_uInt16 m_nGridType;
- LwpAtomHolder* m_pContentStyle;
+ sal_Int32 m_nGridDistance;
+ sal_uInt16 m_nGridType;
+ LwpAtomHolder m_aContentStyle;
};
class LwpMiddleLayout : public LwpVirtualLayout
@@ -400,8 +400,8 @@ protected:
LwpObjectID m_Content;
rtl::Reference<LwpObject> GetBasedOnStyle();
LwpObjectID m_TabPiece;
- LwpLayoutStyle* m_pStyleStuff;
- LwpLayoutMisc* m_pMiscStuff;
+ LwpLayoutStyle m_aStyleStuff;
+ LwpLayoutMisc m_aMiscStuff;
LwpObjectID m_LayGeometry;
LwpObjectID m_LayScale;
LwpObjectID m_LayMargins;
@@ -426,7 +426,7 @@ public:
protected:
void Read() override;
protected:
- LwpUseWhen* m_pUseWhen;
+ LwpUseWhen m_aUseWhen;
LwpObjectID m_Position;
LwpObjectID m_LayColumns;
LwpObjectID m_LayGutterStuff;