summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/mailmergewizard.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:04:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:04:31 +0000
commit2424ba45a5630008a4d3bd4fceae68a187d78d1b (patch)
tree384884c64eec647e06df018b261710cfdb879721 /sw/source/ui/inc/mailmergewizard.hxx
parentINTEGRATION: CWS swwarnings (1.6.710); FILE MERGED (diff)
downloadcore-2424ba45a5630008a4d3bd4fceae68a187d78d1b.tar.gz
core-2424ba45a5630008a4d3bd4fceae68a187d78d1b.zip
INTEGRATION: CWS swwarnings (1.5.140); FILE MERGED
2007/03/05 12:45:47 tl 1.5.140.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/inc/mailmergewizard.hxx')
-rw-r--r--sw/source/ui/inc/mailmergewizard.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/mailmergewizard.hxx b/sw/source/ui/inc/mailmergewizard.hxx
index 7e23ecd06266..5d557c32a767 100644
--- a/sw/source/ui/inc/mailmergewizard.hxx
+++ b/sw/source/ui/inc/mailmergewizard.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mailmergewizard.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2006-11-22 10:26:47 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:04:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -94,6 +94,7 @@ public:
sal_uInt16 GetRestartPage() const {return m_nRestartPage;}
void SetRestartPage(sal_uInt16 nPage) { m_nRestartPage = nPage;}
+ using svt::OWizardMachine::skipUntil;
sal_Bool skipUntil( sal_uInt16 nPage)
{return ::svt::RoadmapWizard::skipUntil(WizardState(nPage));}