odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e23220f9e823a3f2babcad7ca608ecce6bb66d33 Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Nov 21 15:48:31 2013 +0100 Typo in capitalization of include file name Change-Id: I41a46c5b62c06f6298fc6e0ac70ff508bf27ec29 (cherry picked from commit 2732615c63d310232ac1900ca7549df653f792ff) Reviewed-on: https://gerrit.libreoffice.org/6756 Reviewed-by: Stephan Bergmann <sberg...@redhat.com> Tested-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx index 63a0294..5399186 100644 --- a/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx +++ b/odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx @@ -39,7 +39,7 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/sdbcx/CompareBookmark.hpp> #include <cppuhelper/typeprovider.hxx> -#include <cppuhelper/supportsService.hxx> +#include <cppuhelper/supportsservice.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include "propertyids.hxx" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits