diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-08 08:48:59 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-08 19:06:48 +0100 |
commit | 842bfb16f710a624eb48294e5410e9944160c70d (patch) | |
tree | 7c85ef2417a993c608585948eab1a4e7faeb4b1b /extensions/source/activex | |
parent | b0c96965cfc02d2beb062158483079a2e746474f (diff) |
Remove useless comments in components.
Diffstat (limited to 'extensions/source/activex')
-rw-r--r-- | extensions/source/activex/main/so_activex.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/activex/main/so_activex.cpp b/extensions/source/activex/main/so_activex.cpp index 43e49b6b3345..3af31daca52b 100644 --- a/extensions/source/activex/main/so_activex.cpp +++ b/extensions/source/activex/main/so_activex.cpp @@ -29,7 +29,7 @@ END_OBJECT_MAP() #define X64_LIB_NAME "so_activex_x64.dll" #define X32_LIB_NAME "so_activex.dll" -// 06.11.2009 tkr: to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY +// to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY // in mingw 3.13 KEY_WOW64_64KEY isn't available < Win2003 systems. // Also defined in setup_native\source\win32\customactions\reg64\reg64.cxx,source\win32\customactions\shellextensions\shellextensions.cxx and // extensions\source\activex\main\so_activex.cpp @@ -51,7 +51,7 @@ const BOOL bX64 = FALSE; #define REG_DELETE_KEY_A( key, aPath, nKeyAccess ) RegDeleteKeyA( key, aPath ) #endif -// 10.11.2009 tkr: MinGW doesn't know anything about RegDeleteKeyExA if WINVER < 0x0502. +// MinGW doesn't know anything about RegDeleteKeyExA if WINVER < 0x0502. extern "C" { WINADVAPI LONG WINAPI RegDeleteKeyExA(HKEY,LPCSTR,REGSAM,DWORD); } |