summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdibrow.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-12 17:35:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-12 17:36:06 +0200
commit0765c16b6a738974fee600280b82dc46bb06b3b6 (patch)
tree7b59cd3d0033e404bf3ae0b62573c4cdb88eee2c /svx/source/svdraw/svdibrow.cxx
parent81bf87fec424e1d907a866d439559b7d69dee0db (diff)
Consistency around SdrOnOffItem in svx/sxcaitm.hxx
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I1a88c73c8e4c764a6beadb8bb54910d868a12d93
Diffstat (limited to 'svx/source/svdraw/svdibrow.cxx')
-rw-r--r--svx/source/svdraw/svdibrow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdibrow.cxx b/svx/source/svdraw/svdibrow.cxx
index 13f270303709..70e30e67dbfd 100644
--- a/svx/source/svdraw/svdibrow.cxx
+++ b/svx/source/svdraw/svdibrow.cxx
@@ -764,7 +764,7 @@ bool IsItemIneffective(sal_uInt16 nWhich, const SfxItemSet* pSet, sal_uInt16& rI
case SDRATTR_CAPTIONANGLE: {
rIndent=1;
if (ImpGetItem(*pSet,SDRATTR_CAPTIONFIXEDANGLE,pItem)) {
- bool bFixed=((const SdrCaptionFixedAngleItem*)pItem)->GetValue();
+ bool bFixed=((const SdrOnOffItem*)pItem)->GetValue();
if (!bFixed) return true;
}
} break;