summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/cellbindinghandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/cellbindinghandler.cxx')
-rw-r--r--extensions/source/propctrlr/cellbindinghandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/cellbindinghandler.cxx b/extensions/source/propctrlr/cellbindinghandler.cxx
index 3ac05914569c..930f717301c7 100644
--- a/extensions/source/propctrlr/cellbindinghandler.cxx
+++ b/extensions/source/propctrlr/cellbindinghandler.cxx
@@ -107,7 +107,7 @@ namespace pcr
if ( !_rxInspectorUI.is() )
throw NullPointerException();
- ::std::vector< PropertyId > aDependentProperties;
+ std::vector< PropertyId > aDependentProperties;
switch ( nActuatingPropId )
{
@@ -189,7 +189,7 @@ namespace pcr
OSL_FAIL( "CellBindingPropertyHandler::actuatingPropertyChanged: did not register for this property!" );
}
- for ( ::std::vector< PropertyId >::const_iterator loopAffected = aDependentProperties.begin();
+ for ( std::vector< PropertyId >::const_iterator loopAffected = aDependentProperties.begin();
loopAffected != aDependentProperties.end();
++loopAffected
)
@@ -444,7 +444,7 @@ namespace pcr
Sequence< Property > SAL_CALL CellBindingPropertyHandler::doDescribeSupportedProperties() const
{
- ::std::vector< Property > aProperties;
+ std::vector< Property > aProperties;
bool bAllowCellLinking = m_pHelper.get() && m_pHelper->isCellBindingAllowed();
bool bAllowCellIntLinking = m_pHelper.get() && m_pHelper->isCellIntegerBindingAllowed();