summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/iderdll2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/iderdll2.hxx')
-rw-r--r--basctl/source/basicide/iderdll2.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/basctl/source/basicide/iderdll2.hxx b/basctl/source/basicide/iderdll2.hxx
index 124e1d98adbc..0e1bff2be5e4 100644
--- a/basctl/source/basicide/iderdll2.hxx
+++ b/basctl/source/basicide/iderdll2.hxx
@@ -34,8 +34,6 @@ namespace basctl
class ExtraData final
{
- std::unique_ptr<SvxSearchItem> pSearchItem;
-
LibInfo aLibInfo;
EntryDescriptor m_aLastEntryDesc;
@@ -60,9 +58,6 @@ public:
bool& ChoosingMacro() { return bChoosingMacro; }
bool& ShellInCriticalSection() { return bShellInCriticalSection; }
- SvxSearchItem& GetSearchItem() const { return *pSearchItem; }
- void SetSearchItem( const SvxSearchItem& rItem );
-
const OUString& GetAddLibPath() const { return aAddLibPath; }
void SetAddLibPath( const OUString& rPath ) { aAddLibPath = rPath; }