[ooo-build-commit] patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Tue Sep 8 07:04:14 PDT 2009


 patches/dev300/chart-axis-multi-chart-types-sc.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bbb2819ccad29010e3fe01b32d2a310d23884612
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Sep 8 17:01:11 2009 +0300

    Fix build error
    
    * patches/dev300/chart-axis-multi-chart-types-sc.diff: Correct
      parameters of lclIsAutoAnyOrGetScaledValue() in
      sc/source/filter/excel/xechart.cxx: just add a bool bPercent
      parameter.

diff --git a/patches/dev300/chart-axis-multi-chart-types-sc.diff b/patches/dev300/chart-axis-multi-chart-types-sc.diff
index cc4c89f..6db7a7a 100644
--- a/patches/dev300/chart-axis-multi-chart-types-sc.diff
+++ b/patches/dev300/chart-axis-multi-chart-types-sc.diff
@@ -22,7 +22,7 @@
  }
  
 -bool lclIsAutoAnyOrGetScaledValue( double& rfValue, const Any& rAny, bool bLogScale )
-+bool lclIsAutoAnyOrGetScaledValue( double& rfValue, const Any& rAny, Reference< XScaling > xScaling, bool bPercent )
++bool lclIsAutoAnyOrGetScaledValue( double& rfValue, const Any& rAny, bool bLogScale, bool bPercent )
  {
 -    bool bIsAuto = lclIsAutoAnyOrGetValue( rfValue, rAny );
 +    bool bIsAuto = lclIsAutoAnyOrGetValue( rfValue, rAny, bPercent );


More information about the ooo-build-commit mailing list