summaryrefslogtreecommitdiff
path: root/include/basic
diff options
context:
space:
mode:
authorGergo Mocsi <gmocsi91@gmail.com>2013-08-14 12:56:39 +0200
committerGergo Mocsi <gmocsi91@gmail.com>2013-09-02 18:16:59 +0200
commit82a4ad7a5c18801c64a28e9df6a96c0e1abf5b64 (patch)
treeb0c6944080ba45b6a4fd0685c9f670ba339c9a0c /include/basic
parent9b534193a3132764f7c5a659025ab2c49bfb2605 (diff)
GSOC work, renaming + options fix
Options now work correctly: I've added the missing function. Rename: renamed some variables and methods to kep the consistence( Autocorrect keywords -> Autocorrect). Change-Id: I6b4914575f1a06eb3268c133b8b990364e3d24e4
Diffstat (limited to 'include/basic')
-rw-r--r--include/basic/codecompletecache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx
index a2186074fca2..d455fa75ec52 100644
--- a/include/basic/codecompletecache.hxx
+++ b/include/basic/codecompletecache.hxx
@@ -45,7 +45,7 @@ private:
bool bIsProcedureAutoCompleteOn;
bool bIsAutoCloseQuotesOn;
bool bIsAutoCloseParenthesisOn;
- bool bIsAutoCorrectKeywordsOn;
+ bool bIsAutoCorrectOn;
bool bExtendedTypeDeclarationOn;
SvtMiscOptions aMiscOptions;
@@ -67,8 +67,8 @@ public:
static bool IsAutoCloseParenthesisOn();
static void SetAutoCloseParenthesisOn( const bool& b );
- static bool IsAutoCorrectKeywordsOn();
- static void SetAutoCorrectKeywordsOn( const bool& b );
+ static bool IsAutoCorrectOn();
+ static void SetAutoCorrectOn( const bool& b );
};
class BASIC_DLLPUBLIC CodeCompleteDataCache