ooo-build r15457 - in trunk: . patches/dev300



Author: kyoshida
Date: Wed Mar  4 06:41:24 2009
New Revision: 15457
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15457&view=rev

Log:
2009-03-04  Kohei Yoshida  <kyoshida novell com>

	* patches/dev300/chart-skip-hidden-cells-chart2.diff: fixed build 
	breakage, due to missing file and symbol visibility.


Modified:
   trunk/ChangeLog
   trunk/patches/dev300/chart-skip-hidden-cells-chart2.diff

Modified: trunk/patches/dev300/chart-skip-hidden-cells-chart2.diff
==============================================================================
--- trunk/patches/dev300/chart-skip-hidden-cells-chart2.diff	(original)
+++ trunk/patches/dev300/chart-skip-hidden-cells-chart2.diff	Wed Mar  4 06:41:24 2009
@@ -155,6 +155,59 @@
  }
  
  //.............................................................................
+Index: source/controller/dialogs/tp_SeriesToAxis.hrc
+===================================================================
+--- chart2/source/controller/dialogs/tp_SeriesToAxis.hrc	(.../tags/DEV300_m38/chart2)	(revision 0)
++++ chart2/source/controller/dialogs/tp_SeriesToAxis.hrc	(.../cws/koheichart01/chart2)	(revision 268777)
+@@ -0,0 +1,48 @@
++/*************************************************************************
++ *
++ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
++ * 
++ * Copyright 2008 by Sun Microsystems, Inc.
++ *
++ * OpenOffice.org - a multi-platform office productivity suite
++ *
++ * $RCSfile: ,v $
++ * $Revision: $
++ *
++ * This file is part of OpenOffice.org.
++ *
++ * OpenOffice.org is free software: you can redistribute it and/or modify
++ * it under the terms of the GNU Lesser General Public License version 3
++ * only, as published by the Free Software Foundation.
++ *
++ * OpenOffice.org is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ * GNU Lesser General Public License version 3 for more details
++ * (a copy is included in the LICENSE file that accompanied this code).
++ *
++ * You should have received a copy of the GNU Lesser General Public License
++ * version 3 along with OpenOffice.org.  If not, see
++ * <http://www.openoffice.org/license.html>
++ * for a copy of the LGPLv3 License.
++ *
++ ************************************************************************/
++
++#include "ResourceIds.hrc"
++
++#define GRP_OPT_AXIS				1
++#define RBT_OPT_AXIS_1				2
++#define RBT_OPT_AXIS_2				3
++#define MT_GAP						4
++#define MT_OVERLAP					5
++#define FT_GAP						6
++#define FT_OVERLAP					7
++#define GB_BAR						8
++#define CB_CONNECTOR				9
++#define CB_BARS_SIDE_BY_SIDE       10
++#define FL_PLOT_OPTIONS            11
++#define FT_MISSING_VALUES          12
++#define RB_DONT_PAINT              13
++#define RB_ASSUME_ZERO             14
++#define RB_CONTINUE_LINE           15
++#define CB_INCLUDE_HIDDEN_CELLS    16
 diff --git chart2/source/controller/dialogs/tp_PolarOptions.hrc chart2/source/controller/dialogs/tp_PolarOptions.hrc
 index 722155b..b275a72 100644
 --- chart2/source/controller/dialogs/tp_PolarOptions.hrc
@@ -589,7 +642,7 @@
          const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType >& xChartType,
          sal_Int32 & rOutAxisIndex );
  
-+bool hasUnhiddenData( const ::com::sun::star::uno::Reference<
++OOO_DLLPUBLIC_CHARTTOOLS bool hasUnhiddenData( const ::com::sun::star::uno::Reference<
 +        ::com::sun::star::chart2::XDataSeries >& xSeries );
 +
 +sal_Int32 translateIndexFromHiddenToFullSequence( sal_Int32 nClippedIndex, const ::com::sun::star::uno::Reference<



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]