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

Stephan Bergmann sbergman at redhat.com
Thu Jan 23 23:37:00 PST 2014


 dbaccess/source/ui/browser/unodatbr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fffacd58d84225650edfbe17211ca4bbf6f1997a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jan 24 08:36:34 2014 +0100

    bool improvements
    
    Change-Id: I20fbe8d5b25460959d4192f18431a585dbfb260f

diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index e67c122..6851033 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -3172,7 +3172,7 @@ void SbaTableQueryBrowser::impl_initialize()
 
     // are we loaded into a (sub)frame of an embedded document (i.e. a form belonging to a database
     // document)?
-    sal_Bool bSubFrameOfEmbeddedDocument = sal_False;
+    bool bSubFrameOfEmbeddedDocument = false;
     if ( xFrame.is() )
     {
         Reference<XFramesSupplier> xSup = xFrame->getCreator();


More information about the Libreoffice-commits mailing list