From 0ee265e82ea64839e559fcded4d268de721f4202 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Sun, 1 Sep 2013 09:46:07 -0400 Subject: Handle enabling / disabling of auto spell check. Change-Id: I8f3fe06a41b825f233f4116ae8ba3b30cb4f1adc --- sc/source/ui/inc/gridwin.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/source/ui/inc/gridwin.hxx') diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index ba55617a4981..91a3774c5811 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -392,6 +392,7 @@ public: void CursorChanged(); void DrawLayerCreated(); bool ContinueOnlineSpelling(); + void EnableAutoSpell( bool bEnable ); void DeleteCopySourceOverlay(); void UpdateCopySourceOverlay(); -- cgit