diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-05 15:21:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-06 12:04:28 +0100 |
commit | fa2389e3f5cbbdd937d7d70531b58c933a79c336 (patch) | |
tree | fa6c4b3674649221152ed26a45f7b41ba0d653c1 /sc/source | |
parent | b0eab81b25b00f1ec74506778bcacffc2f4a15cf (diff) |
rename nPropFirstLineOfst->nPropFirstLineOffset
Change-Id: I4a51d84131eda55f80e9e3932a8bf8290e1c27c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88025
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/data/docpool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/docpool.cxx b/sc/source/core/data/docpool.cxx index d229654de2fe..3325a36e6ff9 100644 --- a/sc/source/core/data/docpool.cxx +++ b/sc/source/core/data/docpool.cxx @@ -440,7 +440,7 @@ static bool lcl_HFPresentation " " + EditResId(GetMetricId(ePresentationMetric)); } aText += cpDelim + - // We don't have a nPropFirstLineOfst + // We don't have a nPropFirstLineOffset EditResId(RID_SVXITEMS_LRSPACE_RIGHT); if ( 100 != nPropRightMargin ) { |