summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/htmlimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/htmlimp.hxx')
-rw-r--r--sc/source/filter/inc/htmlimp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/inc/htmlimp.hxx b/sc/source/filter/inc/htmlimp.hxx
index 31c2dd0dbd2b..551ea2530797 100644
--- a/sc/source/filter/inc/htmlimp.hxx
+++ b/sc/source/filter/inc/htmlimp.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
@@ -36,17 +36,17 @@ class ScHTMLParser;
class ScHTMLImport : public ScEEImport
{
private:
- static void InsertRangeName( ScDocument* pDoc, const String& rName, const ScRange& rRange );
+ static void InsertRangeName( ScDocument* pDoc, const String& rName, const ScRange& rRange );
public:
ScHTMLImport( ScDocument* pDoc, const String& rBaseURL, const ScRange& rRange, BOOL bCalcWidthHeight = TRUE );
virtual ~ScHTMLImport();
const ScHTMLParser* GetParser() const { return (ScHTMLParser*)mpParser; }
- virtual void WriteToDocument( BOOL bSizeColsRows = FALSE, double nOutputFactor = 1.0,
+ virtual void WriteToDocument( BOOL bSizeColsRows = FALSE, double nOutputFactor = 1.0,
SvNumberFormatter* pFormatter = NULL, bool bConvertDate = true );
- static String GetHTMLRangeNameList( ScDocument* pDoc, const String& rOrigName );
+ static String GetHTMLRangeNameList( ScDocument* pDoc, const String& rOrigName );
};