From a29bd2dabb194c57be28d48ccc08c909831e7e67 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Wed, 28 Dec 2016 12:43:31 +0100 Subject: cleanup tailing backslashes Change-Id: Idb4bfc97e7d758c58118742affd9a9345c7a99f2 Reviewed-on: https://gerrit.libreoffice.org/32491 Tested-by: Jenkins Reviewed-by: Noel Grandin --- odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk/examples') diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx index bcdc68ea00fd..9cb6a9252cf7 100644 --- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx +++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx @@ -55,7 +55,7 @@ using namespace com::sun::star::io; using namespace com::sun::star::util; // IMPLEMENT_SERVICE_INFO(OResultSet,"com.sun.star.sdbcx.OResultSet","com.sun.star.sdbc.ResultSet"); -::rtl::OUString SAL_CALL OResultSet::getImplementationName( ) throw ( RuntimeException) \ +::rtl::OUString SAL_CALL OResultSet::getImplementationName( ) throw ( RuntimeException) { return ::rtl::OUString("com.sun.star.sdbcx.skeleton.ResultSet"); } -- cgit v1.2.3