diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:33:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 10:24:52 +0200 |
commit | 7aef9ab8e81a7ccbdcc6042c49a972ee631d936e (patch) | |
tree | 8cf8b95bf09d819c620babc479380c735972cea3 /sdext | |
parent | fa0722d248733a616c7fbc2fb8ac2d46a2b8eb13 (diff) |
Fix typos
Change-Id: I35cebe0e3f2a69872884d41d84ec9113bc5b484e
Reviewed-on: https://gerrit.libreoffice.org/77287
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sdext')
4 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/pdfimport/inc/genericelements.hxx b/sdext/source/pdfimport/inc/genericelements.hxx index 4c75053d97d7..ff8f4a368285 100644 --- a/sdext/source/pdfimport/inc/genericelements.hxx +++ b/sdext/source/pdfimport/inc/genericelements.hxx @@ -94,7 +94,7 @@ namespace pdfi void updateGeometryWith( const Element* pMergeFrom ); #if OSL_DEBUG_LEVEL > 0 - // xxx refac TODO: move code to visitor + // xxx refact TODO: move code to visitor virtual void emitStructure( int nLevel ); #endif /** el must be a valid dereferenceable iterator of el->Parent->Children diff --git a/sdext/source/pdfimport/tree/drawtreevisiting.cxx b/sdext/source/pdfimport/tree/drawtreevisiting.cxx index 9a348e76ca9f..07e615f693b1 100644 --- a/sdext/source/pdfimport/tree/drawtreevisiting.cxx +++ b/sdext/source/pdfimport/tree/drawtreevisiting.cxx @@ -317,7 +317,7 @@ void DrawXmlEmitter::visit( PolyPolyElement& elem, const std::list< std::unique_ PropertyMap aProps; // PDFIProcessor transforms geometrical objects, not images and text // so we need to tell fillFrameProps here that the transformation for - // a PolyPolyElement was already applied (aside form translation) + // a PolyPolyElement was already applied (aside from translation) fillFrameProps( elem, aProps, m_rEmitContext, true ); OUStringBuffer aBuf( 64 ); aBuf.append( "0 0 " ); diff --git a/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx index 5b1e13c909c2..42178b650cdd 100644 --- a/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx +++ b/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx @@ -74,7 +74,7 @@ int main(int argc, char **argv) globalParams->setupBaseFonts(nullptr); #endif - // try to read a possible open password form stdin + // try to read a possible open password from stdin char aPwBuf[129]; aPwBuf[128] = 0; if( ! fgets( aPwBuf, sizeof(aPwBuf)-1, stdin ) ) diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx index 20afc1c0eb68..c5f07f75b88e 100644 --- a/sdext/source/presenter/PresenterViewFactory.cxx +++ b/sdext/source/presenter/PresenterViewFactory.cxx @@ -257,7 +257,7 @@ void SAL_CALL PresenterViewFactory::releaseResource (const Reference<XResource>& } else { - // Put cachable views in the cache. + // Put cacheable views in the cache. Reference<XResourceId> xViewId (rxView->getResourceId()); if (xViewId.is()) { |