diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-15 12:37:28 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-15 12:44:12 +0100 |
commit | 26e564db14fcb3c229d30a0d5fe232b3d768343f (patch) | |
tree | 31fcd41bc0084c811eccfbc0b31041b5ecb18e5d /offapi | |
parent | 26fdaa2bae87f9d6079a184491be84d8def2e336 (diff) |
ucbhelper::InteractionAuthFallback::getCode() can be an implementation detail
Change-Id: I4967e5e12aa348692b3b954398faede843db381b
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ucb/XInteractionAuthFallback.idl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ucb/XInteractionAuthFallback.idl b/offapi/com/sun/star/ucb/XInteractionAuthFallback.idl index cf0f2ecfb841..f4c9a84896cc 100644 --- a/offapi/com/sun/star/ucb/XInteractionAuthFallback.idl +++ b/offapi/com/sun/star/ucb/XInteractionAuthFallback.idl @@ -21,7 +21,6 @@ published interface XInteractionAuthFallback: com::sun::star::task::XInteraction { /* Authentication code submited by the user */ void setCode( [in] string code ); - string getCode( ); }; |