diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-06 16:26:32 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:26 +0200 |
commit | d1ba5419cf9f75fe437b835e49d3b75459dd48c2 (patch) | |
tree | 030dd7522098e4e03f0d64304e48cb866dfc375f /basctl | |
parent | 5502be9695b67b094d581d108dc9ebddc161cc60 (diff) |
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too.
Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/inc/basidesh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/source/inc/basidesh.hxx b/basctl/source/inc/basidesh.hxx index 5e8c25713fac..4e8d5f095b40 100644 --- a/basctl/source/inc/basidesh.hxx +++ b/basctl/source/inc/basidesh.hxx @@ -63,7 +63,6 @@ namespace BasicIDE class BasicIDEShell :public SfxViewShell ,public ::basctl::DocumentEventListener { -friend class JavaDebuggingListenerImpl; friend class LocalizationMgr; friend bool implImportDialog( Window* pWin, const ::rtl::OUString& rCurPath, const ScriptDocument& rDocument, const ::rtl::OUString& aLibName ); friend bool BasicIDE::RemoveDialog( const ScriptDocument& rDocument, const ::rtl::OUString& rLibName, const ::rtl::OUString& rDlgName ); |