summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-04 16:10:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-04 16:15:29 +0100
commita80d75c701f7a83998e05d53a5899fbccb21d2cc (patch)
tree443fce8cf9e39c8ba5d3736ea307623b506dd14d /extensions
parentf26996bd3398afa789a5491968244563ccf70908 (diff)
-Werror,-Wreorder
Change-Id: I57a5c19143d59cfec42b0109846b7d62fec2b0ad
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/activex/SOActiveX.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/activex/SOActiveX.cxx b/extensions/source/activex/SOActiveX.cxx
index 0fdbb825940f..4fa427f3e8f3 100644
--- a/extensions/source/activex/SOActiveX.cxx
+++ b/extensions/source/activex/SOActiveX.cxx
@@ -150,8 +150,8 @@ CSOActiveX::CSOActiveX()
: mCookie(0)
, mCurFileUrl( L"private:factory/swriter" )
, mbLoad( FALSE )
-, mParentWin( NULL )
, mbViewOnly( TRUE )
+, mParentWin( NULL )
, mOffWin( NULL )
, mpDispatchInterceptor( NULL )
, mnVersion( SO_NOT_DETECTED )