[Libreoffice-commits] .: sw/inc sw/source
Takeshi Abe
tabe at kemper.freedesktop.org
Sat Mar 12 05:40:41 PST 2011
sw/inc/fmtftntx.hxx | 2 +-
sw/source/core/txtnode/thints.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 30da8f833da91321d674586f1242e0948e474a39
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Sat Mar 12 22:33:54 2011 +0900
fix typo
diff --git a/sw/inc/fmtftntx.hxx b/sw/inc/fmtftntx.hxx
index e232f99..ae673d5 100644
--- a/sw/inc/fmtftntx.hxx
+++ b/sw/inc/fmtftntx.hxx
@@ -39,7 +39,7 @@ enum SwFtnEndPosEnum
FTNEND_ATPGORDOCEND, // at page or document end
FTNEND_ATTXTEND, // at end of the current text end
FTNEND_ATTXTEND_OWNNUMSEQ, // -""- and with own number sequence
- FTNEND_ATTXTEND_OWNNUMANDFMT, // -""- and with onw numberformat
+ FTNEND_ATTXTEND_OWNNUMANDFMT, // -""- and with own numberformat
FTNEND_ATTXTEND_END
};
diff --git a/sw/source/core/txtnode/thints.cxx b/sw/source/core/txtnode/thints.cxx
index 7b22be2..07fcb2b 100644
--- a/sw/source/core/txtnode/thints.cxx
+++ b/sw/source/core/txtnode/thints.cxx
@@ -1948,7 +1948,7 @@ BOOL SwTxtNode::GetAttr( SfxItemSet& rSet, xub_StrLen nStt, xub_StrLen nEnd,
{
const USHORT nHintWhich = pItem->Which();
OSL_ENSURE(!isUNKNOWNATR(nHintWhich),
- "SwTxtNode::GetAttr(): unkonwn attribute?");
+ "SwTxtNode::GetAttr(): unknown attribute?");
if ( !pAttrArr.get() )
{
More information about the Libreoffice-commits
mailing list