summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/viewdraw.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-06-11 22:34:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-12 08:37:55 +0200
commit715797bc2b361960d70095d6e6d289de063e1d5c (patch)
tree8fda3569e3690a14b46146285177bfacdbbbb82b /sw/source/uibase/uiview/viewdraw.cxx
parent6b349bcc32336664a31deed3f4463e40dd028f63 (diff)
Backgrd -> Background
Change-Id: I55bccacfe6c6b44570a24e9f5125e40a1a83d6ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117073 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/uiview/viewdraw.cxx')
-rw-r--r--sw/source/uibase/uiview/viewdraw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/viewdraw.cxx b/sw/source/uibase/uiview/viewdraw.cxx
index 9d6d07e1deaf..3ecfa562009c 100644
--- a/sw/source/uibase/uiview/viewdraw.cxx
+++ b/sw/source/uibase/uiview/viewdraw.cxx
@@ -580,7 +580,7 @@ bool SwView::BeginTextEdit(SdrObject* pObj, SdrPageView* pPV, vcl::Window* pWin,
if(pView)
{
- Color aBackground(pSh->GetShapeBackgrd());
+ Color aBackground(pSh->GetShapeBackground());
pView->SetBackgroundColor(aBackground);
}