summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:25:53 -0400
commitd955148381be3496b091fab7c2335d080634d376 (patch)
treefed9feebbc3cf62cc75b7a5d7d11d4391ac66521 /svtools
parent1ca1ab42e7a7e7132375cb07745b33f635dd62e8 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 64d624b65124ac02d8ee59b135593fd9d8eb9067) Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/fontsubstconfig.cxx2
-rw-r--r--svtools/source/contnr/treelistbox.cxx2
-rw-r--r--svtools/source/control/ctrltool.cxx2
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx2
-rw-r--r--svtools/source/filter/exportdialog.cxx2
-rw-r--r--svtools/source/graphic/grfmgr.cxx2
-rw-r--r--svtools/source/misc/transfer.cxx2
-rw-r--r--svtools/source/svhtml/parhtml.cxx2
-rw-r--r--svtools/source/table/tablecontrol.cxx2
-rw-r--r--svtools/source/table/tablecontrol_impl.hxx2
-rw-r--r--svtools/source/uno/unoiface.cxx4
11 files changed, 12 insertions, 12 deletions
diff --git a/svtools/source/config/fontsubstconfig.cxx b/svtools/source/config/fontsubstconfig.cxx
index 2c1e0e90440e..9f5d9e7fe000 100644
--- a/svtools/source/config/fontsubstconfig.cxx
+++ b/svtools/source/config/fontsubstconfig.cxx
@@ -164,7 +164,7 @@ void SvtFontSubstConfig::Apply()
{
OutputDevice::BeginFontSubstitution();
- // remove old substitions
+ // remove old substitutions
sal_uInt16 nOldCount = OutputDevice::GetFontSubstituteCount();
while (nOldCount)
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index 8b5bcb885b8d..f9741e67de23 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -20,7 +20,7 @@
/*
TODO:
- delete anchor in SelectionEngine when selecting manually
- - SelectAll( false ) => only repaint the delselected entries
+ - SelectAll( false ) => only repaint the deselected entries
*/
#include <svtools/treelistbox.hxx>
diff --git a/svtools/source/control/ctrltool.cxx b/svtools/source/control/ctrltool.cxx
index 70b30c19907b..6ed7b4301a16 100644
--- a/svtools/source/control/ctrltool.cxx
+++ b/svtools/source/control/ctrltool.cxx
@@ -733,7 +733,7 @@ const sal_IntPtr* FontList::GetSizeAry( const vcl::FontInfo& rInfo ) const
const_cast<FontList*>(this)->mpSizeAry = nullptr;
}
- // use standarad sizes if no name
+ // use standard sizes if no name
if ( rInfo.GetName().isEmpty() )
return aStdSizeAry;
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index 0f28cfe0f3e9..b42b6f139a6f 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -356,7 +356,7 @@ namespace svt
// reset the WB_DEFBUTTON for every window which is a button
implResetDefault(this);
- // set it's new style
+ // set its new style
if (_pNewDefButton)
_pNewDefButton->SetStyle(_pNewDefButton->GetStyle() | WB_DEFBUTTON);
}
diff --git a/svtools/source/filter/exportdialog.cxx b/svtools/source/filter/exportdialog.cxx
index 70abae2c01f4..e39bf5d2a00a 100644
--- a/svtools/source/filter/exportdialog.cxx
+++ b/svtools/source/filter/exportdialog.cxx
@@ -618,7 +618,7 @@ ExportDialog::ExportDialog(FltCallDialogParameter& rPara,
GetGraphicSource();
get(mpInfo, "information");
- get(mpFtEstimatedSize, "estsizeft");;
+ get(mpFtEstimatedSize, "estsizeft");
get(mpBtnOK, "ok");
diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx
index eef174cba873..40b601ea09ce 100644
--- a/svtools/source/graphic/grfmgr.cxx
+++ b/svtools/source/graphic/grfmgr.cxx
@@ -823,7 +823,7 @@ Graphic GraphicObject::GetTransformedGraphic( const Size& rDestSize, const MapMo
&& aSrcSizePixel.Width())
{
// the size in pixels calculated from Graphic's internal MapMode (aTransGraphic.GetPrefMapMode())
- // and it's internal size (aTransGraphic.GetPrefSize()) is different from it's real pixel size.
+ // and it's internal size (aTransGraphic.GetPrefSize()) is different from its real pixel size.
// This can be interpreted as this values to be set wrong, but needs to be corrected since e.g.
// existing cropping is calculated based on this logic values already.
// aBitmapEx.Scale(aSrcSizePixel);
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index 2a2d0171722f..bded0896634a 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -1522,7 +1522,7 @@ bool TransferableDataHelper::GetString( const DataFlavor& rFlavor, OUString& rSt
const sal_Char* pChars = reinterpret_cast< const sal_Char* >( aSeq.getConstArray() );
sal_Int32 nLen = aSeq.getLength();
- //JP 10.10.2001: 92930 - don't copy the last zero characterinto the string.
+ //JP 10.10.2001: 92930 - don't copy the last zero character into the string.
//DVO 2002-05-27: strip _all_ trailing zeros
while( nLen && ( 0 == *( pChars + nLen - 1 ) ) )
--nLen;
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index 3f156b7f8629..801e4e00ae68 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -1445,7 +1445,7 @@ const HTMLOptions& HTMLParser::GetOptions( sal_uInt16 *pNoConvertToken )
// Actually only certain characters allowed.
// Netscape only looks for "=" and white space (c.f.
- // Mozilla: PA_FetchRequestedNameValues in lipparse/pa_mdl.c)
+ // Mozilla: PA_FetchRequestedNameValues in libparse/pa_mdl.c)
while( nPos < aToken.getLength() && '=' != (cChar=aToken[nPos]) &&
HTML_ISPRINTABLE(cChar) && !HTML_ISSPACE(cChar) )
nPos++;
diff --git a/svtools/source/table/tablecontrol.cxx b/svtools/source/table/tablecontrol.cxx
index 867b2f52ade2..8d997330e6aa 100644
--- a/svtools/source/table/tablecontrol.cxx
+++ b/svtools/source/table/tablecontrol.cxx
@@ -314,7 +314,7 @@ namespace svt { namespace table
aRetText = "ColumnHeaderBar";
break;
case TCTYPE_TABLECELL:
- //the name of the cell constists of column name and row name if defined
+ //the name of the cell consists of column name and row name if defined
//if the name is equal to cell content, it'll be read twice
if(GetModel()->hasColumnHeaders())
{
diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx
index 0b8795574aef..ab0af6f64197 100644
--- a/svtools/source/table/tablecontrol_impl.hxx
+++ b/svtools/source/table/tablecontrol_impl.hxx
@@ -178,7 +178,7 @@ namespace svt { namespace table
the row position which should be visibleMust be non-negative, and smaller
than the row count.
@param _bAcceptPartialVisibility
- <TRUE/> if it's okay that the given cooordinate is only partially visible
+ <TRUE/> if it's okay that the given coordinate is only partially visible
*/
void ensureVisible( ColPos _nColumn, RowPos _nRow, bool _bAcceptPartialVisibility );
diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx
index 8d5db2fd8c66..df5a473b5a7a 100644
--- a/svtools/source/uno/unoiface.cxx
+++ b/svtools/source/uno/unoiface.cxx
@@ -514,7 +514,7 @@ void SAL_CALL VCLXMultiLineEdit::setFocus( ) throw(css::uno::RuntimeException,
SolarMutexGuard aGuard;
// don't grab the focus if we already have it. Reason is that the only thing which the edit
- // does is forwarding the focus to it's text window. This text window then does a "select all".
+ // does is forwarding the focus to its text window. This text window then does a "select all".
// So if the text window already has the focus, and we give the focus to the multi line
// edit, then all which happens is that everything is selected.
// #i27072#
@@ -906,7 +906,7 @@ void SVTXFormattedField::setProperty( const OUString& PropertyName, const css::u
// no double
if (Value.hasValue())
{ // but a value
- // try if it is something converitble
+ // try if it is something convertible
sal_Int32 nValue = 0;
if (!(Value >>= nValue))
throw css::lang::IllegalArgumentException();