summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-13 23:26:20 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-13 23:26:20 +0200
commita362f15f85fc3f00ea3144f763798131cb66e3e3 (patch)
tree36519d7e7afe6c643fdd0c781fddb069ff86648e /sw/source/filter/ww8/docxattributeoutput.cxx
parent036a660a86c225992c7cab083073374c40b1f366 (diff)
Typo: shoud -> should
Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.cxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index 2d3074997779..4598bb7fbcca 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -2679,7 +2679,7 @@ void DocxAttributeOutput::TableDefinition( ww8::WW8TableNodeInfoInner::Pointer_t
const char* widthType = "dxa";
bool bRelBoxSize = false;
- // If actual width of table is relative it shoud export is as "pct".`
+ // If actual width of table is relative it should export is as "pct".`
const SwTable *pTable = pTableTextNodeInfoInner->getTable();
SwFrmFmt *pTblFmt = pTable->GetFrmFmt( );
const SwFmtFrmSize &rSize = pTblFmt->GetFrmSize();