cppcheck: throwInNoexceptFunction

Change-Id: I72572e716e41e739f8d382baa0405af4579a93d2
This commit is contained in:
Caolán McNamara
2015-04-29 09:27:25 +01:00
parent 88612f7170
commit ed1a89f274

View File

@@ -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 );