diff options
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r-- | starmath/inc/view.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index ccc903754bb5..287ddc48d440 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -320,7 +320,7 @@ public: * so that when text is inserted from catalog or elsewhere we know whether to * insert for the visual editor, or the text editor. */ - void SetInsertIntoEditWindow(bool bEditWindowHadFocusLast = true){ + void SetInsertIntoEditWindow(bool bEditWindowHadFocusLast){ bInsertIntoEditWindow = bEditWindowHadFocusLast; } bool IsInlineEditEnabled() const; |