summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-21 21:49:44 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-21 21:50:01 +0100
commitf68cd77923ed996c372e6814d615c6faf635626a (patch)
tree3a84c352c14b3c6902be140bdc8d2e3cb5c56fdc /dbaccess
parente052f55236e2cdd4ebe6a126b570415b5a1b4ea5 (diff)
Fix type unkown -> unknown
Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/TableController.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/TableController.hxx b/dbaccess/source/ui/inc/TableController.hxx
index cebe6b794f63..b5eda7cb613a 100644
--- a/dbaccess/source/ui/inc/TableController.hxx
+++ b/dbaccess/source/ui/inc/TableController.hxx
@@ -49,7 +49,7 @@ namespace dbaui
::rtl::OUString m_sName; // table for update data
::rtl::OUString m_sAutoIncrementValue; // the autoincrement value set in the datasource
String m_sTypeNames; // these type names are the ones out of the resource file
- TOTypeInfoSP m_pTypeInfo; // fall back when type is unkown because database driver has a failure
+ TOTypeInfoSP m_pTypeInfo; // fall back when type is unknown because database driver has a failure
sal_Bool m_bAllowAutoIncrementValue; // no : 1 NO BIT , is true when the datasource has a AutoIncrementValue property in their info property
sal_Bool m_bNew : 1; // is true when we create a new table