summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/chldwrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/chldwrap.hxx')
-rw-r--r--sw/source/ui/inc/chldwrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/chldwrap.hxx b/sw/source/ui/inc/chldwrap.hxx
index 4bd104d860c8..f034948def6f 100644
--- a/sw/source/ui/inc/chldwrap.hxx
+++ b/sw/source/ui/inc/chldwrap.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,7 +45,7 @@ protected:
SwChildWinWrapper(Window *pParentWindow, USHORT nId);
public:
- virtual BOOL ReInitDlg(SwDocShell *pDocSh);
+ virtual BOOL ReInitDlg(SwDocShell *pDocSh);
inline SwDocShell* GetOldDocShell() { return m_pDocSh; }
inline void SetOldDocShell(SwDocShell *pDcSh) { m_pDocSh = pDcSh; }