summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/chldwrap.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 10:54:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 10:54:58 +0000
commit20c3e7b0b35afae4041d85d02d4038aa80b743ad (patch)
treeb754ab24156a282b2e940dad787b5ff318b47309 /sw/source/ui/inc/chldwrap.hxx
parent6fa7a3be36a992a434aba66170111108b51b6d18 (diff)
INTEGRATION: CWS swwarnings (1.2.710); FILE MERGED
2007/03/05 12:45:44 tl 1.2.710.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/inc/chldwrap.hxx')
-rw-r--r--sw/source/ui/inc/chldwrap.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/inc/chldwrap.hxx b/sw/source/ui/inc/chldwrap.hxx
index aa5c463a7e16..28dcc5b35bcb 100644
--- a/sw/source/ui/inc/chldwrap.hxx
+++ b/sw/source/ui/inc/chldwrap.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: chldwrap.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:04:09 $
+ * last change: $Author: hr $ $Date: 2007-09-27 11:54:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,8 +47,8 @@ class SwDocShell;
class SwChildWinWrapper : public SfxChildWindow
{
- Timer aUpdateTimer;
- SwDocShell* pDocSh;
+ Timer m_aUpdateTimer;
+ SwDocShell* m_pDocSh;
DECL_LINK( UpdateHdl, void* );
@@ -59,8 +59,8 @@ protected:
public:
virtual BOOL ReInitDlg(SwDocShell *pDocSh);
- inline SwDocShell* GetOldDocShell() { return pDocSh; }
- inline void SetOldDocShell(SwDocShell *pDcSh) { pDocSh = pDcSh; }
+ inline SwDocShell* GetOldDocShell() { return m_pDocSh; }
+ inline void SetOldDocShell(SwDocShell *pDcSh) { m_pDocSh = pDcSh; }
};