summaryrefslogtreecommitdiff
path: root/include/ucbhelper/interactionrequest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/interactionrequest.hxx')
-rw-r--r--include/ucbhelper/interactionrequest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx
index 3ed97818f28f..7d8e10e28560 100644
--- a/include/ucbhelper/interactionrequest.hxx
+++ b/include/ucbhelper/interactionrequest.hxx
@@ -497,9 +497,9 @@ public:
throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
// XInteractionSupplyAuthentication2
- virtual ::sal_Bool SAL_CALL canUseSystemCredentials( ::sal_Bool& Default )
+ virtual sal_Bool SAL_CALL canUseSystemCredentials( sal_Bool& Default )
throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- virtual void SAL_CALL setUseSystemCredentials( ::sal_Bool UseSystemCredentials )
+ virtual void SAL_CALL setUseSystemCredentials( sal_Bool UseSystemCredentials )
throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
// Non-interface methods.