summaryrefslogtreecommitdiff
path: root/svx/source/form/fmdocumentclassification.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:12:58 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:48 +0200
commitbf37694ab8c984e3cbbe666c408e0f168ba61f52 (patch)
tree202336246ff36303d494c38292214694d7f0d7dd /svx/source/form/fmdocumentclassification.cxx
parentdfd44d0b122869e291ba42085e31164a401a0a23 (diff)
svx: remove SAL_THROW macro
Change-Id: I8bfce109e55871d48b35300be98085f383fef26f
Diffstat (limited to 'svx/source/form/fmdocumentclassification.cxx')
-rw-r--r--svx/source/form/fmdocumentclassification.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmdocumentclassification.cxx b/svx/source/form/fmdocumentclassification.cxx
index ece8a92fbbfd..cc8440aeb50f 100644
--- a/svx/source/form/fmdocumentclassification.cxx
+++ b/svx/source/form/fmdocumentclassification.cxx
@@ -109,7 +109,7 @@ namespace svxform
//= DocumentClassification
- DocumentType DocumentClassification::classifyDocument( const Reference< XModel >& _rxDocumentModel ) SAL_THROW(())
+ DocumentType DocumentClassification::classifyDocument( const Reference< XModel >& _rxDocumentModel )
{
DocumentType eType( eUnknownDocumentType );
@@ -148,7 +148,7 @@ namespace svxform
}
- DocumentType DocumentClassification::classifyHostDocument( const Reference< XInterface >& _rxFormComponent ) SAL_THROW(())
+ DocumentType DocumentClassification::classifyHostDocument( const Reference< XInterface >& _rxFormComponent )
{
DocumentType eType( eUnknownDocumentType );