summaryrefslogtreecommitdiff
path: root/include/editeng/editstat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/editstat.hxx')
-rw-r--r--include/editeng/editstat.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx
index 3ec7c39d57a2..fa5c771c7b88 100644
--- a/include/editeng/editstat.hxx
+++ b/include/editeng/editstat.hxx
@@ -98,14 +98,6 @@ namespace o3tl
EditStatusFlags::CRSRLEFTPARA at the time cursor movement and the enter.
*/
-inline void SetFlags( EEControlBits& rBits, EEControlBits nMask, bool bOn )
-{
- if ( bOn )
- rBits |= nMask;
- else
- rBits &= ~nMask;
-}
-
inline void SetFlags( EVControlBits& rBits, EVControlBits nMask, bool bOn )
{
if ( bOn )