diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-09 12:48:52 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-09 12:48:52 +0100 |
commit | b65cac5336385cc2637bc835fcce745fd5fe7cb0 (patch) | |
tree | 13a20bebebc0d29a2d038e61b0722b15d1d7a075 /sfx2/sdi | |
parent | 8e928726e9ecef5a56c459df2c45764f32a73ec7 (diff) |
autorecovery: removed SID_WIN_POSSIZE
There were two places which wrote this item (one being the TransformParameters in appuno.cxx, one a GetState
method at the view frame), and both had different opinions whether this item should be an SfxStringItem or an
SfxRectangleItem. Also, there seemed to be no code at all which evaluated this item.
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/frmslots.sdi | 5 | ||||
-rw-r--r-- | sfx2/sdi/sfx.sdi | 27 |
2 files changed, 0 insertions, 32 deletions
diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi index 050c36e9d7d4..0b7ba4ea29c3 100644 --- a/sfx2/sdi/frmslots.sdi +++ b/sfx2/sdi/frmslots.sdi @@ -400,11 +400,6 @@ interface TopWindow : BrowseWindow [ StateMethod = StateView_Impl ; ] - SID_WIN_POSSIZE // ole(no) api(final/play/rec) - [ - ExecMethod = Exec_Impl ; - StateMethod = GetState_Impl ; - ] SID_CLOSEWIN // ole(no) api(final/play/rec) [ ExecMethod = Exec_Impl ; diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index efa2c0e23a92..7caf442758b1 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -400,33 +400,6 @@ SfxVoidItem AddWatch SID_BASICIDE_ADDWATCH ] //-------------------------------------------------------------------------- -SfxRectangleItem Area SID_WIN_POSSIZE - -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = TRUE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - Readonly = FALSE, - - /* config: */ - AccelConfig = FALSE, - MenuConfig = FALSE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = ; -] - -//-------------------------------------------------------------------------- SfxStringItem Author SID_DOCINFO_AUTHOR [ |