summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-15 12:37:28 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-16 09:29:13 +0100
commit2fa93cd03c64318c9caddf065d3b4e10b18241c5 (patch)
tree1953425408770d0c5447d095baf4895e92c5d997 /offapi
parentdbf492d6b37a20452fd991a4c93f3d297fe34c11 (diff)
ucbhelper::InteractionAuthFallback::getCode() can be an implementation detail
Change-Id: I4967e5e12aa348692b3b954398faede843db381b (cherry picked from commit 26e564db14fcb3c229d30a0d5fe232b3d768343f)
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ucb/XInteractionAuthFallback.idl1
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( );
};