From d1ba5419cf9f75fe437b835e49d3b75459dd48c2 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 6 Aug 2012 16:26:32 +0200 Subject: Remove non-existing forward declarations Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6 --- basctl/source/inc/basidesh.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'basctl/source/inc') 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 ); -- cgit