summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsysui/desktop/share/create_mime_xml.pl4
-rw-r--r--test/source/sheet/xspreadsheets2.cxx2
-rw-r--r--test/source/view/xformlayeraccess.cxx2
-rw-r--r--testtools/source/bridgetest/idl/bridgetest.idl2
-rw-r--r--testtools/source/cliversioning/makefile.mk2
-rw-r--r--toolkit/inc/helper/imagealign.hxx4
-rw-r--r--toolkit/qa/complex/toolkit/AccessibleStatusBar.java2
-rw-r--r--toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java2
-rw-r--r--toolkit/qa/complex/toolkit/GridControl.java2
9 files changed, 11 insertions, 11 deletions
diff --git a/sysui/desktop/share/create_mime_xml.pl b/sysui/desktop/share/create_mime_xml.pl
index da2b198c79a3..4d41cf43ea73 100755
--- a/sysui/desktop/share/create_mime_xml.pl
+++ b/sysui/desktop/share/create_mime_xml.pl
@@ -114,8 +114,8 @@ sub getMimedata {
}
close DESKTOP_FILE;
# die if we cannot determine the glob-pattern or mimtetype
- die "Could not get mime-type fom $desktop_file" if ($mimetype eq "");
- die "Could not get glob-pattern fom $desktop_file" if ($glob eq "");
+ die "Could not get mime-type from $desktop_file" if ($mimetype eq "");
+ die "Could not get glob-pattern from $desktop_file" if ($glob eq "");
}
## END vim: set ts=4:
diff --git a/test/source/sheet/xspreadsheets2.cxx b/test/source/sheet/xspreadsheets2.cxx
index df6ae9a6c321..9b500977fe5d 100644
--- a/test/source/sheet/xspreadsheets2.cxx
+++ b/test/source/sheet/xspreadsheets2.cxx
@@ -60,7 +60,7 @@ XSpreadsheets2::~XSpreadsheets2()
void XSpreadsheets2::testImportedSheetNameAndIndex()
{
/**
- Verfiy that the imported sheet has the correct name and is placed at the right requested index
+ Verify that the imported sheet has the correct name and is placed at the right requested index
*/
importSheetToCopy();
diff --git a/test/source/view/xformlayeraccess.cxx b/test/source/view/xformlayeraccess.cxx
index de8053ba862e..9994066ee32c 100644
--- a/test/source/view/xformlayeraccess.cxx
+++ b/test/source/view/xformlayeraccess.cxx
@@ -27,7 +27,7 @@ void XFormLayerAccess::testGetFormController()
const bool bCurrentMode = xFLA->isFormDesignMode();
- // delibritly don't use UNO_QUERY_THROW, so we can use
+ // deliberately don't use UNO_QUERY_THROW, so we can use
// uno::XInterface::is() in CPPUNIT_ASSERT()
xFLA->setFormDesignMode(false);
uno::Reference<form::runtime::XFormController> xFC = xFLA->getFormController(m_xForm);
diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl
index 8ddfc2bfd234..4e99101807c9 100644
--- a/testtools/source/bridgetest/idl/bridgetest.idl
+++ b/testtools/source/bridgetest/idl/bridgetest.idl
@@ -361,7 +361,7 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface
/***
* This method returns the parameter value.
- * Method to extensivly test anys.
+ * Method to extensively test anys.
****/
any transportAny( [in] any value );
diff --git a/testtools/source/cliversioning/makefile.mk b/testtools/source/cliversioning/makefile.mk
index 8c5d318e82e2..aabbeb2969d0 100644
--- a/testtools/source/cliversioning/makefile.mk
+++ b/testtools/source/cliversioning/makefile.mk
@@ -116,7 +116,7 @@ RUNINSTRUCTIONS :
@echo To run the test go to qa\cliversioning, run dmake and follow instructions.
@echo .
@echo Or install an office with full system integration and run $(BIN)$/runtests.exe
- @echo in a console withouth build environment.
+ @echo in a console without build environment.
@echo .
@echo Or install an office with setup /a. Expand PATH with the bin folder of the URE.
@echo Set UNO_PATH=system_path_to_program_folder
diff --git a/toolkit/inc/helper/imagealign.hxx b/toolkit/inc/helper/imagealign.hxx
index 60ade5d36580..a61039f29c76 100644
--- a/toolkit/inc/helper/imagealign.hxx
+++ b/toolkit/inc/helper/imagealign.hxx
@@ -28,11 +28,11 @@ namespace toolkit
{
- /** translates a VCL ImageAlign value into an css.awt.ImagePosition value
+ /** translates a VCL ImageAlign value into a css.awt.ImagePosition value
*/
sal_Int16 translateImagePosition( ImageAlign _eVCLAlign );
- /** translates a css.awt.ImagePosition value into an VCL ImageAlign
+ /** translates a css.awt.ImagePosition value into a VCL ImageAlign
*/
ImageAlign translateImagePosition( sal_Int16 _nImagePosition );
diff --git a/toolkit/qa/complex/toolkit/AccessibleStatusBar.java b/toolkit/qa/complex/toolkit/AccessibleStatusBar.java
index ccdf2b87ff03..abed29c5680c 100644
--- a/toolkit/qa/complex/toolkit/AccessibleStatusBar.java
+++ b/toolkit/qa/complex/toolkit/AccessibleStatusBar.java
@@ -184,7 +184,7 @@ public class AccessibleStatusBar {
}
}
/**
- * Test the interfaces on an calc document
+ * Test the interfaces on a calc document
*/
public void checkCalcDoc() {
xMSF = getMSF();
diff --git a/toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java b/toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java
index 524aaf5148ee..a3fac8c3dec0 100644
--- a/toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java
+++ b/toolkit/qa/complex/toolkit/AccessibleStatusBarItem.java
@@ -187,7 +187,7 @@ public class AccessibleStatusBarItem {
}
}
/**
- * Test the interfaces on an calc document
+ * Test the interfaces on a calc document
*/
public void checkCalcDoc() {
xMSF = getMSF();
diff --git a/toolkit/qa/complex/toolkit/GridControl.java b/toolkit/qa/complex/toolkit/GridControl.java
index e76fe9fab55a..8b1bcea411b2 100644
--- a/toolkit/qa/complex/toolkit/GridControl.java
+++ b/toolkit/qa/complex/toolkit/GridControl.java
@@ -114,7 +114,7 @@ public class GridControl
// clone the grid model
final XCloneable cloneable = UnoRuntime.queryInterface( XCloneable.class, m_gridControlModel );
- assertNotNull( "all UnoControlModel's are expected to be cloneable", cloneable );
+ assertNotNull( "all UnoControlModel's are expected to be clonable", cloneable );
final XInterface clone = cloneable.createClone();
final XPropertySet clonedProps = UnoRuntime.queryInterface( XPropertySet.class, clone );