summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WExtendPages.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/WExtendPages.hxx')
-rw-r--r--dbaccess/source/ui/inc/WExtendPages.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/WExtendPages.hxx b/dbaccess/source/ui/inc/WExtendPages.hxx
index b12578deda6b..7e82893041ca 100644
--- a/dbaccess/source/ui/inc/WExtendPages.hxx
+++ b/dbaccess/source/ui/inc/WExtendPages.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
@@ -39,9 +39,9 @@ namespace dbaui
class OWizHTMLExtend : public OWizTypeSelect
{
protected:
- virtual SvParser* createReader(sal_Int32 _nRows);
+ virtual SvParser* createReader(sal_Int32 _nRows);
public:
- OWizHTMLExtend(Window* pParent, SvStream& _rStream)
+ OWizHTMLExtend(Window* pParent, SvStream& _rStream)
: OWizTypeSelect( pParent, &_rStream )
{
}
@@ -58,7 +58,7 @@ namespace dbaui
protected:
virtual SvParser* createReader(sal_Int32 _nRows);
public:
- OWizRTFExtend(Window* pParent,SvStream& _rStream)
+ OWizRTFExtend(Window* pParent,SvStream& _rStream)
: OWizTypeSelect( pParent, &_rStream )
{
}