summaryrefslogtreecommitdiff
path: root/desktop/util/verinfo.rc
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/util/verinfo.rc')
-rwxr-xr-xdesktop/util/verinfo.rc13
1 files changed, 0 insertions, 13 deletions
diff --git a/desktop/util/verinfo.rc b/desktop/util/verinfo.rc
index 7d589956ec..082f9e6915 100755
--- a/desktop/util/verinfo.rc
+++ b/desktop/util/verinfo.rc
@@ -25,10 +25,6 @@
*
*************************************************************************/
-#if !defined(ENGLISH)
-#define LG_D // generate always german version
-#endif
-
#define VER_FIRSTYEAR 2007
#include <windows.h>
@@ -55,11 +51,7 @@ VS_VERSION_INFO versioninfo
VS_FF_PRERELEASE |
#endif
0
-#ifndef WIN32
- fileos VOS_DOS_WINDOWS16
-#else
fileos VOS_NT_WINDOWS32
-#endif
filetype VFT_APP
{
block "StringFileInfo"
@@ -88,16 +80,11 @@ VS_VERSION_INFO versioninfo
value "InternalName", "SOFFICE\0"
value "LegalCopyright", S_CRIGHT " Oracle and/or its affiliates. All rights reserved.\0"
}
-#endif
}
block "VarFileInfo"
{
-#ifdef LG_D
- value "Translation", 0x0407, 1252
-#else
value "Translation", 0x0409, 1252
-#endif
}
}