Kaydet (Commit) faa63bb9 authored tarafından Caolán McNamara's avatar Caolán McNamara

CID#708571 uninitialized members

Change-Id: I786b81d0982e814a9f9f8d88cb724042de7cfd81
üst 225539ab
...@@ -22,7 +22,10 @@ using namespace ::com::sun::star; ...@@ -22,7 +22,10 @@ using namespace ::com::sun::star;
using namespace ::ooo::vba; using namespace ::ooo::vba;
VbaPageSetupBase::VbaPageSetupBase(const uno::Reference< XHelperInterface >& xParent, VbaPageSetupBase::VbaPageSetupBase(const uno::Reference< XHelperInterface >& xParent,
const uno::Reference< uno::XComponentContext >& xContext ) throw (uno::RuntimeException): VbaPageSetupBase_BASE( xParent, xContext ) const uno::Reference< uno::XComponentContext >& xContext ) throw (uno::RuntimeException)
: VbaPageSetupBase_BASE( xParent, xContext )
, mnOrientLandscape(0)
, mnOrientPortrait(0)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment