summaryrefslogtreecommitdiffstats
path: root/extensions/source/bibliography/bibview.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-04-10 15:23:06 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 15:30:26 +0100
commitf9a55aa248b83721737a8e543d440734436a615b (patch)
treeee1cc84cd680895ba4f7720d208cbfe424667489 /extensions/source/bibliography/bibview.cxx
parentconvert ScopedVclPtr to ScopedVclPtrInstance (diff)
downloadcore-f9a55aa248b83721737a8e543d440734436a615b.tar.gz
core-f9a55aa248b83721737a8e543d440734436a615b.zip
Lots more small re-basing issues fixed.
Change-Id: I621567c4596e01092c55d868403910386fa14058
Diffstat (limited to 'extensions/source/bibliography/bibview.cxx')
-rw-r--r--extensions/source/bibliography/bibview.cxx4
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 )