summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncommon.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx
index 7910d163d543..98d388681ddf 100644
--- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx
+++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx
@@ -137,12 +137,10 @@ void checkAttributes(rtl::Reference< TypeManager > const & manager,
(unoidl::AccumulationBasedServiceEntity::Property::
Attributes(
((i->bound
- ? (unoidl::AccumulationBasedServiceEntity::
- Property::ATTRIBUTE_BOUND)
+ ? unoidl::AccumulationBasedServiceEntity::Property::ATTRIBUTE_BOUND
: 0)
| (i->readOnly
- ? (unoidl::AccumulationBasedServiceEntity::
- Property::ATTRIBUTE_READ_ONLY)
+ ? unoidl::AccumulationBasedServiceEntity::Property::ATTRIBUTE_READ_ONLY
: 0)))),
std::vector< OUString >());
}