summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/core/sdr/UndoActions.cxx2
-rw-r--r--reportdesign/source/core/sdr/UndoEnv.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/core/sdr/UndoActions.cxx b/reportdesign/source/core/sdr/UndoActions.cxx
index 2c6ea11629b3..86f617b239a7 100644
--- a/reportdesign/source/core/sdr/UndoActions.cxx
+++ b/reportdesign/source/core/sdr/UndoActions.cxx
@@ -117,7 +117,7 @@ OUndoContainerAction::OUndoContainerAction(SdrModel& _rMod
OUndoContainerAction::~OUndoContainerAction()
{
- // if we own the object ....
+ // if we own the object...
Reference< XComponent > xComp( m_xOwnElement, UNO_QUERY );
if ( xComp.is() )
{
diff --git a/reportdesign/source/core/sdr/UndoEnv.cxx b/reportdesign/source/core/sdr/UndoEnv.cxx
index a4abf09b6e58..80aab3c3a428 100644
--- a/reportdesign/source/core/sdr/UndoEnv.cxx
+++ b/reportdesign/source/core/sdr/UndoEnv.cxx
@@ -235,7 +235,7 @@ void SAL_CALL OXUndoEnvironment::propertyChange( const PropertyChangeEvent& _rEv
if (objectPos == m_pImpl->m_aPropertySetCache.end())
{
objectPos = m_pImpl->m_aPropertySetCache.emplace( xSet, ObjectInfo() ).first;
- DBG_ASSERT(objectPos != m_pImpl->m_aPropertySetCache.end(), "OXUndoEnvironment::propertyChange : just inserted it ... why it's not there ?");
+ DBG_ASSERT(objectPos != m_pImpl->m_aPropertySetCache.end(), "OXUndoEnvironment::propertyChange : just inserted it... why it's not there?");
}
if ( objectPos == m_pImpl->m_aPropertySetCache.end() )
return;
@@ -245,7 +245,7 @@ void SAL_CALL OXUndoEnvironment::propertyChange( const PropertyChangeEvent& _rEv
ObjectInfo& rObjectInfo = objectPos->second;
PropertiesInfo::const_iterator aPropertyPos = rObjectInfo.aProperties.find( _rEvent.PropertyName );
if ( aPropertyPos == rObjectInfo.aProperties.end() )
- { // nothing 'til now ... have to change this ....
+ { // nothing 'til now... have to change this...
// the attributes
Reference< XPropertySetInfo > xPSI( xSet->getPropertySetInfo(), UNO_SET_THROW );
sal_Int32 nPropertyAttributes = 0;