summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-07-03 07:59:31 +0000
committerRelease Engineers <releng@openoffice.org>2009-07-03 07:59:31 +0000
commit10f3260f4010b1547fb42d5c5395122d75d565eb (patch)
tree8f45f15e647170be0efa09e5657d8a22f29f0df9 /svtools
parent23cd960582d18a62ba135f5fd6a4c87d8b91a841 (diff)
CWS-TOOLING: integrate CWS fwk108
2009-05-27 09:53:38 +0200 cd r272332 : CWS-TOOLING: rebase CWS fwk108 to trunk@272291 (milestone: DEV300:m49) 2009-05-26 15:31:26 +0200 cd r272307 : CWS-TOOLING: rebase CWS fwk108 to trunk@271830 (milestone: DEV300:m48) 2009-04-08 12:56:05 +0200 cd r270636 : #i100910# Check for exact type for SfxVoidItem 2009-04-03 16:18:17 +0200 tl r270499 : #i100828# avoid loading library for language guessing at start-up
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/items1/itemset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/items1/itemset.cxx b/svtools/source/items1/itemset.cxx
index 48fe2877b892..6edeffe6d250 100644
--- a/svtools/source/items1/itemset.cxx
+++ b/svtools/source/items1/itemset.cxx
@@ -541,7 +541,7 @@ SfxItemState SfxItemSet::GetItemState( USHORT nWhich,
// Unterschiedlich vorhanden
return SFX_ITEM_DONTCARE;
- if ( (*ppFnd)->IsA(TYPE(SfxVoidItem)) )
+ if ( (*ppFnd)->Type() == TYPE(SfxVoidItem) )
return SFX_ITEM_DISABLED;
if (ppItem)