[Libreoffice-commits] core.git: dbaccess/source
Douglas Mencken
dougmencken at gmail.com
Mon Aug 25 23:24:35 PDT 2014
dbaccess/source/ui/inc/WCopyTable.hxx | 2 +-
dbaccess/source/ui/misc/WCopyTable.cxx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit df1b30925050dc6774b52d4bfabb0fb552930896
Author: Douglas Mencken <dougmencken at gmail.com>
Date: Mon Aug 25 07:16:18 2014 -0400
fix typo: Mesage -> Message
Change-Id: Id101590f915699b6ddd9822cd249a9a46d6e144a
Reviewed-on: https://gerrit.libreoffice.org/11107
Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
Tested-by: Noel Grandin <noelgrandin at gmail.com>
diff --git a/dbaccess/source/ui/inc/WCopyTable.hxx b/dbaccess/source/ui/inc/WCopyTable.hxx
index 0255753..671bdc9 100644
--- a/dbaccess/source/ui/inc/WCopyTable.hxx
+++ b/dbaccess/source/ui/inc/WCopyTable.hxx
@@ -407,7 +407,7 @@ namespace dbaui
void showColumnTypeNotSupported(const OUString& _rColumnName);
void removeColumnNameFromNameMap(const OUString& _sName);
- void showError(const OUString& _sErrorMesage);
+ void showError(const OUString& _sErrorMessage);
void showError(const ::com::sun::star::uno::Any& _aError);
};
}
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx
index 5edbe08..755d22b 100644
--- a/dbaccess/source/ui/misc/WCopyTable.cxx
+++ b/dbaccess/source/ui/misc/WCopyTable.cxx
@@ -1560,9 +1560,9 @@ void OCopyTableWizard::showColumnTypeNotSupported(const OUString& _rColumnName)
showError(sMessage);
}
-void OCopyTableWizard::showError(const OUString& _sErrorMesage)
+void OCopyTableWizard::showError(const OUString& _sErrorMessage)
{
- SQLExceptionInfo aInfo(_sErrorMesage);
+ SQLExceptionInfo aInfo(_sErrorMessage);
showError(aInfo.get());
}
More information about the Libreoffice-commits
mailing list