summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/drawbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/drawbase.hxx')
-rw-r--r--sw/source/uibase/inc/drawbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/drawbase.hxx b/sw/source/uibase/inc/drawbase.hxx
index 9ba4450c4a30..b369700115ec 100644
--- a/sw/source/uibase/inc/drawbase.hxx
+++ b/sw/source/uibase/inc/drawbase.hxx
@@ -46,8 +46,8 @@ public:
void SetDrawPointer();
void EnterSelectMode(const MouseEvent& rMEvt);
- inline bool IsInsertForm() const { return m_bInsForm; }
- inline bool IsCreateObj() const { return m_bCreateObj; }
+ bool IsInsertForm() const { return m_bInsForm; }
+ bool IsCreateObj() const { return m_bCreateObj; }
// mouse- & key events; return value=true: event was edited
virtual bool KeyInput(const KeyEvent& rKEvt);