From 68e213319f2a3ee2f90e7bfccae8e5e13492d357 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 2 May 2017 15:53:49 +0200 Subject: remove empty comments found with: git ls-files | xargs grep -Pzl '/\*\* (\*|\s| )*\*/' Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597 Reviewed-on: https://gerrit.libreoffice.org/37159 Tested-by: Jenkins Reviewed-by: Noel Grandin --- udkapi/com/sun/star/lang/NotInitializedException.idl | 2 -- 1 file changed, 2 deletions(-) (limited to 'udkapi/com/sun/star') diff --git a/udkapi/com/sun/star/lang/NotInitializedException.idl b/udkapi/com/sun/star/lang/NotInitializedException.idl index b7f94310cdd0..54478fbbeb04 100644 --- a/udkapi/com/sun/star/lang/NotInitializedException.idl +++ b/udkapi/com/sun/star/lang/NotInitializedException.idl @@ -26,8 +26,6 @@ module com { module sun { module star { module lang { -/** - */ /** is thrown when a component is attempted to be used before it was completely constructed. */ -- cgit