[Libreoffice-commits] core.git: sfx2/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 21 07:56:43 UTC 2020


 sfx2/source/sidebar/DeckLayouter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a40549e51aa8d82c3cf0c923369959e1e27954a1
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 20 13:12:18 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 21 09:56:01 2020 +0200

    Fix typo in code
    
    Change-Id: Icbe489976053571825aac7a95fdb53eae4907ec7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101112
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sfx2/source/sidebar/DeckLayouter.cxx b/sfx2/source/sidebar/DeckLayouter.cxx
index 0dcc3a688511..42f707a3db5c 100644
--- a/sfx2/source/sidebar/DeckLayouter.cxx
+++ b/sfx2/source/sidebar/DeckLayouter.cxx
@@ -94,7 +94,7 @@ namespace {
         const LayoutMode eMode,
         vcl::Window& rScrollContainer);
     tools::Rectangle PlaceDeckTitle (
-        vcl::Window& rTittleBar,
+        vcl::Window& rTitleBar,
         const tools::Rectangle& rAvailableSpace);
     tools::Rectangle PlaceVerticalScrollBar (
         ScrollBar& rVerticalScrollBar,


More information about the Libreoffice-commits mailing list