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

New loplugin:conststringvar: shell

Change-Id: Ie375164d9c461c25d256f321e4efd0aedc73a263
üst d09f0799
...@@ -321,8 +321,8 @@ namespace /* private */ { ...@@ -321,8 +321,8 @@ namespace /* private */ {
}; };
const char* XML_HEADER = "<?xml version=\"1.0\"?>\n<RecentFiles>\n"; const char* const XML_HEADER = "<?xml version=\"1.0\"?>\n<RecentFiles>\n";
const char* XML_FOOTER = "</RecentFiles>"; const char* const XML_FOOTER = "</RecentFiles>";
// assumes that the list is ordered decreasing // assumes that the list is ordered decreasing
...@@ -385,9 +385,9 @@ namespace /* private */ { ...@@ -385,9 +385,9 @@ namespace /* private */ {
}; };
const char* GROUP_OOO = "openoffice.org"; const char* const GROUP_OOO = "openoffice.org";
const char* GROUP_STAR_OFFICE = "staroffice"; const char* const GROUP_STAR_OFFICE = "staroffice";
const char* GROUP_STAR_SUITE = "starsuite"; const char* const GROUP_STAR_SUITE = "starsuite";
void recently_used_item_list_add( void recently_used_item_list_add(
......
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