sc/source/ui/view/output3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0340a52ef0b9da9861f912c56550e685621a59f1 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Apr 16 23:08:33 2024 +0200 Commit: Taichi Haradaguchi <20001...@ymail.ne.jp> CommitDate: Wed Apr 17 06:11:36 2024 +0200 Fix typo Change-Id: Idee34a2b522f69a0fcea9595c62b68f74628c299 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166164 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp> 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