Issue 12940

Summary: oRange.setPropertyToDefault("CellBackColor") does not work in OO
Product: Calc Reporter: Oliver Brinzing <oliver.brinzing>
Component: codeAssignee: niklas.nebel
Status: CLOSED FIXED QA Contact: issues@sc <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 644   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Oliver Brinzing 2003-04-02 07:56:06 UTC
I tried to set the CellBackColor to the default value of the
cell style ( -> remove the hard cell color formating).

It works in SO 5.2 but not in OO

oRanges = oSheet.CellFormatRanges.createEnumeration

While oRanges.hasMoreElements
  oRange = oRanges.NextElement
  oRange.setPropertyToDefault("CellBackColor")
Wend 

Ciao

Oliver
Comment 1 frank 2003-04-02 08:34:07 UTC
Hi Stephan,

please have a look on this one.

Frank
Comment 2 niklas.nebel 2003-04-02 09:37:14 UTC
I've seen it already.
Comment 3 niklas.nebel 2003-04-03 18:39:53 UTC
Fixed in CWS apps61beta2 (sc/source/ui/docshell/docfunc.cxx
1.41.2.1.40.1), will be in 1.1 Beta 2.
Comment 4 oc 2003-05-20 11:08:41 UTC
Closed because fixed in OOo1.1Beta2