diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-04-16 23:08:33 +0200 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-04-17 06:11:36 +0200 |
commit | 0340a52ef0b9da9861f912c56550e685621a59f1 (patch) | |
tree | cfefd9c93c297067dde28fe19419f21b13614c2e /sc/source | |
parent | 155a6af93a8ac90cab15968f5dd499ab77ad9f72 (diff) |
Fix typo
Change-Id: Idee34a2b522f69a0fcea9595c62b68f74628c299
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166164
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/view/output3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/output3.cxx b/sc/source/ui/view/output3.cxx index 760a62a12d1d..a54718076857 100644 --- a/sc/source/ui/view/output3.cxx +++ b/sc/source/ui/view/output3.cxx @@ -207,7 +207,7 @@ void ScOutputData::DrawSelectiveObjects(SdrLayerID nLayer) if(pPageView) { // tdf#160589 need to check for registered PaintWindow using the - // 'original' TragetDevice, mpDev might have been changed by a + // 'original' TargetDevice, mpDev might have been changed by a // call to ::SetContentDevice. That again might patch in a // pre-render device fetched from SdrPaintWindow::GetTargetOutputDevice // and thus the test if target is aregistered PageWindow would fail |