summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcl/lstbox.h2
-rw-r--r--vcl/qa/complex/memCheck/CheckMemoryUsage.java2
-rw-r--r--vcl/source/app/svapp.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/vcl/lstbox.h b/vcl/inc/vcl/lstbox.h
index a6d483204eae..1d9dd30c809b 100644
--- a/vcl/inc/vcl/lstbox.h
+++ b/vcl/inc/vcl/lstbox.h
@@ -33,7 +33,7 @@
// !! to change the internal behaviour of the ListBox implementation !!
// !! for specific entries. !!
-/** this flag disables a selection of an entry completly. It is not
+/** this flag disables a selection of an entry completely. It is not
possible to select such entries either from the user interface
nor from the ListBox methods. Cursor traveling is handled correctly.
This flag can be used to add titles to a ListBox.
diff --git a/vcl/qa/complex/memCheck/CheckMemoryUsage.java b/vcl/qa/complex/memCheck/CheckMemoryUsage.java
index 0504d0e02c2b..3c11d0042511 100644
--- a/vcl/qa/complex/memCheck/CheckMemoryUsage.java
+++ b/vcl/qa/complex/memCheck/CheckMemoryUsage.java
@@ -119,7 +119,7 @@ public class CheckMemoryUsage /* extends ComplexTestCase */
// return new String[] {"loadAndSaveDocuments"};
// }
/**
- * Collect all documnets to load and all filters used for export.
+ * Collect all documents to load and all filters used for export.
*/
@Before
public void before()
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index b5acabe1fcc7..b3ebdf5d8bc9 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -1632,7 +1632,7 @@ UnoWrapperBase* Application::GetUnoWrapper( sal_Bool bCreateIfNotExist )
void Application::SetUnoWrapper( UnoWrapperBase* pWrapper )
{
ImplSVData* pSVData = ImplGetSVData();
- DBG_ASSERT( !pSVData->mpUnoWrapper, "SetUnoWrapper: Wrapper allready exists" );
+ DBG_ASSERT( !pSVData->mpUnoWrapper, "SetUnoWrapper: Wrapper already exists" );
pSVData->mpUnoWrapper = pWrapper;
}