summaryrefslogtreecommitdiff
path: root/binaryurp/source/outgoingrequest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/outgoingrequest.hxx')
-rw-r--r--binaryurp/source/outgoingrequest.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/binaryurp/source/outgoingrequest.hxx b/binaryurp/source/outgoingrequest.hxx
index f5abda34a302..eb2c8a7e5212 100644
--- a/binaryurp/source/outgoingrequest.hxx
+++ b/binaryurp/source/outgoingrequest.hxx
@@ -31,13 +31,13 @@ struct OutgoingRequest {
OutgoingRequest(
Kind theKind, com::sun::star::uno::TypeDescription const & theMember,
bool theSetter):
- kind(theKind), member(theMember), setter(theSetter)
+ member(theMember), kind(theKind), setter(theSetter)
{}
- Kind kind;
-
com::sun::star::uno::TypeDescription member;
+ Kind kind;
+
bool setter;
};