diff options
author | Noel Grandin <noel@peralex.com> | 2012-12-12 14:06:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2012-12-21 09:12:08 +0200 |
commit | ec6843f51f38903b16750752e50dc0b05023edab (patch) | |
tree | 0e775c13401d69dc559cfe27747926bc5b61de48 /offapi | |
parent | 648e06f246ce9ee52a3f49394dff66ef5ce41c3f (diff) |
Fix published/unpublished discrepancy in IDL
Change-Id: I96a45f742ef7170b8fbafa6e5c5286dcbc41f503
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl | 2 |
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 { |