summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-10 16:56:22 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-14 07:22:55 +0200
commit9ddda67db9bae50d20b093a39e4b7b52e8351ae4 (patch)
tree1a39a31a8527e7db826e279a9b9992085326c67a /framework
parentbef53853a5f6df36dbd4c0a71ce1051d795390ad (diff)
Fix typo
Change-Id: Iab0b5ce94c090f93260c9b29519d41426913fc5d Reviewed-on: https://gerrit.libreoffice.org/74007 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/classes/framecontainer.cxx2
1 files changed, 1 insertions, 1 deletions
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 );
}