Kaydet (Commit) 6ad0a96a authored tarafından Dmitriy Shilin's avatar Dmitriy Shilin Kaydeden (comit) Noel Grandin

vcl: move SysColorEntry to anonymous namespace

Change-Id: Ib483decf4cd7d8ec5cb73a23c36181bd3e1d49c0
Relates: tdf#107792
Reviewed-on: https://gerrit.libreoffice.org/64661
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 2b938a36
...@@ -45,17 +45,17 @@ ...@@ -45,17 +45,17 @@
#define DITHER_MAX_SYSCOLOR 16 #define DITHER_MAX_SYSCOLOR 16
#define DITHER_EXTRA_COLORS 1 #define DITHER_EXTRA_COLORS 1
namespace
{
struct SysColorEntry struct SysColorEntry
{ {
DWORD nRGB; DWORD nRGB;
SysColorEntry* pNext; SysColorEntry* pNext;
}; };
static SysColorEntry* pFirstSysColor = nullptr; SysColorEntry* pFirstSysColor = nullptr;
static SysColorEntry* pActSysColor = nullptr; SysColorEntry* pActSysColor = nullptr;
namespace
{
void DeleteSysColorList() void DeleteSysColorList()
{ {
......
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