[Libreoffice-commits] .: offapi/com

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 25 17:57:15 PDT 2012


 offapi/com/sun/star/report/XFunctions.idl |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit e990818c8fa6a7ca409519c932792a4856776c3f
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue Sep 25 20:49:47 2012 -0400

    This fixes Windows build. Without this the build fails in dbaccess.
    
    Change-Id: I2a0e7fe8812d666b7668129b4ae9ce10a7d17d98

diff --git a/offapi/com/sun/star/report/XFunctions.idl b/offapi/com/sun/star/report/XFunctions.idl
index 0eeb7bd..ab4807b 100644
--- a/offapi/com/sun/star/report/XFunctions.idl
+++ b/offapi/com/sun/star/report/XFunctions.idl
@@ -32,10 +32,11 @@
 #include <com/sun/star/container/XContainer.idl>
 #include <com/sun/star/container/XIndexContainer.idl>
 #include <com/sun/star/lang/XComponent.idl>
+#include <com/sun/star/report/XFunction.idl>
+
+module com {  module sun {  module star {  module report {
 
- module com {  module sun {  module star {  module report {
 interface XReportDefinition;
-interface XFunction;
 
 /** This interface specifies the functions collections of the report definition or a group.
     @see XFunction


More information about the Libreoffice-commits mailing list