diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 15:23:06 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 15:30:26 +0100 |
commit | f9a55aa248b83721737a8e543d440734436a615b (patch) | |
tree | ee1cc84cd680895ba4f7720d208cbfe424667489 /extensions | |
parent | 7a1fad0d4f6b95c9beafa9c34f34b70bb9a0c9ed (diff) |
Lots more small re-basing issues fixed.
Change-Id: I621567c4596e01092c55d868403910386fa14058
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/bibview.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/bibview.cxx b/extensions/source/bibliography/bibview.cxx index 668e691d5a97..243161fb2c9e 100644 --- a/extensions/source/bibliography/bibview.cxx +++ b/extensions/source/bibliography/bibview.cxx @@ -164,14 +164,14 @@ namespace bib { mpBibView->UpdatePages(); FormControlContainer::_loaded( _rEvent ); - Resize(); + mpBibView->Resize(); } void BibViewFormControlContainer::_reloaded( const EventObject& _rEvent ) { mpBibView->UpdatePages(); FormControlContainer::_loaded( _rEvent ); - Resize(); + mpBibView->Resize(); } IMPL_STATIC_LINK( BibView, CallMappingHdl, BibView*, EMPTYARG ) |