diff options
author | Michael Stahl <mst@openoffice.org> | 2010-06-08 19:21:38 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-06-08 19:21:38 +0200 |
commit | 1355ef7a63907ac69d663b6f07e41b844aa7307f (patch) | |
tree | fdbaf6af3858bba997aab67e8ac886fbb691c403 /sw/inc/htmltbl.hxx | |
parent | 3bd3fc177eebc1cc2779c5b77cbbe90014f9afe3 (diff) | |
parent | 85df13fa783ecb5de7f9e688cdabcebd9d91e447 (diff) |
merge DEV300_m81
Diffstat (limited to 'sw/inc/htmltbl.hxx')
-rw-r--r-- | sw/inc/htmltbl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/htmltbl.hxx b/sw/inc/htmltbl.hxx index 941e6bc43eb2..ef16a2a89b86 100644 --- a/sw/inc/htmltbl.hxx +++ b/sw/inc/htmltbl.hxx @@ -267,6 +267,7 @@ class SwHTMLTableLayout DECL_STATIC_LINK( SwHTMLTableLayout, DelayedResize_Impl, void* ); + static USHORT GetBrowseWidthByVisArea( const SwDoc& rDoc ); public: SwHTMLTableLayout( const SwTable *pSwTbl, @@ -348,7 +349,6 @@ public: // oder eine ViewShell vorhanden ist. Sonst wird 0 zurueckgegeben. // (Wird vom HTML-Filter benoetigt, da der nicht an das Layout kommt.) static USHORT GetBrowseWidth( const SwDoc& rDoc ); - static USHORT GetBrowseWidthByVisArea( const SwDoc& rDoc ); // Ermitteln der verfuegbaren Breite uber den Tabellen-Frame USHORT GetBrowseWidthByTabFrm( const SwTabFrm& rTabFrm ) const; |