summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmldlg_imexp/xmldlg_import.cxx')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_import.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
index e9d2b67505b7..09afb0b4851d 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
@@ -1371,8 +1371,7 @@ bool ImportContext::importImageScaleModeProperty(
}
else
{
- throw xml::sax::SAXException(
- OUString( "invalid scale image mode value!" ),
+ throw xml::sax::SAXException( "invalid scale image mode value!",
Reference< XInterface >(), Any() );
}