diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-17 14:12:21 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-22 14:02:02 -0500 |
commit | c8cfc307d0b62dee93c4843a0f6f0c0660543e93 (patch) | |
tree | e09b25e60e3778857bc4e115fb8f8947f6de4b20 /sc/inc | |
parent | 10be7247a8d0488aa535dcd60444a371f029e90b (diff) |
String and bool conversion.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/pivot.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx index 042226cf1fe2..aa857c1431f6 100644 --- a/sc/inc/pivot.hxx +++ b/sc/inc/pivot.hxx @@ -99,10 +99,10 @@ struct ScPivotParam ::std::vector<PivotField> maColFields; ::std::vector<PivotField> maRowFields; ::std::vector<PivotField> maDataFields; - sal_Bool bIgnoreEmptyRows; - sal_Bool bDetectCategories; - sal_Bool bMakeTotalCol; - sal_Bool bMakeTotalRow; + bool bIgnoreEmptyRows; + bool bDetectCategories; + bool bMakeTotalCol; + bool bMakeTotalRow; ScPivotParam(); ScPivotParam( const ScPivotParam& r ); @@ -158,7 +158,7 @@ struct ScDPLabelData ::com::sun::star::sheet::DataPilotFieldLayoutInfo maLayoutInfo; /// Layout info. ::com::sun::star::sheet::DataPilotFieldAutoShowInfo maShowInfo; /// AutoShow info. - explicit ScDPLabelData( const String& rName, SCCOL nCol, bool bIsValue ); + explicit ScDPLabelData(const rtl::OUString& rName, SCCOL nCol, bool bIsValue); /** * return the name that should be displayed in the dp dialogs i.e. when |