summaryrefslogtreecommitdiff
path: root/include/toolkit/helper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:09:38 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:47 +0200
commitb6c67082c04a0e749de669f56208094f372825bc (patch)
tree92764ac6a31a22d0daec720fc130fa0a4fca07d3 /include/toolkit/helper
parent5ceded62aa5695239cc6ea6681f74340deb43cc8 (diff)
toolkit: remove SAL_THROW macro
Change-Id: Id9e27c6cbcdc0c229a0dc2a3ad075d62121e6c5d
Diffstat (limited to 'include/toolkit/helper')
-rw-r--r--include/toolkit/helper/formpdfexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/helper/formpdfexport.hxx b/include/toolkit/helper/formpdfexport.hxx
index 5ded833a00e3..9375ca5bf81e 100644
--- a/include/toolkit/helper/formpdfexport.hxx
+++ b/include/toolkit/helper/formpdfexport.hxx
@@ -44,7 +44,7 @@ namespace toolkitform
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxControl,
::std::auto_ptr< ::vcl::PDFWriter::AnyWidget >& _rpDescriptor,
::vcl::PDFExtOutDevData& i_pdfExportData
- ) SAL_THROW(());
+ );
} // namespace toolkitform