From 1a8915ef8302b13b781977209ae1fa41f5f659dc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 29 Jun 2015 16:56:44 +0200 Subject: Fix typos Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins Reviewed-by: Andras Timar --- dbaccess/source/ui/dlg/dbwizsetup.cxx | 2 +- dbaccess/source/ui/inc/unodatbr.hxx | 2 +- dbaccess/source/ui/tabledesign/TEditControl.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/dlg/dbwizsetup.cxx b/dbaccess/source/ui/dlg/dbwizsetup.cxx index c71fe8871088..71cf17d16f47 100644 --- a/dbaccess/source/ui/dlg/dbwizsetup.cxx +++ b/dbaccess/source/ui/dlg/dbwizsetup.cxx @@ -723,7 +723,7 @@ bool ODbTypeWizDialogSetup::SaveDatabaseDocument() InteractiveIOException aRequest; aRequest.Classification = InteractionClassification_ERROR; if ( aError.isExtractableTo( ::cppu::UnoType< IOException >::get() ) ) - // assume savint the document faile + // assume saving the document failed aRequest.Code = IOErrorCode_CANT_WRITE; else aRequest.Code = IOErrorCode_GENERAL; diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx index 7caac7df795c..fb8d26629f05 100644 --- a/dbaccess/source/ui/inc/unodatbr.hxx +++ b/dbaccess/source/ui/inc/unodatbr.hxx @@ -305,7 +305,7 @@ namespace dbaui // disposes the connection associated with the given entry (which must represent a data source) void disposeConnection( SvTreeListEntry* _pDSEntry ); - /// flushs and disposes the given connection, and de-registers as listener + /// flushes and disposes the given connection, and de-registers as listener void impl_releaseConnection( SharedConnection& _rxConnection ); /** close the connection (and collapse the list entries) of the given list entries diff --git a/dbaccess/source/ui/tabledesign/TEditControl.cxx b/dbaccess/source/ui/tabledesign/TEditControl.cxx index ba648963ba85..e118049bc39e 100644 --- a/dbaccess/source/ui/tabledesign/TEditControl.cxx +++ b/dbaccess/source/ui/tabledesign/TEditControl.cxx @@ -594,7 +594,7 @@ bool OTableEditorCtrl::SaveModified() switch( nColId ) { - // Fieled type + // Field type case FIELD_TYPE: { // Reset the type -- cgit