From 7463dafd92a5153f4c67d1a6d91199d97a3aead1 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 23 Mar 2012 16:26:33 -0400 Subject: A little clean up. --- sc/inc/dptabres.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sc/inc/dptabres.hxx') diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx index 36ed4aceec5f..3a64f6d50012 100644 --- a/sc/inc/dptabres.hxx +++ b/sc/inc/dptabres.hxx @@ -506,15 +506,15 @@ private: const ScDPResultData* pResultData; MemberArray maMemberArray; MemberHash maMemberHash; - sal_Bool bInitialized; - String aDimensionName; //! or ptr to IntDimension? - sal_Bool bIsDataLayout; //! or ptr to IntDimension? - sal_Bool bSortByData; - sal_Bool bSortAscending; + rtl::OUString aDimensionName; //! or ptr to IntDimension? long nSortMeasure; ScMemberSortOrder aMemberOrder; // used when sorted by measure - sal_Bool bAutoShow; - sal_Bool bAutoTopItems; + bool bIsDataLayout:1; //! or ptr to IntDimension? + bool bSortByData:1; + bool bSortAscending:1; + bool bAutoShow:1; + bool bAutoTopItems:1; + bool bInitialized:1; long nAutoMeasure; long nAutoCount; -- cgit