summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-16 09:32:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-16 11:19:21 +0200
commit0b021f89f60208877427eaf004e25db8be3832f6 (patch)
tree0eec9e17fbdbf1d99ee1ab258cea829c8218f861 /sd/inc
parente5d9b5ffc423cbb314cde1f66f7bebf4db30b1e6 (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/inc')
-rw-r--r--sd/inc/sdpage.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index 4edb82d0c874..800cb24d7661 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -159,10 +159,10 @@ public:
virtual void SetSize(const Size& aSize) override;
virtual void SetBorder(sal_Int32 nLft, sal_Int32 nUpp, sal_Int32 nRgt, sal_Int32 Lwr) override;
- virtual void SetLftBorder(sal_Int32 nBorder) override;
- virtual void SetRgtBorder(sal_Int32 nBorder) override;
- virtual void SetUppBorder(sal_Int32 nBorder) override;
- virtual void SetLwrBorder(sal_Int32 nBorder) override;
+ virtual void SetLeftBorder(sal_Int32 nBorder) override;
+ virtual void SetRightBorder(sal_Int32 nBorder) override;
+ virtual void SetUpperBorder(sal_Int32 nBorder) override;
+ virtual void SetLowerBorder(sal_Int32 nBorder) override;
virtual void SetModel(SdrModel* pNewModel) override;
virtual bool IsReadOnly() const override;