[Libreoffice-commits] core.git: cui/source
Tor Lillqvist
tml at iki.fi
Fri May 31 06:57:36 PDT 2013
cui/source/options/optjava.cxx | 2 ++
cui/source/options/optjava.hxx | 2 ++
2 files changed, 4 insertions(+)
New commits:
commit 0badc400706d059381ec396c33dd0760042c4c0b
Author: Tor Lillqvist <tml at iki.fi>
Date: Fri May 31 16:50:01 2013 +0300
WaE: private fields are not used
Change-Id: I6c649804b0c03d8ca265e71be50aaa735e8fbeb2
diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx
index 74fa157..fbf91b9 100644
--- a/cui/source/options/optjava.cxx
+++ b/cui/source/options/optjava.cxx
@@ -131,11 +131,13 @@ SvxJavaOptionsPage::SvxJavaOptionsPage( Window* pParent, const SfxItemSet& rSet
: SfxTabPage(pParent, "OptAdvancedPage", "cui/ui/optadvancedpage.ui", rSet)
, m_pParamDlg(NULL)
, m_pPathDlg(NULL)
+#ifdef SOLAR_JAVA
, m_parJavaInfo(NULL)
, m_parParameters(NULL)
, m_pClassPath(NULL)
, m_nInfoSize(0)
, m_nParamSize(0)
+#endif
, xDialogListener(new ::svt::DialogClosedListener())
{
get(m_pJavaEnableCB, "javaenabled");
diff --git a/cui/source/options/optjava.hxx b/cui/source/options/optjava.hxx
index 5a60ecd..81ab967 100644
--- a/cui/source/options/optjava.hxx
+++ b/cui/source/options/optjava.hxx
@@ -58,11 +58,13 @@ private:
SvxJavaParameterDlg* m_pParamDlg;
SvxJavaClassPathDlg* m_pPathDlg;
+#ifdef SOLAR_JAVA
JavaInfo** m_parJavaInfo;
rtl_uString** m_parParameters;
rtl_uString* m_pClassPath;
sal_Int32 m_nInfoSize;
sal_Int32 m_nParamSize;
+#endif
String m_sInstallText;
String m_sAccessibilityText;
String m_sAddDialogText;
More information about the Libreoffice-commits
mailing list