Kaydet (Commit) f2cb396c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:externvar (clang-cl)

Change-Id: Ie2a96299d8d3cc9c1ccad7cfb8fbee05c6734148
üst 6ec5717e
...@@ -39,9 +39,9 @@ const bool INIT_NONSIGNALED = false; ...@@ -39,9 +39,9 @@ const bool INIT_NONSIGNALED = false;
namespace namespace
{ {
const char* FOLDERPICKER_SRV_DLL_NAME = "fps.dll"; const char* const FOLDERPICKER_SRV_DLL_NAME = "fps.dll";
const char g_szWndClsName[] = "FopStaReqWnd###"; const char g_szWndClsName[] = "FopStaReqWnd###";
const char* CURRENT_INSTANCE = "CurrInst"; const char* const CURRENT_INSTANCE = "CurrInst";
struct RequestContext struct RequestContext
{ {
......
...@@ -43,7 +43,7 @@ struct Entry ...@@ -43,7 +43,7 @@ struct Entry
sal_Int16 resId; sal_Int16 resId;
}; };
Entry CtrlIdToResIdTable[] = { Entry const CtrlIdToResIdTable[] = {
{ CHECKBOX_AUTOEXTENSION, STR_SVT_FILEPICKER_AUTO_EXTENSION }, { CHECKBOX_AUTOEXTENSION, STR_SVT_FILEPICKER_AUTO_EXTENSION },
{ CHECKBOX_PASSWORD, STR_SVT_FILEPICKER_PASSWORD }, { CHECKBOX_PASSWORD, STR_SVT_FILEPICKER_PASSWORD },
{ CHECKBOX_FILTEROPTIONS, STR_SVT_FILEPICKER_FILTER_OPTIONS }, { CHECKBOX_FILTEROPTIONS, STR_SVT_FILEPICKER_FILTER_OPTIONS },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment