summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/swmodalredlineacceptdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/swmodalredlineacceptdlg.hxx')
-rw-r--r--sw/source/ui/inc/swmodalredlineacceptdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/inc/swmodalredlineacceptdlg.hxx b/sw/source/ui/inc/swmodalredlineacceptdlg.hxx
index 7b4a9b4afd74..583870434a6e 100644
--- a/sw/source/ui/inc/swmodalredlineacceptdlg.hxx
+++ b/sw/source/ui/inc/swmodalredlineacceptdlg.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
@@ -34,16 +34,16 @@ class SwRedlineAcceptDlg;
class SwModalRedlineAcceptDlg : public SfxModalDialog
{
- SwRedlineAcceptDlg* pImplDlg;
+ SwRedlineAcceptDlg* pImplDlg;
- virtual void Resize();
+ virtual void Resize();
public:
SwModalRedlineAcceptDlg(Window *pParent);
~SwModalRedlineAcceptDlg();
- void AcceptAll( BOOL bAccept );
- virtual void Activate();
+ void AcceptAll( BOOL bAccept );
+ virtual void Activate();
};
#endif