summaryrefslogtreecommitdiffstats
path: root/offapi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-12 14:06:37 +0200
committerNoel Grandin <noel@peralex.com>2012-12-21 09:12:08 +0200
commitec6843f51f38903b16750752e50dc0b05023edab (patch)
tree0e775c13401d69dc559cfe27747926bc5b61de48 /offapi
parentFix a bug in the merging of the URD files. (diff)
downloadcore-ec6843f51f38903b16750752e50dc0b05023edab.tar.gz
core-ec6843f51f38903b16750752e50dc0b05023edab.zip
Fix published/unpublished discrepancy in IDL
Change-Id: I96a45f742ef7170b8fbafa6e5c5286dcbc41f503
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
index 1665ffc4c9bc..9e6f0cab8b38 100644
--- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
+++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl
@@ -24,7 +24,7 @@
#include <com/sun/star/sdbc/SQLException.idl>
module com { module sun { module star { module container {
-interface XIndexAccess;
+published interface XIndexAccess;
};};};};
module com { module sun { module star { module sdb {