sd/source/ui/view/drawview.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3568870bfd768877733679ba00636722d63c14c5
Author:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
AuthorDate: Thu Jan 16 12:29:44 2025 +0200
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
CommitDate: Thu Jan 16 11:31:45 2025 +0100

    Fix comment
    
    Change-Id: I3486a471583d63500978383bcd6deb772a094883
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180339
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/sd/source/ui/view/drawview.cxx b/sd/source/ui/view/drawview.cxx
index c6da08c44f29..6ee22a9c457a 100644
--- a/sd/source/ui/view/drawview.cxx
+++ b/sd/source/ui/view/drawview.cxx
@@ -509,7 +509,7 @@ void DrawView::CompleteRedraw(OutputDevice* pOutDev, const 
vcl::Region& rReg, sd
     }
     else if( pDoc && pDoc->GetDocumentType() == DocumentType::Draw)
     {
-        //tdf#164185 & tdf#89420
+        // tdf#164605 & tdf#89420
         bool 
bShowMargin(officecfg::Office::Draw::Misc::TextObject::ShowBoundary::get());
         pDoc->SetShowMargin(bShowMargin);
     }

Reply via email to