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

-Werror=unused-macros (MinGW, jvmfwk)

Change-Id: I860939930c43cac89c4ab745bf129922be1f1511
üst 2acc9da9
...@@ -65,8 +65,6 @@ ...@@ -65,8 +65,6 @@
#endif #endif
#endif #endif
#define SUN_MICRO "Sun Microsystems Inc."
using namespace osl; using namespace osl;
using namespace std; using namespace std;
using namespace jfw_plugin; using namespace jfw_plugin;
...@@ -86,7 +84,7 @@ OString getPluginJarPath( ...@@ -86,7 +84,7 @@ OString getPluginJarPath(
OUString sName1("javaplugin.jar"); OUString sName1("javaplugin.jar");
OUString sName2("plugin.jar"); OUString sName2("plugin.jar");
OUString sPath; OUString sPath;
if ( sVendor == SUN_MICRO ) if ( sVendor == "Sun Microsystems Inc." )
{ {
SunVersion ver142("1.4.2-ea"); SunVersion ver142("1.4.2-ea");
SunVersion ver150("1.5.0-ea"); SunVersion ver150("1.5.0-ea");
......
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