[Libreoffice-commits] core.git: dbaccess/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 11 19:29:44 UTC 2019


 dbaccess/source/ui/inc/TableController.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f86384e312d5a98867ccd60859d1159607a9a550
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:49 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 21:28:16 2019 +0200

    Fix typo
    
    Change-Id: If3bf3f12aba80d4f3fb99867953fb046a86659fa
    Reviewed-on: https://gerrit.libreoffice.org/72156
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dbaccess/source/ui/inc/TableController.hxx b/dbaccess/source/ui/inc/TableController.hxx
index 1e542c10c19e..e6ab7c5ee3a8 100644
--- a/dbaccess/source/ui/inc/TableController.hxx
+++ b/dbaccess/source/ui/inc/TableController.hxx
@@ -48,7 +48,7 @@ namespace dbaui
         OUString        m_sTypeNames;           // these type names are the ones out of the resource file
         TOTypeInfoSP    m_pTypeInfo;            // fall back when type is unknown because database driver has a failure
 
-        bool            m_bAllowAutoIncrementValue; // no : 1 NO BIT , is true when the datasource has a AutoIncrementValue property in their info property
+        bool            m_bAllowAutoIncrementValue; // no : 1 NO BIT , is true when the datasource has an AutoIncrementValue property in their info property
         bool            m_bNew      : 1;        // is true when we create a new table
 
 


More information about the Libreoffice-commits mailing list