summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 12:20:56 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:21:07 +0000
commit814af9f1e59d1a76473b2c72cae4ba8afe1c52d4 (patch)
tree3d52ef5ab0f34ccd8031c3384fd9bbb50604add7 /extensions
parentf378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (diff)
Fix typos
Change-Id: Icfb885b72d51edc886851cf503c56fa12b8f559f Reviewed-on: https://gerrit.libreoffice.org/16309 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/datman.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index a1fc5b8c76b8..44c8c9a84745 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -1392,7 +1392,7 @@ Reference< awt::XControlModel > BibDataManager::loadControlModel(
// in the current scenario, we insert a control model into a form. This results in the control model
// adding itself as load listener to the form. Now, the form should realize that it's already loaded
// and notify the model (which it knows as XLoadListener only) immediately. This seems to make sense.
- // (as an anologon to the XStatusListener semantics).
+ // (as an analogon to the XStatusListener semantics).
//
// But this would be way too risky for this last-day fix here.
Reference< XLoadable > xLoad( m_xForm, UNO_QUERY );