diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-02 14:23:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-02 14:49:10 +0100 |
commit | 5717312686aeeeabdf09635cf44d5c46a023c8bd (patch) | |
tree | c9cb63601f260c5184b808daef371d68bed8c5aa /sax | |
parent | 9e8701c71186c5357dddf8e38763426fc183b08e (diff) |
consistent capitalization in both exceptions
Change-Id: I495a92c24847de265f04abb3670532270b5d6034
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/expatwrap/saxwriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx index 04092401d6a2..819c06bfebd9 100644 --- a/sax/source/expatwrap/saxwriter.cxx +++ b/sax/source/expatwrap/saxwriter.cxx @@ -197,7 +197,7 @@ inline sal_uInt32 SaxWriterHelper::writeSequence() throw( SAXException ) Any a; a <<= e; throw SAXException( - "io exception during writing", + "IO exception during writing", Reference< XInterface > (), a ); } |