Bug 123935 - error when saving a file, macro basic: 'storetourl' or 'storeAsurl'
Summary: error when saving a file, macro basic: 'storetourl' or 'storeAsurl'
Status: RESOLVED NOTOURBUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
6.1.5.2 release
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-08 07:16 UTC by emilio
Modified: 2019-03-08 18:14 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description emilio 2019-03-08 07:16:54 UTC
Description:
the following command line, basic, no longer works, in the current LibreOffice versions v6.1.5 or v6.2.1:

sub prueba
    Dim args(0) As New com.sun.star.beans.PropertyValue				
   thisComponent.storeAsurl("C:\FicherosCecop\prueba.odt", args())  
   'thisComponent.storetourl("C:\FicherosCecop\prueba.odt", args())     
end sub

Steps to Reproduce:
1. execute this command: thisComponent.storeAsurl(...) or  thisComponent.storetourl

2.
sub prueba
    Dim args(0) As New com.sun.star.beans.PropertyValue				
   thisComponent.storeAsurl("C:\FicherosCecop\prueba.odt", args())  
   'thisComponent.storetourl("C:\FicherosCecop\prueba.odt", args())     
end sub

3.an exception occurs

Actual Results:
Error de ejecución de BASIC.
Se ha producido una excepción 
Type: com.sun.star.io.IOException
Message: SfxBaseModel::impl_store <C:\FicherosCecop\prueba.odt> failed: 0x81a(Error Area:Io Class:Parameter Code:26).

Expected Results:
this works well with all previous versions, in the latest versions it no longer works


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: es
Module: TextDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no
Comment 1 emilio 2019-03-08 07:55:54 UTC
The error was caused by a blockage of the "HP Client Security Manager" installed on my pc