diff options
Diffstat (limited to 'sfx2/source/control/shell.cxx')
-rw-r--r-- | sfx2/source/control/shell.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx index db940f033ddd..8c1de06a6592 100644 --- a/sfx2/source/control/shell.cxx +++ b/sfx2/source/control/shell.cxx @@ -195,21 +195,6 @@ const String& SfxShell::GetName() const //-------------------------------------------------------------------- -SvGlobalName SfxShell::GetGlobalName() const - -/* [Description] - - Provides the Global Unique Identifier of the Shell object. With this name - can the SfxShell instance for example be expressed via OLE Automation, or - be found in the Registration Database. -*/ - -{ - return SvGlobalName(); -} - -//-------------------------------------------------------------------- - SfxDispatcher* SfxShell::GetDispatcher() const /* [Description] |