diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-10-26 19:50:13 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-10-26 20:03:50 +0200 |
commit | ee3189489c0205ec221fbc907a01c711b58fc42e (patch) | |
tree | 1cd2fd05e3518d9484b11f0fc29b6e458a629338 /sw/inc/htmltbl.hxx | |
parent | 2e99447fc07df98ebbc343ef79852b7eaf7b7757 (diff) |
sw: ViewShell -> SwViewShell rename
It's a public class, so it should have the 'Sw' prefix.
Change-Id: I0040c1cc37ffcba7fc5f58b71c86f4a7cb0bfce4
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 b9d9f22e31c2..82625d521b17 100644 --- a/sw/inc/htmltbl.hxx +++ b/sw/inc/htmltbl.hxx @@ -325,7 +325,7 @@ public: void BordersChanged( sal_uInt16 nAbsAvail, sal_Bool bRecalc=sal_False ); /** Calculate available width. This works only if a layout or a - ViewShell exists. Otherwise returns 0. + SwViewShell exists. Otherwise returns 0. This is needed by HTML-filter because it doesn't have access to the layout.) */ static sal_uInt16 GetBrowseWidth( const SwDoc& rDoc ); |