Issue 111970

Summary: ConfigurationProvider no longer supports enableasync
Product: General Reporter: andrew
Component: codeAssignee: joerg.skottke
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: andrew, issues, rene, stephan.bergmann.secondary
Version: OOO300m9   
Target Milestone: OOo 3.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 111112    

Description andrew 2010-05-31 18:00:17 UTC
Stephan, as you requested :-)

When http://qa.openoffice.org/issues/show_bug.cgi?id=101955 was integrated into
DEV300m48, Support for enableasync was accidentally left out. 

Able to test by running the following macro line take from Andrew Pitonyak's
macro formatter.

     oConfigProvider = GetProcessServiceManager().createInstanceWithArguments(_
                     "com.sun.star.configuration.ConfigurationProvider",_
                     Array( CreateProperty( "enableasync", bEnableSync ) ) )
Comment 1 Stephan Bergmann 2010-06-17 16:34:24 UTC
.
Comment 2 Stephan Bergmann 2010-06-21 16:37:54 UTC
fixed as <http://hg.services.openoffice.org/cws/sb126/rev/0c119e327cea>

 arg = CreateUnoStruct("com.sun.star.beans.NamedValue")
 arg.Name = "enableasync"
 arg.Value = True
 GetProcessServiceManager().createInstanceWithArguments(_
  "com.sun.star.configuration.ConfigurationProvider", Array(arg))

succeeds now
Comment 3 Stephan Bergmann 2010-07-15 09:24:15 UTC
@jsk: please verify
Comment 4 joerg.skottke 2010-08-03 08:57:34 UTC
This removed the TODO "else" statement which is nice <g>
Comment 5 jumbo444 2010-09-18 18:54:46 UTC
Hello,

Would it be possible to back port this correction to OOo 3.3 ?

Actually several extensions need this feature, and the can not work with OOo 3.3:
- CodeFormatter http://extensions.services.openoffice.org/en/project/CodeFormatter
- Dmaths http://extensions.services.openoffice.org/en/project/Dmaths
- MultiDiff http://extensions.services.openoffice.org/en/project/ooo_multidiff
- ...
for the one I tested.
Many thanks in advance.
Comment 6 mdxonefour 2010-09-22 09:56:42 UTC
adjusting target to 3.3 as announced on releases mailing list