coverity#1421100 Uncaught exception
Change-Id: Id9cb50e0e3eace3365eefe29650e993694480d47
This commit is contained in:
parent
f35a63deeb
commit
b5f0395aa4
2 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ namespace drawinglayer
|
|||
{
|
||||
}
|
||||
|
||||
TextLayouterDevice::~TextLayouterDevice()
|
||||
TextLayouterDevice::~TextLayouterDevice() COVERITY_NOEXCEPT_FALSE
|
||||
{
|
||||
releaseGlobalVirtualDevice();
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@ namespace drawinglayer
|
|||
public:
|
||||
/// constructor/destructor
|
||||
TextLayouterDevice();
|
||||
~TextLayouterDevice();
|
||||
~TextLayouterDevice() COVERITY_NOEXCEPT_FALSE;
|
||||
|
||||
/// tooling methods
|
||||
void setFont(const vcl::Font& rFont);
|
||||
|
|
Loading…
Reference in a new issue