diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-30 17:30:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-01 09:51:41 +0000 |
commit | 506c929a0a209acd8ba3b1e3e94f089f51d01c16 (patch) | |
tree | d9d706d1c4ebbbc7fb485997921f1f4bd4777e1a | |
parent | b0388ef109a70c51566153a1456c52276ac84906 (diff) |
Fix typos
Change-Id: Ifb7c33d6052efe5ea8a1e0e10b3178073cd29ca0
Reviewed-on: https://gerrit.libreoffice.org/24536
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | dbaccess/source/ui/app/AppController.hxx | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/browser/sbagrid.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/GroupManager.hxx | 2 | ||||
-rw-r--r-- | include/comphelper/string.hxx | 2 | ||||
-rw-r--r-- | mysqlc/README | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/chart2/Axis.idl | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java | 2 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/drawshapesubsetting.hxx | 2 | ||||
-rw-r--r-- | svl/source/filerec/filerec.cxx | 2 | ||||
-rw-r--r-- | svx/source/engine3d/view3d.cxx | 2 | ||||
-rw-r--r-- | sw/qa/extras/mailmerge/mailmerge.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/layout/pagechg.cxx | 2 | ||||
-rw-r--r-- | vcl/source/filter/graphicfilter.cxx | 2 | ||||
-rw-r--r-- | vcl/source/filter/wmf/winmtf.cxx | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/ui/AggregateComponent.java | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/dbaccess/source/ui/app/AppController.hxx b/dbaccess/source/ui/app/AppController.hxx index f5fd97fd13a9..5b9e498ce60f 100644 --- a/dbaccess/source/ui/app/AppController.hxx +++ b/dbaccess/source/ui/app/AppController.hxx @@ -489,7 +489,7 @@ namespace dbaui @param _pTree The tree list box. @return - <TRUE/> if the cotainer could be changed otherwise <FALSE/> + <TRUE/> if the container could be changed otherwise <FALSE/> */ bool onContainerSelect(ElementType _eType); /** called when an entry in a tree view has been selected diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx index 6871c170eeef..8955302e01f2 100644 --- a/dbaccess/source/ui/browser/sbagrid.cxx +++ b/dbaccess/source/ui/browser/sbagrid.cxx @@ -1442,7 +1442,7 @@ IMPL_LINK_NOARG_TYPED(SbaGridControl, AsynchDropEvent, void*, void) bool bCountFinal = false; xDataSource->getPropertyValue(PROPERTY_ISROWCOUNTFINAL) >>= bCountFinal; if ( !bCountFinal ) - setDataSource(nullptr); // dettach from grid control + setDataSource(nullptr); // detach from grid control Reference< XResultSetUpdate > xResultSetUpdate(xDataSource,UNO_QUERY); ODatabaseImportExport* pImExport = new ORowSetImportExport(this,xResultSetUpdate,m_aDataDescriptor, getContext()); Reference<XEventListener> xHolder = pImExport; diff --git a/forms/source/component/GroupManager.hxx b/forms/source/component/GroupManager.hxx index e2f3b68f4b2e..a8f45f39c7f0 100644 --- a/forms/source/component/GroupManager.hxx +++ b/forms/source/component/GroupManager.hxx @@ -137,7 +137,7 @@ class OGroup std::vector<OGroupCompAcc> m_aCompAccArray; OUString m_aGroupName; - sal_uInt16 m_nInsertPos; // The insertion position of the GroupComps is determind by the Group + sal_uInt16 m_nInsertPos; // The insertion position of the GroupComps is determined by the Group friend class OGroupLess; diff --git a/include/comphelper/string.hxx b/include/comphelper/string.hxx index eb72beda89eb..c0fee8fb558c 100644 --- a/include/comphelper/string.hxx +++ b/include/comphelper/string.hxx @@ -41,7 +41,7 @@ namespace comphelper { namespace string { /** Compare an OUString to a single char @param rIn The input OUString - @param c The character to compare againsg + @param c The character to compare against @return true if rIn has one char and its equal to c */ diff --git a/mysqlc/README b/mysqlc/README index baf0747f65a8..1ca6ddce332d 100644 --- a/mysqlc/README +++ b/mysqlc/README @@ -63,7 +63,7 @@ uses, and which --with-system-mysqlcppconn could use (see https://mariadb.atlassian.net/browse/CONC-104). Use a version where the above incompatibility has been solved. -Alternativaly, MySQL Client Library from official MySQL +Alternatively, MySQL Client Library from official MySQL packages are at http://dev.mysql.com/downloads/connector/c/ . You can also install the MySQL Client Library (libmysql) as part of diff --git a/offapi/com/sun/star/chart2/Axis.idl b/offapi/com/sun/star/chart2/Axis.idl index 28f5c1928301..e1c8072b9fa1 100644 --- a/offapi/com/sun/star/chart2/Axis.idl +++ b/offapi/com/sun/star/chart2/Axis.idl @@ -129,7 +129,7 @@ service Axis */ [optional, property] boolean DisplayUnits; - /** Determintes built in display unit value for axis + /** Determines built in display unit value for axis @since LibreOffice 4.3 */ diff --git a/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java b/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java index d5d1573efdbb..df79c9a531da 100644 --- a/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java +++ b/qadevOOo/tests/java/ifc/container/_XEnumerationAccess.java @@ -37,7 +37,7 @@ public class _XEnumerationAccess extends MultiMethodTest{ * Has <b> OK </b> status if the method returns not null value. <p> */ public void _createEnumeration(){ - log.println( "createing Enumeration" ); + log.println( "creating Enumeration" ); XEnumeration oEnum = oObj.createEnumeration(); tRes.tested( "createEnumeration()", oEnum != null ); } // end createEnumeration() diff --git a/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx b/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx index 9011e5fabf84..dffc74d6e13d 100644 --- a/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx @@ -191,7 +191,7 @@ private: }; /** Collect all values concerning the logical and visual properties of the - insertion position that is used for drag-and-drop and copy-and-past. + insertion position that is used for drag-and-drop and copy-and-paste. */ class InsertPosition { diff --git a/slideshow/source/engine/shapes/drawshapesubsetting.hxx b/slideshow/source/engine/shapes/drawshapesubsetting.hxx index ec101628e11e..56c4f5dca346 100644 --- a/slideshow/source/engine/shapes/drawshapesubsetting.hxx +++ b/slideshow/source/engine/shapes/drawshapesubsetting.hxx @@ -61,7 +61,7 @@ namespace slideshow DrawShapeSubsetting( const DocTreeNode& rShapeSubset, const ::std::shared_ptr< GDIMetaFile >& rMtf ); - /// Forbid copy copstruction + /// Forbid copy construction DrawShapeSubsetting(const DrawShapeSubsetting&) = delete; /// Forbid copy assignment diff --git a/svl/source/filerec/filerec.cxx b/svl/source/filerec/filerec.cxx index 4556d2c4c14e..b4febf724453 100644 --- a/svl/source/filerec/filerec.cxx +++ b/svl/source/filerec/filerec.cxx @@ -97,7 +97,7 @@ sal_uInt32 SfxMiniRecordWriter::Close(bool bSeekToEndOfRec) } /** - Internal method for belatedly processsing a header read externally. + Internal method for belatedly processing a header read externally. If the header corresponds to an End-Of-Record tag, an error code is set on the stream and sal_False is returned. But the stream will not be reset to the record start in case of an error. diff --git a/svx/source/engine3d/view3d.cxx b/svx/source/engine3d/view3d.cxx index 9deb51d57111..66de98fac589 100644 --- a/svx/source/engine3d/view3d.cxx +++ b/svx/source/engine3d/view3d.cxx @@ -1082,7 +1082,7 @@ void E3dView::DoDepthArrange(E3dScene* pScene, double fDepth) if(bOverlap) { - // second ciriteria: is another fillstyle or color used? + // second criteria: is another fillstyle or color used? const SfxItemSet& rCompareSet = pAct->mpObj->GetMergedItemSet(); drawing::FillStyle eCompareFillStyle = ITEMVALUE(rCompareSet, XATTR_FILLSTYLE, XFillStyleItem); diff --git a/sw/qa/extras/mailmerge/mailmerge.cxx b/sw/qa/extras/mailmerge/mailmerge.cxx index 4273747b4446..8e13aef44069 100644 --- a/sw/qa/extras/mailmerge/mailmerge.cxx +++ b/sw/qa/extras/mailmerge/mailmerge.cxx @@ -415,7 +415,7 @@ DECLARE_SHELL_MAILMERGE_TEST(testTdf90230, "empty.odt", "10-testing-addresses.od DECLARE_SHELL_MAILMERGE_TEST(testTdf92623, "tdf92623.odt", "10-testing-addresses.ods", "testing-addresses") { // Copying bookmarks for MM was broken because of the StartOfContent node copy - // copyied marks were off by one + // copied marks were off by one executeMailMerge(); SwXTextDocument* pTextDoc = dynamic_cast<SwXTextDocument *>(mxComponent.get()); diff --git a/sw/source/core/layout/pagechg.cxx b/sw/source/core/layout/pagechg.cxx index 2ef76fc9a4a4..0df9377d93a7 100644 --- a/sw/source/core/layout/pagechg.cxx +++ b/sw/source/core/layout/pagechg.cxx @@ -2225,7 +2225,7 @@ const SwPageFrame& SwPageFrame::GetFormatPage() const // #i88035# // Typically a right empty page frame has a next non-empty page frame and // a left empty page frame has a previous non-empty page frame. - // But under certain cirsumstances this assumption is not true - + // But under certain circumstances this assumption is not true - // e.g. during insertion of a left page at the end of the document right // after a left page in an intermediate state a right empty page does not // have a next page frame. diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx index 6f0bff7b02a1..2fc190ba9110 100644 --- a/vcl/source/filter/graphicfilter.cxx +++ b/vcl/source/filter/graphicfilter.cxx @@ -202,7 +202,7 @@ bool isPCT(SvStream& rStream, sal_uLong nStreamPos, sal_uLong nStreamLen) if (x1 > x2 || y1 > y2 || // bad bdbox (x1 == x2 && y1 == y2) || // 1 pixel picture - x2-x1 > 2048 || y2-y1 > 2048 ) // picture anormaly big + x2-x1 > 2048 || y2-y1 > 2048 ) // picture abnormally big bdBoxOk = false; // read version op diff --git a/vcl/source/filter/wmf/winmtf.cxx b/vcl/source/filter/wmf/winmtf.cxx index c5176296e5df..5c22b262ca39 100644 --- a/vcl/source/filter/wmf/winmtf.cxx +++ b/vcl/source/filter/wmf/winmtf.cxx @@ -1608,7 +1608,7 @@ void WinMtfOutput::ImplDrawBitmap( const Point& rPos, const Size& rSize, const B else { // no mask yet, create and add new mask. For better quality, use Alpha, - // this allws the drawn mask being processed with AnitAliasing (AAed) + // this allows the drawn mask being processed with AnitAliasing (AAed) aBmpEx = BitmapEx(rBitmap.GetBitmap(), aVDevMask); } } diff --git a/wizards/com/sun/star/wizards/ui/AggregateComponent.java b/wizards/com/sun/star/wizards/ui/AggregateComponent.java index af9c9cb7d2e3..09ca586af85a 100644 --- a/wizards/com/sun/star/wizards/ui/AggregateComponent.java +++ b/wizards/com/sun/star/wizards/ui/AggregateComponent.java @@ -53,7 +53,7 @@ public class AggregateComponent extends ControlScroller private ArrayList<ControlRow> ControlRowVector; private int lastHelpIndex; - /** Creates a new instance of AggrgateComponent */ + /** Creates a new instance of AggregateComponent */ public AggregateComponent(WizardDialog _CurUnoDialog, QueryMetaData _CurDBMetaData, int _iStep, int _iPosX, int _iPosY, int _iWidth, int _uitextfieldcount, int _firstHelpID) { super(_CurUnoDialog, _iStep, _iPosX + 10, _iPosY, _iWidth - 12, _uitextfieldcount, 18, _firstHelpID + 2); |