summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docnum.cxx
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/core/doc/docnum.cxx
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/core/doc/docnum.cxx')
-rw-r--r--sw/source/core/doc/docnum.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx
index 04405d349504..89a8a25c7172 100644
--- a/sw/source/core/doc/docnum.cxx
+++ b/sw/source/core/doc/docnum.cxx
@@ -1266,7 +1266,7 @@ bool SwDoc::NoNum( const SwPaM& rPam )
// Do we actually use Numbering at all?
if( bRet )
{
- // Set NoNum and Upate
+ // Set NoNum and Update
const SwNodeIndex& rIdx = rPam.GetPoint()->nNode;
SwTextNode* pNd = rIdx.GetNode().GetTextNode();
const SwNumRule* pRule = pNd->GetNumRule();