summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/exp_share.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:11:40 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:48 +0200
commitdfd44d0b122869e291ba42085e31164a401a0a23 (patch)
tree5d021229f819e04824a72045517b9c30d2b41b22 /xmlscript/source/xmldlg_imexp/exp_share.hxx
parente5c20a785c5fafdd4dc9e6ac14ce548d2a527571 (diff)
xmlscript: remove SAL_THROW macro
Change-Id: Ic830c23d8696fde323dcf67697248a84658be2bf
Diffstat (limited to 'xmlscript/source/xmldlg_imexp/exp_share.hxx')
-rw-r--r--xmlscript/source/xmldlg_imexp/exp_share.hxx91
1 files changed, 31 insertions, 60 deletions
diff --git a/xmlscript/source/xmldlg_imexp/exp_share.hxx b/xmlscript/source/xmldlg_imexp/exp_share.hxx
index c3f8f8c7e768..f3104b3defb6 100644
--- a/xmlscript/source/xmldlg_imexp/exp_share.hxx
+++ b/xmlscript/source/xmldlg_imexp/exp_share.hxx
@@ -56,7 +56,7 @@ struct Style
OUString _id;
- Style( short all_ ) SAL_THROW(())
+ Style( short all_ )
: _backgroundColor(0)
, _textColor(0)
, _textLineColor(0)
@@ -78,9 +78,9 @@ class StyleBag
::std::vector< Style * > _styles;
public:
- ~StyleBag() SAL_THROW(());
+ ~StyleBag() ;
- OUString getStyleId( Style const & rStyle ) SAL_THROW(());
+ OUString getStyleId( Style const & rStyle );
void dump( css::uno::Reference< css::xml::sax::XExtendedDocumentHandler >
const & xOut );
@@ -98,7 +98,6 @@ public:
css::uno::Reference< css::beans::XPropertySet > const & xProps,
css::uno::Reference< css::beans::XPropertyState > const & xPropState,
OUString const & name, css::uno::Reference< css::frame::XModel > const & xDocument )
- SAL_THROW(())
: XMLElement( name )
, _xProps( xProps )
, _xPropState( xPropState )
@@ -106,7 +105,6 @@ public:
{}
inline ElementDescriptor(
OUString const & name )
- SAL_THROW(())
: XMLElement( name )
{}
@@ -172,61 +170,34 @@ public:
css::uno::Reference< css::beans::XPropertySet >
const & xFormatProperties );
- void readEvents() SAL_THROW( (css::uno::Exception) );
- void readDialogModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readBullitinBoard( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readMultiPageModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readFrameModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readPageModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readButtonModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readEditModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readCheckBoxModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readRadioButtonModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readComboBoxModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readCurrencyFieldModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readDateFieldModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readFileControlModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readTreeControlModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readFixedTextModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readGroupBoxModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readImageControlModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readListBoxModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readNumericFieldModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readPatternFieldModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readFormattedFieldModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readTimeFieldModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readFixedLineModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readProgressBarModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readScrollBarModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readSpinButtonModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
- void readFixedHyperLinkModel( StyleBag * all_styles )
- SAL_THROW( (css::uno::Exception) );
+ void readEvents();
+ void readDialogModel( StyleBag * all_styles );
+ void readBullitinBoard( StyleBag * all_styles );
+ void readMultiPageModel( StyleBag * all_styles );
+ void readFrameModel( StyleBag * all_styles );
+ void readPageModel( StyleBag * all_styles );
+ void readButtonModel( StyleBag * all_styles );
+ void readEditModel( StyleBag * all_styles );
+ void readCheckBoxModel( StyleBag * all_styles );
+ void readRadioButtonModel( StyleBag * all_styles );
+ void readComboBoxModel( StyleBag * all_styles );
+ void readCurrencyFieldModel( StyleBag * all_styles );
+ void readDateFieldModel( StyleBag * all_styles );
+ void readFileControlModel( StyleBag * all_styles );
+ void readTreeControlModel( StyleBag * all_styles );
+ void readFixedTextModel( StyleBag * all_styles );
+ void readGroupBoxModel( StyleBag * all_styles );
+ void readImageControlModel( StyleBag * all_styles );
+ void readListBoxModel( StyleBag * all_styles );
+ void readNumericFieldModel( StyleBag * all_styles );
+ void readPatternFieldModel( StyleBag * all_styles );
+ void readFormattedFieldModel( StyleBag * all_styles );
+ void readTimeFieldModel( StyleBag * all_styles );
+ void readFixedLineModel( StyleBag * all_styles );
+ void readProgressBarModel( StyleBag * all_styles );
+ void readScrollBarModel( StyleBag * all_styles );
+ void readSpinButtonModel( StyleBag * all_styles );
+ void readFixedHyperLinkModel( StyleBag * all_styles );
};
template<typename T>