From ed1a89f274861664316beb5372d56ecb0718745f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 29 Apr 2015 09:27:25 +0100 Subject: cppcheck: throwInNoexceptFunction Change-Id: I72572e716e41e739f8d382baa0405af4579a93d2 --- sax/source/expatwrap/saxwriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax') diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx index a7460dd25592..0043e6513995 100644 --- a/sax/source/expatwrap/saxwriter.cxx +++ b/sax/source/expatwrap/saxwriter.cxx @@ -132,7 +132,7 @@ public: bool bDoNormalization, bool bNormalizeWhitespace) throw( SAXException ); - sal_uInt32 GetLastColumnCount() const + sal_uInt32 GetLastColumnCount() const throw() { return (sal_uInt32)(nCurrentPos - nLastLineFeedPos); } inline void startDocument() throw( SAXException ); -- cgit