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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat May 4 01:38:23 UTC 2019


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

New commits:
commit 96f5b605338d28713ec8bf1e4d98efd18bf6f62a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:17 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Sat May 4 03:37:46 2019 +0200

    Fix typo
    
    Change-Id: I414fe36966ddcabad356f856c9285736ba089233
    Reviewed-on: https://gerrit.libreoffice.org/71775
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/dbaccess/source/core/inc/commandbase.hxx b/dbaccess/source/core/inc/commandbase.hxx
index 28396bb5e324..725e348760ef 100644
--- a/dbaccess/source/core/inc/commandbase.hxx
+++ b/dbaccess/source/core/inc/commandbase.hxx
@@ -35,7 +35,7 @@ public: // need public access
     css::uno::Sequence< css::beans::PropertyValue>
                                          m_aLayoutInformation;
     OUString                             m_sCommand;
-    bool                                 m_bEscapeProcessing;        // no BitField ! so it can be used with a OPropertyStateContainer
+    bool                                 m_bEscapeProcessing;        // no BitField! So it can be used with an OPropertyStateContainer
     OUString                             m_sUpdateTableName;
     OUString                             m_sUpdateSchemaName;
     OUString                             m_sUpdateCatalogName;


More information about the Libreoffice-commits mailing list