diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-30 11:48:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-01 12:18:24 +0200 |
commit | f1de3e14df9665ce48d676ac6f3439506d2b81f2 (patch) | |
tree | 26ad43f511ec7d09bdf906c376fb468c22947d31 /extensions/workben | |
parent | 10e59aee74ede837ad0560e261b0f106371ce96a (diff) |
com::sun::star->css in extensions/
Change-Id: I64af9f5ae444e1f7bc6c0e8c29df383a9531dba9
Diffstat (limited to 'extensions/workben')
-rw-r--r-- | extensions/workben/testpgp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/workben/testpgp.cxx b/extensions/workben/testpgp.cxx index 1d8ea709190d..a95cba91c227 100644 --- a/extensions/workben/testpgp.cxx +++ b/extensions/workben/testpgp.cxx @@ -234,7 +234,7 @@ void DataSource_Impl::setBuffer (const Sequence<sal_Int8> &rBuffer) sal_Bool SAL_CALL DataSource_Impl::queryInterface ( const Uik &rUik, Any &rIfc) throw(RuntimeException) { - if (com::sun::star::uno::queryInterface ( + if (css::uno::queryInterface ( rUik, rIfc, (static_cast< XInputStream* >(this)))) return sal_True; @@ -345,7 +345,7 @@ DataSink_Impl::~DataSink_Impl() sal_Bool SAL_CALL DataSink_Impl::queryInterface ( const Uik &rUik, Any &rIfc) throw(RuntimeException) { - if (com::sun::star::uno::queryInterface ( + if (css::uno::queryInterface ( rUik, rIfc, (static_cast< XOutputStream* >(this)))) return sal_True; @@ -444,7 +444,7 @@ DecoderListener_Impl::~DecoderListener_Impl() sal_Bool SAL_CALL DecoderListener_Impl::queryInterface ( const Uik &rUik, Any &rIfc) throw(RuntimeException) { - if (com::sun::star::uno::queryInterface ( + if (css::uno::queryInterface ( rUik, rIfc, (static_cast< XEventListener* >(this)), (static_cast< XPGPDecoderListener* >(this)))) |