[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - odk/examples
Stephan Bergmann
sbergman at redhat.com
Thu Nov 21 06:52:31 PST 2013
odk/examples/DevelopersGuide/Database/DriverSkeleton/SResultSet.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e23220f9e823a3f2babcad7ca608ecce6bb66d33
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
(cherry picked from commit 2732615c63d310232ac1900ca7549df653f792ff)
Reviewed-on: https://gerrit.libreoffice.org/6756
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
Tested-by: Stephan Bergmann <sbergman at 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"
More information about the Libreoffice-commits
mailing list