summaryrefslogtreecommitdiff
path: root/sw/inc/ndole.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-08-22 09:48:11 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-08-22 11:10:46 +0200
commita3782f1152e4cf02f30003b5f96c7ba603a87db9 (patch)
treea9ad6852c454679741c5143375a6e2ea5e603ad9 /sw/inc/ndole.hxx
parent158595543053c158a9bcb95f679e7b8a3c2e4e89 (diff)
sw: prefix members of SwOLEObj
Change-Id: I55f2b9c1c518a569dc36d968450b94efeffa4c5f Reviewed-on: https://gerrit.libreoffice.org/41410 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r--sw/inc/ndole.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx
index 99a92287b635..6330793a45f1 100644
--- a/sw/inc/ndole.hxx
+++ b/sw/inc/ndole.hxx
@@ -34,13 +34,13 @@ class SW_DLLPUBLIC SwOLEObj
{
friend class SwOLENode;
- const SwOLENode* pOLENd;
- SwOLEListener_Impl* pListener;
+ const SwOLENode* m_pOLENode;
+ SwOLEListener_Impl* m_pListener;
/** Either ref or name are known. If only name is known, ref is obtained
on demand by GetOleRef() from Sfx. */
- svt::EmbeddedObjectRef xOLERef;
- OUString aName;
+ svt::EmbeddedObjectRef m_xOLERef;
+ OUString m_aName;
// eventually buffered data if it is a chart OLE
drawinglayer::primitive2d::Primitive2DContainer m_aPrimitive2DSequence;
@@ -65,7 +65,7 @@ public:
const css::uno::Reference < css::embed::XEmbeddedObject > GetOleRef();
svt::EmbeddedObjectRef& GetObject();
- const OUString& GetCurrentPersistName() const { return aName; }
+ const OUString& GetCurrentPersistName() const { return m_aName; }
OUString GetStyleString();
bool IsOleRef() const; ///< To avoid unnecessary loading of object.