summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/lrucache.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-22 08:45:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-22 12:50:47 +0200
commite856f2323289efd3a6f070ff6e1b0f7cd3afb2aa (patch)
treed5174713f9c1aca04833d06d7793aec2c0a5514f /stoc/source/corereflection/lrucache.hxx
parentb2d99944c55acbdd4204db37079cde476d6388be (diff)
stoc: make use of css alias
Change-Id: I1dd85a7b1236cfebd5e653fe6d329968e556364b
Diffstat (limited to 'stoc/source/corereflection/lrucache.hxx')
-rw-r--r--stoc/source/corereflection/lrucache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/corereflection/lrucache.hxx b/stoc/source/corereflection/lrucache.hxx
index 05e658509a93..b1562f53ea22 100644
--- a/stoc/source/corereflection/lrucache.hxx
+++ b/stoc/source/corereflection/lrucache.hxx
@@ -231,7 +231,7 @@ struct FctHashOUString : public ::std::unary_function< const OUString &, size_t
/** Template instance for OUString keys, Any values.<br>
*/
-typedef LRU_Cache< OUString, ::com::sun::star::uno::Any,
+typedef LRU_Cache< OUString, css::uno::Any,
FctHashOUString, ::std::equal_to< OUString > >
LRU_CacheAnyByOUString;