summaryrefslogtreecommitdiff
path: root/include/comphelper/anytostring.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/anytostring.hxx')
-rw-r--r--include/comphelper/anytostring.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/anytostring.hxx b/include/comphelper/anytostring.hxx
index 542fe4964461..7edab7b16972 100644
--- a/include/comphelper/anytostring.hxx
+++ b/include/comphelper/anytostring.hxx
@@ -34,7 +34,7 @@ namespace comphelper
@return
STRING representation of given ANY value
*/
-COMPHELPER_DLLPUBLIC OUString anyToString( ::com::sun::star::uno::Any const & value );
+COMPHELPER_DLLPUBLIC OUString anyToString( css::uno::Any const & value );
}