diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-10-22 13:26:47 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-10-22 13:29:35 +0100 |
commit | cfacb2d111b5319f5e5c494e1cf6426277e88b59 (patch) | |
tree | 3c456459664461ba738d217513bdc0e5ae6b85bc /sc/source | |
parent | d8feea6c28540797b4959e66bdc9f38209f7c512 (diff) |
accelerate shape import & export by more sensible XInterface handling.
Instead of converting both XInterfaces (again) to a root XInterface
inside the Reference == operator - we ensure that we have done this on
insertion, and do a fast pointer compare; saves ~40% of load time on
some docs, and more on save.
Change-Id: Ic3c97dd731ffb3854ebc135f416f6032d87b9d15
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/view/cellsh3.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/view/cellsh3.cxx b/sc/source/ui/view/cellsh3.cxx index c0c4ad9f908e..967bb8f91d4e 100644 --- a/sc/source/ui/view/cellsh3.cxx +++ b/sc/source/ui/view/cellsh3.cxx @@ -109,9 +109,6 @@ void ScCellShell::Execute( SfxRequest& rReq ) switch ( nSlot ) { - - - case SID_ATTR_SIZE://XXX ??? break; |