changeset 12273:d6aa088d1a9b octave-forge

Add ";" to suppress debug output
author prnienhuis
date Wed, 01 Jan 2014 21:54:07 +0000
parents 4d72c0cf53f4
children b55a0fa638db
files main/io/inst/private/__UNO_spsh_close__.m
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/private/__UNO_spsh_close__.m	Wed Jan 01 21:33:27 2014 +0000
+++ b/main/io/inst/private/__UNO_spsh_close__.m	Wed Jan 01 21:54:07 2014 +0000
@@ -25,6 +25,7 @@
 ## 2014-01-01 Fixed bug ignoring xls.nfilename
 ##     ''     Simplified filename/nfilename code
 ##     ''     First throw at output file type filters
+##     ''     Add ";" to suppress debug output
 
 function [ xls ] = __UNO_spsh_close__ (xls, force)
 
@@ -74,7 +75,7 @@
           ## Some trickery as Octave Java cannot create non-numeric arrays
           lProps = javaArray ("com.sun.star.beans.PropertyValue", 2);
           ## Set file type property
-          [ftype, filtnam] = __get_ftype__ (filename)
+          [ftype, filtnam] = __get_ftype__ (filename);
           if (isempty (filtnam))
             filtnam = "calc8";
           endif