summaryrefslogtreecommitdiff
path: root/configmgr/source/propertynode.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-10-15 15:12:13 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-15 15:12:13 +0100
commit75dc349a4a79ee6010914cdd55a76a618d2df739 (patch)
tree38fbd7b05f41b9414eb823e72f34ee0c5f07e21e /configmgr/source/propertynode.hxx
parente63e28d7d6f74fd7a826afbeff618a2fd6ab0a3c (diff)
Close holes and wasted space in structures.
Diffstat (limited to 'configmgr/source/propertynode.hxx')
-rw-r--r--configmgr/source/propertynode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/propertynode.hxx b/configmgr/source/propertynode.hxx
index 506526ffcc1e..d85b30665522 100644
--- a/configmgr/source/propertynode.hxx
+++ b/configmgr/source/propertynode.hxx
@@ -73,9 +73,9 @@ private:
// as specified in the component-schema (TYPE_ANY, ...,
// TYPE_HEXBINARY_LIST; not TYPE_ERROR or TYPE_NIL)
bool nillable_;
- com::sun::star::uno::Any value_;
- rtl::OUString externalDescriptor_;
bool extension_;
+ rtl::OUString externalDescriptor_;
+ com::sun::star::uno::Any value_;
};
}