summaryrefslogtreecommitdiff
path: root/idlc/source/attributeexceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/attributeexceptions.hxx')
-rw-r--r--idlc/source/attributeexceptions.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/idlc/source/attributeexceptions.hxx b/idlc/source/attributeexceptions.hxx
index e1a3033a95bf..82ce1cf19eeb 100644
--- a/idlc/source/attributeexceptions.hxx
+++ b/idlc/source/attributeexceptions.hxx
@@ -22,10 +22,12 @@
#include <rtl/ustring.hxx>
-struct AttributeExceptions {
- struct Part {
- OUString const * documentation;
- DeclList const * exceptions;
+struct AttributeExceptions
+{
+ struct Part
+ {
+ OUString const* documentation;
+ DeclList const* exceptions;
};
Part get;
Part set;