summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-07-24 11:42:20 -0700
committerJoseph Powers <jpowers27@cox.net>2011-07-24 14:29:49 -0700
commit4101f6a9a2802dedc04ff91ff3ec6b8eaedc61d7 (patch)
tree533628eaa5ab6f69f3932c6c5b29a477de4c0f09
parent01eada93cfc3abd68f4cf6070a848438ef68c7d8 (diff)
Remove unneedd references to SvtJavaOptions
Signed-off-by: Joseph Powers <jpowers27@cox.net>
-rw-r--r--cui/source/options/optinet2.cxx1
-rw-r--r--cui/source/options/optinet2.hxx6
2 files changed, 2 insertions, 5 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index d897fb822..a1ee71025 100644
--- a/cui/source/options/optinet2.cxx
+++ b/cui/source/options/optinet2.cxx
@@ -52,7 +52,6 @@
#include <tools/urlobj.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/securityoptions.hxx>
-#include <unotools/javaoptions.hxx>
#include <unotools/localfilehelper.hxx>
#include <unotools/extendedsecurityoptions.hxx>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/cui/source/options/optinet2.hxx b/cui/source/options/optinet2.hxx
index cbad0be3a..08d7a5933 100644
--- a/cui/source/options/optinet2.hxx
+++ b/cui/source/options/optinet2.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -157,7 +157,6 @@ protected:
// class SvxSecurityTabPage ---------------------------------------------
-class SvtJavaOptions;
class SvtSecurityOptions;
class SvxSecurityTabPage : public SfxTabPage
@@ -181,7 +180,6 @@ private:
FixedInfo maMacroSecFI;
PushButton maMacroSecPB;
-
SvtSecurityOptions* mpSecOptions;
svx::SecurityOptionsDialog* mpSecOptDlg;
@@ -193,7 +191,7 @@ private:
DECL_LINK( MasterPasswordCBHdl, void* );
DECL_LINK( ShowPasswordsHdl, PushButton* );
DECL_LINK( MacroSecPBHdl, void* );
-
+
void InitControls();
SvxSecurityTabPage( Window* pParent, const SfxItemSet& rSet );