cppcheck: throwInNoexceptFunction
Change-Id: I72572e716e41e739f8d382baa0405af4579a93d2
This commit is contained in:
@@ -132,7 +132,7 @@ public:
|
|||||||
bool bDoNormalization,
|
bool bDoNormalization,
|
||||||
bool bNormalizeWhitespace) throw( SAXException );
|
bool bNormalizeWhitespace) throw( SAXException );
|
||||||
|
|
||||||
sal_uInt32 GetLastColumnCount() const
|
sal_uInt32 GetLastColumnCount() const throw()
|
||||||
{ return (sal_uInt32)(nCurrentPos - nLastLineFeedPos); }
|
{ return (sal_uInt32)(nCurrentPos - nLastLineFeedPos); }
|
||||||
|
|
||||||
inline void startDocument() throw( SAXException );
|
inline void startDocument() throw( SAXException );
|
||||||
|
Reference in New Issue
Block a user