summaryrefslogtreecommitdiff
path: root/unodevtools/source/skeletonmaker/javacompskeleton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/skeletonmaker/javacompskeleton.cxx')
-rw-r--r--unodevtools/source/skeletonmaker/javacompskeleton.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
index f255989a79ac..b4d26e0e0a18 100644
--- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
@@ -197,7 +197,7 @@ static bool checkAttribute(
/* com::sun::star::beans::PropertyValue::CONSTRAINED */ 4,
/* com::sun::star::beans::PropertyValue::TRANSIENT */ 8,
/* com::sun::star::beans::PropertyValue::READONLY */ 16,
- /* com::sun::star::beans::PropertyValue::MAYBEAMBIGIOUS */ 32,
+ /* com::sun::star::beans::PropertyValue::MAYBEAMBIGUOUS */ 32,
/* com::sun::star::beans::PropertyValue::MAYBEDEFAULT */ 64,
/* com::sun::star::beans::PropertyValue::REMOVABLE */ 128,
/* com::sun::star::beans::PropertyValue::OPTIONAL */ 256 };
@@ -227,7 +227,7 @@ static bool checkAttribute(
attributeValue.append("PropertyAttribute.READONLY");
break;
case 32:
- attributeValue.append("PropertyAttribute.MAYBEAMBIGIOUS");
+ attributeValue.append("PropertyAttribute.MAYBEAMBIGUOUS");
break;
case 64:
attributeValue.append("PropertyAttribute.MAYBEDEFAULT");