summaryrefslogtreecommitdiff
path: root/include/basic/codecompletecache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/codecompletecache.hxx')
-rw-r--r--include/basic/codecompletecache.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx
index 10c2f7335e91..a2186074fca2 100644
--- a/include/basic/codecompletecache.hxx
+++ b/include/basic/codecompletecache.hxx
@@ -45,7 +45,8 @@ private:
bool bIsProcedureAutoCompleteOn;
bool bIsAutoCloseQuotesOn;
bool bIsAutoCloseParenthesisOn;
- bool bIsAutoCorrectSpellingOn;
+ bool bIsAutoCorrectKeywordsOn;
+ bool bExtendedTypeDeclarationOn;
SvtMiscOptions aMiscOptions;
public:
@@ -66,8 +67,8 @@ public:
static bool IsAutoCloseParenthesisOn();
static void SetAutoCloseParenthesisOn( const bool& b );
- static bool IsAutoCorrectSpellingOn();
- static void SetAutoCorrectSpellingOn( const bool& b );
+ static bool IsAutoCorrectKeywordsOn();
+ static void SetAutoCorrectKeywordsOn( const bool& b );
};
class BASIC_DLLPUBLIC CodeCompleteDataCache