summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/basic/codecompletecache.hxx4
-rw-r--r--include/sfx2/sfxsids.hrc1
2 files changed, 3 insertions, 2 deletions
diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx
index bba25d9b0659..a1428e351624 100644
--- a/include/basic/codecompletecache.hxx
+++ b/include/basic/codecompletecache.hxx
@@ -42,8 +42,8 @@ private:
CodeCompleteVarScopes aVarScopes;
public:
- const OUString GLOB_KEY = OUString("global key");
- const OUString NOT_FOUND = OUString("not found");
+ static const OUString GLOB_KEY;
+ static const OUString NOT_FOUND;
CodeCompleteDataCache(){}
virtual ~CodeCompleteDataCache(){}
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index f3414d9be5a9..e6f9754c6168 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -671,6 +671,7 @@
#define SID_BASICIDE_ARG_DOCUMENT_MODEL ( SID_BASICIDE_START + 51 )
#define SID_BASICIDE_MANAGE_LANG ( SID_BASICIDE_START + 52 )
#define SID_BASICIDE_CURRENT_LANG ( SID_BASICIDE_START + 53 )
+#define SID_BASICIDE_CODECOMPLETITION ( SID_BASICIDE_START + 54 )
// SlotIds for Apps --------------------------------------------------------
#define FN_PARAM (SID_SW_START + 1100)