diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-27 15:56:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 14:00:02 +0100 |
commit | 0cf4249df2eec9499dde7cc384f798f61c98ad9a (patch) | |
tree | bd4b8fc1035ceaaf263e5ac919791dc94dc2d792 /winaccessibility | |
parent | f7b287ef12ca316573bcc935fdbad4fd0d5fd188 (diff) |
-Werror,-Wreorder
Change-Id: Ica880a9ea0b613b833897c4ccefcc3ee286b80e8
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/service/AccObjectWinManager.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/service/AccObjectWinManager.cxx b/winaccessibility/source/service/AccObjectWinManager.cxx index 1bf4af30a4f3..4b48410217a5 100644 --- a/winaccessibility/source/service/AccObjectWinManager.cxx +++ b/winaccessibility/source/service/AccObjectWinManager.cxx @@ -63,8 +63,8 @@ using namespace com::sun::star::uno; * @return */ AccObjectWinManager::AccObjectWinManager( AccObjectManagerAgent* Agent ): - pAgent( Agent ), - oldFocus( NULL ) + oldFocus( NULL ), + pAgent( Agent ) { } |