summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgexport.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:27:41 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 07:05:43 +0000
commit3063d55b8be2188532e3e2892f440ff0d481db71 (patch)
treebb0aea0c9002eca2bd7919b6729adaa1b613226d /filter/source/svg/svgexport.cxx
parent34e1739d56411c81359e24dce500cb54bba6c092 (diff)
Fix typos
Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394 Reviewed-on: https://gerrit.libreoffice.org/34806 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/source/svg/svgexport.cxx')
-rw-r--r--filter/source/svg/svgexport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index 3bf9c6cffa57..21e4da0fcff6 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -739,7 +739,7 @@ bool SVGFilter::implExportDocument()
mpSVGExport->AddAttribute( XML_NAMESPACE_NONE, "height", aAttr );
}
- // #i124608# set viewBox explicitely to the exported content
+ // #i124608# set viewBox explicitly to the exported content
if (mbExportShapeSelection)
{
aAttr = OUString::number(nDocX) + " " + OUString::number(nDocY) + " ";
@@ -910,7 +910,7 @@ void SVGFilter::implGenerateMetaData()
// Add a (global) Page Numbering Type attribute for the document
// NOTE: at present pSdrModel->GetPageNumType() returns always css::style::NumberingType::ARABIC
- // so the following code fragment is pretty unuseful
+ // so the following code fragment is pretty useless
sal_Int32 nPageNumberingType = css::style::NumberingType::ARABIC;
SvxDrawPage* pSvxDrawPage = SvxDrawPage::getImplementation( mSelectedPages[0] );
if( pSvxDrawPage )
@@ -1508,7 +1508,7 @@ void SVGFilter::implExportDrawPages( const std::vector< Reference< XDrawPage > >
{
// Insert a further inner the <g> open tag for handling elements
// inserted before or after a slide: that is used for some
- // when swithing from the last to the first slide.
+ // when switching from the last to the first slide.
const OUString & sPageId = implGetValidIDFromInterface( rxPages[i] );
OUString sContainerId = "container-";
sContainerId += sPageId;