summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/lookupcache.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/lookupcache.hxx b/sc/inc/lookupcache.hxx
index 4675f0d5fc4e..9412de35ebbb 100644
--- a/sc/inc/lookupcache.hxx
+++ b/sc/inc/lookupcache.hxx
@@ -64,9 +64,9 @@ public:
double mfVal;
const OUString *mpStr;
};
- bool mbAlloc : 1;
- bool mbString : 1;
- QueryOp meOp : 2;
+ bool mbAlloc;
+ bool mbString;
+ QueryOp meOp;
void deleteString()
{
@@ -145,7 +145,7 @@ private:
{
SCROW mnRow;
SCTAB mnTab;
- QueryOp meOp : 2;
+ QueryOp meOp;
QueryKey( const ScAddress & rAddress, const QueryOp eOp ) :
mnRow( rAddress.Row()),