diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-16 09:32:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-16 11:19:21 +0200 |
commit | 0b021f89f60208877427eaf004e25db8be3832f6 (patch) | |
tree | 0eec9e17fbdbf1d99ee1ab258cea829c8218f861 /sd/source/ui/inc | |
parent | e5d9b5ffc423cbb314cde1f66f7bebf4db30b1e6 (diff) |
rename some unnecessary contractions, Lft-Left, etc.
Change-Id: Idf4ab2d4d2550a02c0c50a981d94c67b111082a9
Reviewed-on: https://gerrit.libreoffice.org/41204
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/unopage.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/unopage.hxx b/sd/source/ui/inc/unopage.hxx index ff6c0a614022..3838b0f0de52 100644 --- a/sd/source/ui/inc/unopage.hxx +++ b/sd/source/ui/inc/unopage.hxx @@ -79,10 +79,10 @@ protected: OUString getBookmarkURL() const; void setBookmarkURL( OUString const & rURL ); - void SetLftBorder( sal_Int32 nValue ); - void SetRgtBorder( sal_Int32 nValue ); - void SetUppBorder( sal_Int32 nValue ); - void SetLwrBorder( sal_Int32 nValue ); + void SetLeftBorder( sal_Int32 nValue ); + void SetRightBorder( sal_Int32 nValue ); + void SetUpperBorder( sal_Int32 nValue ); + void SetLowerBorder( sal_Int32 nValue ); void SetWidth( sal_Int32 nWidth ); void SetHeight( sal_Int32 nHeight ); |