summaryrefslogtreecommitdiff
path: root/sw/source/core/ole/ndole.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-16 22:51:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-17 17:55:19 +0100
commit05f742d28b3786f44781af5b069c05c16b84decd (patch)
treedacb340f99ad4e47d20557eee04e6f69f5d15721 /sw/source/core/ole/ndole.cxx
parentfaced6b5f72b096800a232749cce6b38a76d5bac (diff)
comphelper: sal_Bool -> bool
Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
Diffstat (limited to 'sw/source/core/ole/ndole.cxx')
-rw-r--r--sw/source/core/ole/ndole.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx
index 020ee9ae1c2f..3a8d2ad5c708 100644
--- a/sw/source/core/ole/ndole.cxx
+++ b/sw/source/core/ole/ndole.cxx
@@ -361,7 +361,7 @@ sal_Bool SwOLENode::SavePersistentData()
if ( IsChart() && !sChartTblName.isEmpty() && !bChartWithInternalProvider )
bKeepObjectToTempStorage = sal_False;
- pCnt->RemoveEmbeddedObject( aOLEObj.aName, sal_False, bKeepObjectToTempStorage );
+ pCnt->RemoveEmbeddedObject( aOLEObj.aName, false, bKeepObjectToTempStorage );
// modify end
@@ -719,7 +719,7 @@ SwOLEObj::~SwOLEObj()
try
{
// remove object from container but don't close it
- pCnt->RemoveEmbeddedObject( aName, sal_False);
+ pCnt->RemoveEmbeddedObject( aName, false);
}
catch ( uno::Exception& )
{