diff options
Diffstat (limited to 'basctl/inc/iderdll.hxx')
-rw-r--r-- | basctl/inc/iderdll.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/basctl/inc/iderdll.hxx b/basctl/inc/iderdll.hxx index ef8f28763e68..6bc9bacdaf94 100644 --- a/basctl/inc/iderdll.hxx +++ b/basctl/inc/iderdll.hxx @@ -21,15 +21,14 @@ namespace basctl { - class Shell; class ExtraData; -void EnsureIde (); +void EnsureIde(); -void ShellCreated (Shell* pShell); +void ShellCreated(Shell* pShell); Shell* GetShell(); -void ShellDestroyed (Shell const * pShell); +void ShellDestroyed(Shell const* pShell); ExtraData* GetExtraData(); |