summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-23 13:06:38 +0200
committerNoel Grandin <noel@peralex.com>2016-02-24 11:48:38 +0200
commita9a04f11a6b3938aa2d8d0f8f21a866c65b761da (patch)
tree8784fd99b1a003649262ef5b5d1a192d3f517573 /comphelper
parentcd1bbdf0a494298882f79add7b5f28c3b56d9a14 (diff)
convert ComponentMethodGuard::MethodType to scoped enum
Change-Id: I1f1b4981c70c2b8ff8087a85f0af28b816b4654a
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/container/enumerablemap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx
index b04689f6f27f..0101b1a4423d 100644
--- a/comphelper/source/container/enumerablemap.cxx
+++ b/comphelper/source/container/enumerablemap.cxx
@@ -321,7 +321,7 @@ namespace comphelper
void SAL_CALL EnumerableMap::initialize( const Sequence< Any >& _arguments ) throw (Exception, RuntimeException, std::exception)
{
- ComponentMethodGuard aGuard( *this, ComponentMethodGuard::WithoutInit );
+ ComponentMethodGuard aGuard( *this, ComponentMethodGuard::MethodType::WithoutInit );
if ( impl_isInitialized_nothrow() )
throw AlreadyInitializedException();