[Libreoffice-commits] .: connectivity/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Fri Mar 18 11:04:55 PDT 2011
connectivity/source/commontools/CommonTools.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 954aec5cb342d9850354ea126389910cb5050ad8
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Fri Mar 18 18:17:32 2011 +0100
WaE: silence some warnings
diff --git a/connectivity/source/commontools/CommonTools.cxx b/connectivity/source/commontools/CommonTools.cxx
index 2379558..5b00cbb 100755
--- a/connectivity/source/commontools/CommonTools.cxx
+++ b/connectivity/source/commontools/CommonTools.cxx
@@ -290,6 +290,9 @@ namespace connectivity
pEnv->DeleteLocalRef( out );
}
}
+#else
+ (void)_pJVM;
+ (void)_sClassName;
#endif
return bRet;
}
More information about the Libreoffice-commits
mailing list