summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-20 08:10:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-24 08:46:57 +0100
commitd1f44ab2d827b3e3375be7128316c7bca7ae46e5 (patch)
treebd967b82aa76d96e23630f10487d613239f3b18e /extensions
parent0ea675516163d08db063b4b5ede5cc3317cbae2e (diff)
-Werror,-Wreorder
Change-Id: Iccdd21e974671f8d02cf1b55f0f828cdc881aedc
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 fdb312e39105..c0505d9f0b91 100644
--- a/extensions/source/activex/SOActiveX.cxx
+++ b/extensions/source/activex/SOActiveX.cxx
@@ -145,8 +145,8 @@ CSOActiveX::CSOActiveX()
, mCurFileUrl( L"private:factory/swriter" )
, mbLoad( FALSE )
, mParentWin( NULL )
-, mOffWin( NULL )
, mbViewOnly( TRUE )
+, mOffWin( NULL )
, mpDispatchInterceptor( NULL )
, mnVersion( SO_NOT_DETECTED )
, mbReadyForActivation( FALSE )