From 24b331efedc6fdf1082e92a2db444d80ae7fed81 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:25:41 +0200 Subject: *api: convert rest of sed -i 's,\([^<]\+\),\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f --- udkapi/com/sun/star/reflection/XConstantTypeDescription.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com/sun/star/reflection/XConstantTypeDescription.idl') diff --git a/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl b/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl index 6df7463dd75a..c7905380a1b0 100644 --- a/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl @@ -29,7 +29,7 @@ /** Reflects a constant.

The type class of this type is - TypeClass::CONSTANT. + com::sun::star::uno::TypeClass::CONSTANT.

Constants may be contained in constants groups and modules. -- cgit