diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-08-03 16:06:34 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-08-03 16:06:34 +0300 |
commit | 89df47218b77f7c64758583cf1ade59ade5b39c0 (patch) | |
tree | 4c873194b219e42d87de71a3bb40e70ce78ec314 /sfx2 | |
parent | fe3b0468884c3206f527f2afffbcb25482232452 (diff) |
Delete nonsense comment
There is nothing called GetInPlaceObject() or SfxInternObject.
Change-Id: Ic2cc48a208874c0781416c77703a5d9fe989519d
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objxtor.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx index affa983ca6cd..a9da93c3187c 100644 --- a/sfx2/source/doc/objxtor.cxx +++ b/sfx2/source/doc/objxtor.cxx @@ -308,8 +308,6 @@ SfxObjectShell::~SfxObjectShell() if ( IsEnableSetModified() ) EnableSetModified( false ); - // Never call GetInPlaceObject(), the access to the derivative branch - // SfxInternObject is not allowed because of a compiler bug SfxObjectShell::CloseInternal(); pImpl->pBaseModel.set( nullptr ); |