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

New commits:
commit 407f6fc7c060c1cd3a754405f71d2fba314803da
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Mar 11 15:37:32 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Mar 12 12:21:32 2025 +0100

    Fix typo
    
    Change-Id: I8ae3107c5ab0da12dd5182a5c87db6831f685b7c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182783
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx 
b/sd/source/ui/sidebar/MasterPagesSelector.cxx
index b3eb88c61e0c..b0e146596c9d 100644
--- a/sd/source/ui/sidebar/MasterPagesSelector.cxx
+++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx
@@ -584,7 +584,7 @@ void MasterPagesSelector::UpdateItemList 
(::std::unique_ptr<ItemList> && pNewIte
 
 css::ui::LayoutSize MasterPagesSelector::GetHeightForWidth(const sal_Int32 
nWidth)
 {
-    // there is no way to get margin of item programatically, we use value 
provided in ui file.
+    // there is no way to get margin of item programmatically, we use value 
provided in ui file.
     const int nMargin = 6;
     sal_Int32 nColumnCount = nWidth / (mxPreviewIconView->get_item_width() + 
(5 * nMargin));
     if (nColumnCount < 1)

Reply via email to