summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/exp_share.hxx20
1 files changed, 14 insertions, 6 deletions
diff --git a/xmlscript/source/xmldlg_imexp/exp_share.hxx b/xmlscript/source/xmldlg_imexp/exp_share.hxx
index bd3aacc13f1f..5a42ad3abdc1 100644
--- a/xmlscript/source/xmldlg_imexp/exp_share.hxx
+++ b/xmlscript/source/xmldlg_imexp/exp_share.hxx
@@ -53,12 +53,20 @@ struct Style
OUString _id;
- inline Style( short all_ ) SAL_THROW(())
- : _fontRelief( css::awt::FontRelief::NONE )
- , _fontEmphasisMark( css::awt::FontEmphasisMark::NONE )
- , _all( all_ )
- , _set( 0 )
- {}
+ Style( short all_ ) SAL_THROW(())
+ : _backgroundColor(0)
+ , _textColor(0)
+ , _textLineColor(0)
+ , _border(0)
+ , _borderColor(0)
+ , _fontRelief(css::awt::FontRelief::NONE)
+ , _fontEmphasisMark(css::awt::FontEmphasisMark::NONE)
+ , _fillColor(0)
+ , _visualEffect(0)
+ , _all(all_)
+ , _set(0)
+ {
+ }
css::uno::Reference< css::xml::sax::XAttributeList > createElement();
};