summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-14 23:42:28 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-16 14:28:07 +0100
commiteae9bf0d25f34e0ff9d54191ea8732a8bfecb969 (patch)
tree0fc407e1e6626a212d25e7b92e3db0df4a3c23b8 /sw/source/ui/frmdlg
parent0183c7c3b86be4be9c5fd6eec09785bd99c0a0b4 (diff)
Fix typos
Change-Id: Id3d1a07922d4ca05e3bbf61d4b5797a30fc5b23a Reviewed-on: https://gerrit.libreoffice.org/47872 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/ui/frmdlg')
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index e243af0417b9..b99ad60a164c 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -980,7 +980,7 @@ void SwFramePage::Reset( const SfxItemSet *rSet )
m_pRelWidthRelationLB->InsertEntry(SvxSwFramePosString::GetString(SwFPos::REL_PG_FRAME));
if (rFrameSize.GetWidthPercent() != SwFormatFrameSize::SYNCED && rFrameSize.GetWidthPercent() != 0)
{
- //calculate the rerference value from the with and relative width values
+ //calculate the reference value from the with and relative width values
sal_Int32 nSpace = rFrameSize.GetWidth() * 100 / rFrameSize.GetWidthPercent();
m_aWidthED.SetRefValue( nSpace );
@@ -993,7 +993,7 @@ void SwFramePage::Reset( const SfxItemSet *rSet )
m_pRelHeightRelationLB->InsertEntry(SvxSwFramePosString::GetString(SwFPos::REL_PG_FRAME));
if (rFrameSize.GetHeightPercent() != SwFormatFrameSize::SYNCED && rFrameSize.GetHeightPercent() != 0)
{
- //calculate the rerference value from the with and relative width values
+ //calculate the reference value from the with and relative width values
sal_Int32 nSpace = rFrameSize.GetHeight() * 100 / rFrameSize.GetHeightPercent();
m_aHeightED.SetRefValue( nSpace );