summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/htmlpars.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-07-22 22:02:01 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-07-22 22:10:11 -0400
commit13bd5747c3a743c51e191b73e210c8a54b87c8e3 (patch)
tree9238ce63f4833dac35f41eee4b1190f1948175b8 /sc/source/filter/inc/htmlpars.hxx
parent1205d6093af64681bd55210a0a3b0b0c8cbdd801 (diff)
Adjusted for HTMLParser::GetOptions() return type change.
Diffstat (limited to 'sc/source/filter/inc/htmlpars.hxx')
-rw-r--r--sc/source/filter/inc/htmlpars.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/htmlpars.hxx b/sc/source/filter/inc/htmlpars.hxx
index 5548338e82f3..6e8753a78548 100644
--- a/sc/source/filter/inc/htmlpars.hxx
+++ b/sc/source/filter/inc/htmlpars.hxx
@@ -179,7 +179,7 @@ private:
void SetWidths();
void Adjust();
- sal_uInt16 GetWidthPixel( const HTMLOption* );
+ sal_uInt16 GetWidthPixel( const HTMLOption& );
sal_Bool IsAtBeginningOfText( ImportInfo* );
void TableOn( ImportInfo* );