From 3122600a5e11309b86e33061defd710cf0872975 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 22:32:23 +0200 Subject: *api: convert Foo::bar Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,\([^<]*::[a-z][^<:]\+[^)]\),\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85 --- offapi/com/sun/star/ucb/CachedDynamicResultSet.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/ucb/CachedDynamicResultSet.idl') diff --git a/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl b/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl index 5f5a57e5386a..fc045394fcff 100644 --- a/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl +++ b/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl @@ -51,7 +51,7 @@ published service CachedDynamicResultSet with a source object.

The Source in - XSourceInitialization::setSource has to be an + XSourceInitialization::setSource() has to be an implementation of service CachedDynamicResultSetStub

This interface is required. -- cgit