diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 15:17:01 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 12:36:37 +0000 |
commit | 095438e52ccff8eaf12af6b3e3eb5f8c00792416 (patch) | |
tree | 1f9c5ad0e05fa67ff10d970b166ba3641ee60784 /oox | |
parent | 25e0872da600c65a08c73c335f0e1ef21b2f00f5 (diff) |
Fix typos
Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea
Reviewed-on: https://gerrit.libreoffice.org/35637
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/README | 2 | ||||
-rw-r--r-- | oox/inc/drawingml/chart/plotareamodel.hxx | 2 | ||||
-rw-r--r-- | oox/source/export/chartexport.cxx | 2 | ||||
-rw-r--r-- | oox/source/export/drawingml.cxx | 2 | ||||
-rw-r--r-- | oox/source/ole/axcontrol.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/oox/README b/oox/README index dece2c68c5d1..d20d3349e789 100644 --- a/oox/README +++ b/oox/README @@ -134,7 +134,7 @@ we need to load shape definition of preset shapes. The procedure to convert the definition from OOXML spec for LO is documented ( also a script ) in oox/source/drawingml/customshapes/README. The scripts in oox/source/drawingml/customshapes/ also generate pptx -files for signle presets and also for all presets +files for single presets and also for all presets cshape-all.pptx. The cshape-all.pptx file is then loaded into Impress build with debug enabled in oox and the command line output contains information. The generated definition is oox-drawingml-cs-presets. diff --git a/oox/inc/drawingml/chart/plotareamodel.hxx b/oox/inc/drawingml/chart/plotareamodel.hxx index b90b90b3b3c2..00d1a31cc7bc 100644 --- a/oox/inc/drawingml/chart/plotareamodel.hxx +++ b/oox/inc/drawingml/chart/plotareamodel.hxx @@ -57,7 +57,7 @@ struct WallFloorModel struct DataTableModel { bool mbShowHBorder; /// Show Horizontal Border - bool mbShowVBorder; /// Show Verticle Border + bool mbShowVBorder; /// Show Vertical Border bool mbShowOutline; /// Show outline explicit DataTableModel(); ~DataTableModel(); diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index a6f3b1722225..bddb3c3a2f7a 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -1098,7 +1098,7 @@ void ChartExport::exportTitle( const Reference< XShape >& xShape ) // TODO: lstStyle pFS->singleElement( FSNS( XML_a, XML_lstStyle ), FSEND ); - // FIXME: handle multipul paragraphs to parse aText + // FIXME: handle multiple paragraphs to parse aText pFS->startElement( FSNS( XML_a, XML_p ), FSEND ); diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index ce48bdd981a1..b33f150224d1 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -1994,7 +1994,7 @@ void DrawingML::WriteParagraphProperties( const Reference< XTextContent >& rPara || nAlignment != style::ParagraphAdjust_LEFT || bHasLinespacing ) { - if (nParaLeftMargin) // For Paraghraph + if (nParaLeftMargin) // For Paragraph mpFS->startElementNS( XML_a, XML_pPr, XML_lvl, nLevel > 0 ? I32S( nLevel ) : nullptr, XML_marL, nParaLeftMargin > 0 ? I32S( oox::drawingml::convertHmmToEmu( nParaLeftMargin ) ) : nullptr, diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index 2e4d7507f422..c051f942a0c3 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -1155,7 +1155,7 @@ void AxLabelModel::convertFromProperties( PropertySet& rPropSet, const ControlCo setFlag( mnFlags, AX_FLAGS_WORDWRAP, bRes ); ControlConverter::convertToMSColor( rPropSet, PROP_TextColor, mnTextColor ); - // VerticleAlign doesn't seem to be read from binary + // VerticalAlign doesn't seem to be read from binary // not sure about background color, how do we decide when to set // AX_FLAGS_OPAQUE ? |