summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/objdlg.hxx
diff options
context:
space:
mode:
authorUray M. János <uray.janos@gmail.com>2012-07-24 11:29:57 +0200
committerNoel Power <noel.power@novell.com>2012-07-25 10:13:28 +0100
commit44e8b1c8ad917d3c4ed7efe9169e5197801198f2 (patch)
treefdfecf70844448ac90d91e55b514b3b12ebe1385 /basctl/source/basicide/objdlg.hxx
parenta5947d14c278446b44fd76050103d16dd768601c (diff)
fdo#50633 IDE: select current module in Object Catalog on open
Change-Id: Ieea731b0ed8eefdab616ed1f778b445aae14191c
Diffstat (limited to 'basctl/source/basicide/objdlg.hxx')
-rw-r--r--basctl/source/basicide/objdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/objdlg.hxx b/basctl/source/basicide/objdlg.hxx
index c0c3c454ca60..f82ae0e114b3 100644
--- a/basctl/source/basicide/objdlg.hxx
+++ b/basctl/source/basicide/objdlg.hxx
@@ -64,7 +64,7 @@ public:
virtual ~ObjectCatalog();
void UpdateEntries();
- void SetCurrentEntry( BasicEntryDescriptor& rDesc );
+ void SetCurrentEntry (IDEBaseWindow* pCurWin);
void SetCancelHdl( const Link& rLink ) { aCancelHdl = rLink; }
};