summaryrefslogtreecommitdiff
path: root/oovbaapi/genconstidl/api-to-idl.pl
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-09-11 08:48:02 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-09-12 12:49:49 +0100
commit4597483e00bffcc4e30d379dcf6fad42bc565e56 (patch)
treeb590428b0e3ae3c7056e6c18f008d7179dc5ba38 /oovbaapi/genconstidl/api-to-idl.pl
parentc414499bbd456389ac6cacf677327bff9e6b43f9 (diff)
targetted VBA re-work.
Diffstat (limited to 'oovbaapi/genconstidl/api-to-idl.pl')
-rwxr-xr-xoovbaapi/genconstidl/api-to-idl.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/oovbaapi/genconstidl/api-to-idl.pl b/oovbaapi/genconstidl/api-to-idl.pl
index d04cca73de95..4959e979f89e 100755
--- a/oovbaapi/genconstidl/api-to-idl.pl
+++ b/oovbaapi/genconstidl/api-to-idl.pl
@@ -125,9 +125,6 @@ sub generate_idls($) {
foreach $module ( keys %result ) {
foreach $type ( keys %{$result{$module}} ) {
my $fname = $path . "/" . $type . ".idl";
- if ( uc($module) eq "ADODB" || uc($module) eq "DAO" ) {
- $fname = $path . "/" . uc($module) . "_" . $type . ".idl";
- }
open( IDL, ">$fname" ) || die "Cannot write $fname.";
if( $module eq "vba" ) {