summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-09 12:48:52 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-09 12:48:52 +0100
commitb65cac5336385cc2637bc835fcce745fd5fe7cb0 (patch)
tree13a20bebebc0d29a2d038e61b0722b15d1d7a075 /sfx2/source/appl/appbas.cxx
parent8e928726e9ecef5a56c459df2c45764f32a73ec7 (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/source/appl/appbas.cxx')
-rw-r--r--sfx2/source/appl/appbas.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index 042ab05318b5..bb7d2eddbbbd 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -425,11 +425,6 @@ void SfxApplication::PropExec_Impl( SfxRequest &rReq )
break;
}
- case SID_WIN_POSSIZE:
- {
- break;
- }
-
case SID_INTERACTIVEMODE:
{
break;