summaryrefslogtreecommitdiff
path: root/include/comphelper/proparrhlp.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-20 21:30:16 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-21 09:03:18 +0200
commit007099ea3283bedfb0fe9a4c10f7331f8fc8bb73 (patch)
tree8c6dd1a512a8aaea6e46e70e04fe8d618384ef64 /include/comphelper/proparrhlp.hxx
parent8fd3b0945607816fc7a73cec4eeb5c045bc2a450 (diff)
comphelper: staruno -> css::uno
Change-Id: I21991280c5b7e4c6d0c200f4489c89a9f4fbc385
Diffstat (limited to 'include/comphelper/proparrhlp.hxx')
-rw-r--r--include/comphelper/proparrhlp.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/comphelper/proparrhlp.hxx b/include/comphelper/proparrhlp.hxx
index 7ca60f86a70f..ece8c3257534 100644
--- a/include/comphelper/proparrhlp.hxx
+++ b/include/comphelper/proparrhlp.hxx
@@ -33,14 +33,9 @@ namespace cppu {
//... namespace comphelper ................................................
namespace comphelper
{
-
-
- namespace staruno = ::com::sun::star::uno;
namespace starbeans = ::com::sun::star::beans;
-
-
template <typename TYPE> struct OPropertyArrayUsageHelperMutex
: public rtl::Static< ::osl::Mutex, OPropertyArrayUsageHelperMutex<TYPE> > {};