[Libreoffice-commits] core.git: odk/examples

Stephan Bergmann sbergman at redhat.com
Thu Nov 21 06:48:58 PST 2013


 odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2732615c63d310232ac1900ca7549df653f792ff
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 21 15:48:31 2013 +0100

    Typo in capitalization of include file name
    
    Change-Id: I41a46c5b62c06f6298fc6e0ac70ff508bf27ec29

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"
 


More information about the Libreoffice-commits mailing list