summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:22:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:22:57 +0000
commit6e6a0ab6222ce915092ba0a090660d1cc0ba46e1 (patch)
treee3cf29c86f8e42a5b91196b79344e88c33334bbb /configmgr
parent0fa52727cb049b0065eae63c66fb5a0293a1adf7 (diff)
INTEGRATION: CWS warnings01 (1.4.242); FILE MERGED
2006/02/14 10:17:32 cd 1.4.242.1: #i55991# Fix warnings for ms c++ compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/anypair.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/inc/anypair.hxx b/configmgr/source/inc/anypair.hxx
index d48bc531ee..fbecc89c90 100644
--- a/configmgr/source/inc/anypair.hxx
+++ b/configmgr/source/inc/anypair.hxx
@@ -112,7 +112,7 @@ namespace configmgr
bool hasValue(SelectMember _select = SELECT_BOTH) const
{
- return !cfgmgr_AnyPair_isNull(&m_aAnyPair.desc, _select);
+ return !cfgmgr_AnyPair_isNull(&m_aAnyPair.desc, (cfgmgr_SelectorType)_select);
}
bool hasFirst() const
{