jvmfwk/source/framework.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 07dbd2076bb879def2710b7784ac706940b55886
Author: Stephan Bergmann <[email protected]>
Date: Wed Sep 3 10:20:31 2014 +0200
Nothrow dtor
Change-Id: I1793d2eab568f4a65813fca7257c74e1a85a0090
diff --git a/jvmfwk/source/framework.hxx b/jvmfwk/source/framework.hxx
index 6e4fcad..808bff5 100644
--- a/jvmfwk/source/framework.hxx
+++ b/jvmfwk/source/framework.hxx
@@ -113,6 +113,7 @@ public:
errorCode(err), message(msg)
{
}
+ virtual ~FrameworkException() throw () {}
javaFrameworkError errorCode;
OString message;
};
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits