summaryrefslogtreecommitdiff
path: root/cppu/source/helper/purpenv/Proxy.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/helper/purpenv/Proxy.hxx')
-rw-r--r--cppu/source/helper/purpenv/Proxy.hxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/cppu/source/helper/purpenv/Proxy.hxx b/cppu/source/helper/purpenv/Proxy.hxx
index 4791d7d6d67e..2b69faaeb9c6 100644
--- a/cppu/source/helper/purpenv/Proxy.hxx
+++ b/cppu/source/helper/purpenv/Proxy.hxx
@@ -29,18 +29,15 @@
#include "cppu/helper/purpenv/Mapping.hxx"
-namespace cssu = com::sun::star::uno;
-
-
class Proxy : public uno_Interface
{
oslInterlockedCount m_nRef;
- cssu::Environment m_from;
- cssu::Environment m_to;
+ css::uno::Environment m_from;
+ css::uno::Environment m_to;
- cssu::Mapping m_from_to;
- cssu::Mapping m_to_from;
+ css::uno::Mapping m_from_to;
+ css::uno::Mapping m_to_from;
// mapping information
uno_Interface * m_pUnoI; // wrapped interface
@@ -51,7 +48,7 @@ class Proxy : public uno_Interface
void * m_pProbeContext;
public:
- explicit Proxy(cssu::Mapping const & to_from,
+ explicit Proxy(css::uno::Mapping const & to_from,
uno_Environment * pTo,
uno_Environment * pFrom,
uno_Interface * pUnoI,