summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 09:44:44 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-02 10:27:50 +0000
commit5e135c653bd5f3d7b12502d6c7b3cd897ba4b9f4 (patch)
tree81f0d3aec1ea301ab2ec0999727e0708f8361d00 /sw/source/uibase/app
parent2fdd5760b402f9e0a8c829bc8aa05c618afc674a (diff)
Fix typos
Change-Id: Ib725427225fe95fb39a72f96bbd60d5464c9351a Reviewed-on: https://gerrit.libreoffice.org/34782 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/source/uibase/app')
-rw-r--r--sw/source/uibase/app/docshini.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docshini.cxx b/sw/source/uibase/app/docshini.cxx
index 1df546cb7350..5f3913e52488 100644
--- a/sw/source/uibase/app/docshini.cxx
+++ b/sw/source/uibase/app/docshini.cxx
@@ -493,7 +493,7 @@ bool SwDocShell::Load( SfxMedium& rMedium )
bool bRet = false;
// If this is an ODF file being loaded, then by default, use legacy processing
- // for tdf#99729 (if required, it will be overriden in *::ReadUserDataSequence())
+ // for tdf#99729 (if required, it will be overridden in *::ReadUserDataSequence())
if (IsOwnStorageFormat(rMedium))
{
if (m_pDoc && m_pDoc->getIDocumentDrawModelAccess().GetDrawModel())