summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/documentcontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/dataaccess/documentcontainer.cxx')
-rw-r--r--dbaccess/source/core/dataaccess/documentcontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/dataaccess/documentcontainer.cxx b/dbaccess/source/core/dataaccess/documentcontainer.cxx
index ad11290dbcbb..aaff380002a4 100644
--- a/dbaccess/source/core/dataaccess/documentcontainer.cxx
+++ b/dbaccess/source/core/dataaccess/documentcontainer.cxx
@@ -746,9 +746,9 @@ void SAL_CALL ODocumentContainer::rename( const OUString& newName ) throw (SQLEx
Any aNew = makeAny(newName);
aGuard.clear();
- fire(&nHandle, &aNew, &aOld, 1, sal_True );
+ fire(&nHandle, &aNew, &aOld, 1, true );
m_pImpl->m_aProps.aTitle = newName;
- fire(&nHandle, &aNew, &aOld, 1, sal_False );
+ fire(&nHandle, &aNew, &aOld, 1, false );
}
catch(const PropertyVetoException&)
{