Skip to content

Commit

Permalink
Merge pull request mortenbra#55 from eaolson/issue52
Browse files Browse the repository at this point in the history
Fix for issue 52
  • Loading branch information
mortenbra authored Jun 18, 2018
2 parents 8e0a0e9 + 30cc227 commit 0fab97d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ora/xlsx_builder_pkg.pkb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE OR REPLACE package body xlsx_builder_pkg
as
as
--
c_LOCAL_FILE_HEADER constant raw(4) := hextoraw( '504B0304' ); -- Local file header signature
c_END_OF_CENTRAL_DIRECTORY constant raw(4) := hextoraw( '504B0506' ); -- End of central directory signature
Expand Down Expand Up @@ -1949,6 +1949,7 @@ style="position:absolute;margin-left:35.25pt;margin-top:3pt;z-index:' || to_char
then
dbms_sql.close_cursor( t_c );
end if;
raise;
end;
end xlsx_builder_pkg;
/
Expand Down
2 changes: 1 addition & 1 deletion ora/xlsx_builder_pkg.pks
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
create or replace package xlsx_builder_pkg
as
authid current_user as
/**********************************************
**
** Author: Anton Scheffer
Expand Down

0 comments on commit 0fab97d

Please sign in to comment.