summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-12-11 02:38:09 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2010-12-11 02:38:09 +0100
commit9151daea714420bcd4193a10398d21af815f1e8d (patch)
treece3956fdcc340532db0cbed25ccda557862e1824 /UnoControls
parent87dfd625841e0c7c60b62714abe2b6d5c50693d9 (diff)
BaseContainerControl::removeControl: advance() is in the std namespace
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/base/basecontainercontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnoControls/source/base/basecontainercontrol.cxx b/UnoControls/source/base/basecontainercontrol.cxx
index b97ccd884fee..b7b9fc9d17ab 100644
--- a/UnoControls/source/base/basecontainercontrol.cxx
+++ b/UnoControls/source/base/basecontainercontrol.cxx
@@ -352,7 +352,7 @@ void SAL_CALL BaseContainerControl::removeControl ( const Reference< XControl >
// ... free memory
delete pControl ;
::std::vector<IMPL_ControlInfo*>::iterator itr = maControlInfoList.begin();
- advance(itr, n);
+ ::std::advance(itr, n);
maControlInfoList.erase(itr);
// Send message to all other listener