summaryrefslogtreecommitdiff
path: root/include/svl/flagitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/flagitem.hxx')
-rw-r--r--include/svl/flagitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/flagitem.hxx b/include/svl/flagitem.hxx
index 3edb95e3a935..34c5b67a2cd5 100644
--- a/include/svl/flagitem.hxx
+++ b/include/svl/flagitem.hxx
@@ -50,7 +50,7 @@ public:
DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" );
nVal = nNewVal;
}
- bool GetFlag( sal_uInt8 nFlag ) const { return ( (nVal & ( 1<<nFlag))); }
+ bool GetFlag( sal_uInt8 nFlag ) const { return (nVal & ( 1<<nFlag)); }
};
#endif