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 67009b0a8d2f..6a6bfe0f9a97 100644
--- a/sw/source/ui/inc/chldwrap.hxx
+++ b/sw/source/ui/inc/chldwrap.hxx
@@ -41,10 +41,10 @@ class SwChildWinWrapper : public SfxChildWindow
// Implementation in fldtdlg.cxx
protected:
- SwChildWinWrapper(Window *pParentWindow, USHORT nId);
+ SwChildWinWrapper(Window *pParentWindow, sal_uInt16 nId);
public:
- virtual BOOL ReInitDlg(SwDocShell *pDocSh);
+ virtual sal_Bool ReInitDlg(SwDocShell *pDocSh);
inline SwDocShell* GetOldDocShell() { return m_pDocSh; }
inline void SetOldDocShell(SwDocShell *pDcSh) { m_pDocSh = pDcSh; }