diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-03-24 14:24:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-03-24 14:24:09 +0000 |
commit | a85840ecea45d254c932f011f3f43f307b089f8a (patch) | |
tree | 57aeff22996b624cf9ee659d6c08e943c7a9eee4 /sw/inc/viewsh.hxx | |
parent | 21844db97300e594c212e4a78336cba282a0ad0b (diff) |
Offst might as well be expanded to Offset
Change-Id: I6ba3131155fbbe5a01e47aca4008d39191254fe0
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r-- | sw/inc/viewsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx index fd3d28132e7c..965d98697f20 100644 --- a/sw/inc/viewsh.hxx +++ b/sw/inc/viewsh.hxx @@ -113,7 +113,7 @@ class SW_DLLPUBLIC SwViewShell : public sw::Ring<SwViewShell> // i.e. if the EndActions of the other // Shells on the document are through. - Point maPrtOffst; // Ofst for Printer, + Point maPrtOffset; // Offset for Printer, // non-printable margin. Size maBrowseBorder; // Border for frame documents. SwRect maInvalidRect; |