[Libreoffice-commits] .: cui/source
Joseph Powers
jpowers at kemper.freedesktop.org
Sun Jul 24 14:42:57 PDT 2011
cui/source/options/optinet2.cxx | 1 -
cui/source/options/optinet2.hxx | 6 ++----
2 files changed, 2 insertions(+), 5 deletions(-)
New commits:
commit 4101f6a9a2802dedc04ff91ff3ec6b8eaedc61d7
Author: Joseph Powers <jpowers27 at cox.net>
Date: Sun Jul 24 11:42:20 2011 -0700
Remove unneedd references to SvtJavaOptions
Signed-off-by: Joseph Powers <jpowers27 at cox.net>
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index d897fb8..a1ee710 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 cbad0be..08d7a59 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 );
More information about the Libreoffice-commits
mailing list