diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-30 12:54:07 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-30 12:54:07 +0000 |
commit | f40923cf282b509ef2a381551749c6c5131cdbb7 (patch) | |
tree | 5143333acc847f5b98b9abd845cca924b2c94462 /chart2 | |
parent | 4dd1b48a89ab539c56aa3d8aa40bcfbc56d4e7cf (diff) |
INTEGRATION: CWS pba11y02 (1.4.48); FILE MERGED
2008/07/24 14:46:53 pb 1.4.48.1: fix: #i73746# fillAllControls(); parameter changed
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/tp_ChartType.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_ChartType.hxx b/chart2/source/controller/dialogs/tp_ChartType.hxx index e2814ca59..6a44f41a1 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.hxx +++ b/chart2/source/controller/dialogs/tp_ChartType.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: tp_ChartType.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -84,7 +84,7 @@ public: protected: ChartTypeDialogController* getSelectedMainType(); void showAllControls( ChartTypeDialogController& rTypeController ); - void fillAllControls( const ChartTypeParameter& rParameter, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xTemplateProps=::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >() ); + void fillAllControls( const ChartTypeParameter& rParameter, bool bAlsoResetSubTypeList=true ); ChartTypeParameter getCurrentParamter() const; virtual void stateChanged( ChangingResource* pResource ); |