summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unocoll.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx
index 6a3942c2de07..e75edcb3a1c2 100644
--- a/sw/inc/unocoll.hxx
+++ b/sw/inc/unocoll.hxx
@@ -53,20 +53,20 @@ const SvEventDescription* sw_GetSupportedMacroItems();
class SwUnoCollection
{
- SwDoc* pDoc;
- bool bObjectValid;
+ SwDoc* m_pDoc;
+ bool m_bObjectValid;
public:
SwUnoCollection(SwDoc* p) :
- pDoc(p),
- bObjectValid(true){}
+ m_pDoc(p),
+ m_bObjectValid(true){}
virtual ~SwUnoCollection() {}
virtual void Invalidate();
- bool IsValid() const {return bObjectValid;}
+ bool IsValid() const {return m_bObjectValid;}
- SwDoc* GetDoc() const {return pDoc;}
+ SwDoc* GetDoc() const {return m_pDoc;}
};
#define SW_SERVICE_TYPE_TEXTTABLE 0