Remove unneedd references to SvtJavaOptions
Signed-off-by: Joseph Powers <jpowers27@cox.net>
This commit is contained in:
parent
9ba466ac25
commit
9c341f31f3
2 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue