diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-05-10 12:09:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-05-10 12:12:09 +0200 |
commit | d16c1b9290e11ca31850523a2b01426bca0937a3 (patch) | |
tree | 3e33533a695a827e64798a1cf5de8a7b2566237c /sfx2/sdi/frmslots.sdi | |
parent | 1173bb0dc01ef504ea453a272b77b0b4d92a662f (diff) |
Removed unused SID_FRAMETITLE
...which was only ever written to, never read. This in turn allowed
SfxViewFrame::UpdateTitle to return void instead of String, and made
SfxObjectShell::UpdateTitle become unused. (The title appears to be created via
SfxBaseModel::getTitle instead these days?)
Change-Id: I5e1115a707134058a1f3a0beaa180eb471c817e6
Diffstat (limited to 'sfx2/sdi/frmslots.sdi')
-rw-r--r-- | sfx2/sdi/frmslots.sdi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi index c17b2b190c08..7ad2317c61d6 100644 --- a/sfx2/sdi/frmslots.sdi +++ b/sfx2/sdi/frmslots.sdi @@ -392,10 +392,6 @@ interface TopWindow : BrowseWindow ExecMethod = MiscExec_Impl ; StateMethod = MiscState_Impl ; ] - SID_FRAMETITLE // ole(no) api(play/rec) - [ - StateMethod = StateView_Impl ; - ] SID_CLOSEWIN // ole(no) api(final/play/rec) [ ExecMethod = Exec_Impl ; |