diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-29 09:27:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-29 10:12:48 +0100 |
commit | ed1a89f274861664316beb5372d56ecb0718745f (patch) | |
tree | 21cd3c1a47f217edbdf568505bbf656a00017f17 /sax | |
parent | 88612f7170a2f0bb4a0215bdb6e615f9c7ff016d (diff) |
cppcheck: throwInNoexceptFunction
Change-Id: I72572e716e41e739f8d382baa0405af4579a93d2
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 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 ); |