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

Takeshi Abe tabe at fixedpoint.jp
Tue Aug 16 01:29:10 UTC 2016


 embeddedobj/source/general/docholder.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 989e8bc0d792f0dc5778746fac45de129a22d7ac
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Aug 16 10:27:46 2016 +0900

    loplugin:salbool
    
    Change-Id: Ib758a0b1c33173097aee80bff49b7c4937cf9fdf

diff --git a/embeddedobj/source/general/docholder.cxx b/embeddedobj/source/general/docholder.cxx
index b13fbbc..d465c21 100644
--- a/embeddedobj/source/general/docholder.cxx
+++ b/embeddedobj/source/general/docholder.cxx
@@ -717,7 +717,7 @@ bool DocumentHolder::ShowUI( const uno::Reference< css::frame::XLayoutManager >&
                     // TODO: moggi: why is this necessary?
                     if (!bIsChart)
                     {
-                        xContainerLM->setVisible( sal_False );
+                        xContainerLM->setVisible( false );
                         xContainerLM->lock();
                     }
                     bUnlock = true;


More information about the Libreoffice-commits mailing list