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.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/comphelper/anytostring.hxx b/include/comphelper/anytostring.hxx
index 21afda1a6cd1..6d100221e7d8 100644
--- a/include/comphelper/anytostring.hxx
+++ b/include/comphelper/anytostring.hxx
@@ -23,11 +23,13 @@
#include <rtl/ustring.hxx>
#include <comphelper/comphelperdllapi.h>
-namespace com::sun::star::uno { class Any; }
+namespace com::sun::star::uno
+{
+class Any;
+}
namespace comphelper
{
-
/** Creates a STRING representation out of an ANY value.
@param value
@@ -35,8 +37,7 @@ namespace comphelper
@return
STRING representation of given ANY value
*/
-COMPHELPER_DLLPUBLIC OUString anyToString( css::uno::Any const & value );
-
+COMPHELPER_DLLPUBLIC OUString anyToString(css::uno::Any const& value);
}
#endif