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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 14 05:23:58 UTC 2019


 framework/source/classes/framecontainer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9ddda67db9bae50d20b093a39e4b7b52e8351ae4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:22 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jun 14 07:22:55 2019 +0200

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

diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx
index 94893ce3198a..f1d7fd1ea018 100644
--- a/framework/source/classes/framecontainer.cxx
+++ b/framework/source/classes/framecontainer.cxx
@@ -164,7 +164,7 @@ css::uno::Reference< css::frame::XFrame > FrameContainer::operator[]( sal_uInt32
     try
     {
         // Get element form container WITH automatic test of ranges!
-        // If index not valid, a out_of_range exception is thrown.
+        // If index not valid, an out_of_range exception is thrown.
         SolarMutexGuard g;
         xFrame = m_aContainer.at( nIndex );
     }


More information about the Libreoffice-commits mailing list