summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/java/sql/ConnectionLog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/java/sql/ConnectionLog.hxx')
-rw-r--r--connectivity/source/inc/java/sql/ConnectionLog.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/java/sql/ConnectionLog.hxx b/connectivity/source/inc/java/sql/ConnectionLog.hxx
index 09fd0508d4c6..49c835bde32a 100644
--- a/connectivity/source/inc/java/sql/ConnectionLog.hxx
+++ b/connectivity/source/inc/java/sql/ConnectionLog.hxx
@@ -40,9 +40,9 @@ namespace comphelper { namespace log { namespace convert
//........................................................................
// helpers for logging more data types than are defined in comphelper/logging.hxx
- ::rtl::OUString convertLogArgToString( const ::com::sun::star::util::Date& _rDate );
- ::rtl::OUString convertLogArgToString( const ::com::sun::star::util::Time& _rTime );
- ::rtl::OUString convertLogArgToString( const ::com::sun::star::util::DateTime& _rDateTime );
+ OUString convertLogArgToString( const ::com::sun::star::util::Date& _rDate );
+ OUString convertLogArgToString( const ::com::sun::star::util::Time& _rTime );
+ OUString convertLogArgToString( const ::com::sun::star::util::DateTime& _rDateTime );
//........................................................................
} } }