From 8cc9383fe7dbb81c28da6c843638c04c803cc8ab Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Sat, 1 Jun 2013 14:08:37 +0200 Subject: Replace invalid doxygen commands: thrown -> throws Change-Id: I9e9f513afe37ccf34f2d5762a27b4a728fd24f36 Reviewed-on: https://gerrit.libreoffice.org/4136 Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- framework/source/services/frame.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 6ece139dfc7d..edf60e1f8f0a 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -1554,7 +1554,7 @@ void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css:: veto exception and must try to close this frame at later time again. Otherwhise the source of throwed exception is the right one. May it will be the frame himself. - @thrown CloseVetoException + @throws CloseVetoException if any internal things willn't be closed @threadsafe yes -- cgit