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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 25 06:37:50 UTC 2019


 extensions/source/propctrlr/selectlabeldialog.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9f927ea6d0087938911ee07e97416d705553ec9c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:51 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 25 08:37:07 2019 +0200

    Fix typo
    
    Change-Id: I9f986b89128c36e62cbfeedf500a116f40de74cc
    Reviewed-on: https://gerrit.libreoffice.org/72939
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/extensions/source/propctrlr/selectlabeldialog.hxx b/extensions/source/propctrlr/selectlabeldialog.hxx
index 40d0d280f0d6..a380dba739ed 100644
--- a/extensions/source/propctrlr/selectlabeldialog.hxx
+++ b/extensions/source/propctrlr/selectlabeldialog.hxx
@@ -33,7 +33,7 @@ namespace pcr
         OUString m_sRequiredService;
         OUString m_aRequiredControlImage;
         std::unique_ptr<weld::TreeIter> m_xInitialSelection;
-        // the entry datas of the listbox entries
+        // the entry data of the listbox entries
         std::vector<std::unique_ptr<css::uno::Reference<css::beans::XPropertySet>>> m_xUserData;
         css::uno::Reference< css::beans::XPropertySet >   m_xInitialLabelControl;
 


More information about the Libreoffice-commits mailing list