summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:25:02 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-04 10:21:01 +0000
commit0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (patch)
treeb5cf38ba79bb7259fe3aeedf660a2ce804b66369 /svtools
parent462e986e0dbd533b3a15696555e08489963c9542 (diff)
Fix typos
Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222 Reviewed-on: https://gerrit.libreoffice.org/16711 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/optionsdrawinglayer.cxx2
-rw-r--r--svtools/source/control/inettbc.cxx2
-rw-r--r--svtools/source/svrtf/svparser.cxx2
-rw-r--r--svtools/source/table/mousefunction.cxx2
-rw-r--r--svtools/source/uno/genericunodialog.cxx2
5 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx
index b4bd909015c1..1b1ecc80ebce 100644
--- a/svtools/source/config/optionsdrawinglayer.cxx
+++ b/svtools/source/config/optionsdrawinglayer.cxx
@@ -724,7 +724,7 @@ bool SvtOptionsDrawinglayer_Impl::IsAAPossibleOnThisSystem() const
pThat->m_bAllowAAChecked = true;
#ifdef WIN32
- // WIN32 uses GDIPlus with VCL forthe first incarnation; this will be enhanced
+ // WIN32 uses GDIPlus with VCL for the first incarnation; this will be enhanced
// in the future to use canvases and the canvas renderer, thus a AA-abled
// canvas needs to be checked here in the future.
// Currently, just allow AA for WIN32
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx
index 997ce064e248..4f3419845726 100644
--- a/svtools/source/control/inettbc.cxx
+++ b/svtools/source/control/inettbc.cxx
@@ -313,7 +313,7 @@ void SvtMatchContext_Impl::ReadFolder( const OUString& rURL,
|| aText.endsWith("/..");
// for pure home paths ( ~username ) the '.' at the end of rMatch
- // means that it poits to root catalog
+ // means that it points to root catalog
// this is done only for file contents since home paths parsing is useful only for them
if ( bPureHomePath && rMatch == "file:///." )
{
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx
index 50c231390e0d..7e1c05385f64 100644
--- a/svtools/source/svrtf/svparser.cxx
+++ b/svtools/source/svrtf/svparser.cxx
@@ -154,7 +154,7 @@ sal_Unicode SvParser::GetNextChar()
sal_Unicode c = 0U;
// When reading muliple bytes, we don't have to care about the file
- // position when we run inti the pending state. The file position is
+ // position when we run into the pending state. The file position is
// maintained by SaveState/RestoreState.
bool bErr;
if( bSwitchToUCS2 && 0 == rInput.Tell() )
diff --git a/svtools/source/table/mousefunction.cxx b/svtools/source/table/mousefunction.cxx
index 5a17fbc7d2b6..2dfbdca42554 100644
--- a/svtools/source/table/mousefunction.cxx
+++ b/svtools/source/table/mousefunction.cxx
@@ -39,7 +39,7 @@ namespace svt { namespace table
if ( m_nResizingColumn == COL_INVALID )
{
- // if we hit a column divider, change the mosue pointer accordingly
+ // if we hit a column divider, change the mouse pointer accordingly
Pointer aNewPointer( PointerStyle::Arrow );
TableCell const tableCell = i_tableControl.hitTest( aPoint );
if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) )
diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx
index 4b7f82f3d753..7f47b57a977e 100644
--- a/svtools/source/uno/genericunodialog.cxx
+++ b/svtools/source/uno/genericunodialog.cxx
@@ -262,7 +262,7 @@ void SAL_CALL OGenericUnoDialog::endExecute( ) throw(RuntimeException)
throw RuntimeException();
if (!m_pDialog->IsInExecute())
- // we tighly missed it ... another thread finished the execution of the dialog,
+ // we tightly missed it... another thread finished the execution of the dialog,
// but did not manage it to reset m_bExecuting, it currently tries to acquire
// m_aMutex or m_aExecutionMutex
// => nothing to do