summaryrefslogtreecommitdiff
path: root/sfx2/source/view/sfxbasecontroller.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-19 16:00:39 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-19 16:03:28 -0400
commit2fc4f5cd750cc3899ffc6b2f831edcb01e7773b4 (patch)
tree050d146a6cf1639453a98581d2801e132d2d4ada /sfx2/source/view/sfxbasecontroller.cxx
parent0d361388060741fe8e2f1ba059fba95707bdc233 (diff)
Register OpenGL windows to ScGridWindow upon file load.
Change-Id: I6fdce232ef41079f20a983dc72da032196078858
Diffstat (limited to 'sfx2/source/view/sfxbasecontroller.cxx')
-rw-r--r--sfx2/source/view/sfxbasecontroller.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx
index bd7d5da26030..cc4930afc594 100644
--- a/sfx2/source/view/sfxbasecontroller.cxx
+++ b/sfx2/source/view/sfxbasecontroller.cxx
@@ -1524,4 +1524,10 @@ void SAL_CALL SfxBaseController::removeTitleChangeListener(const Reference< fram
xBroadcaster->removeTitleChangeListener (xListener);
}
+void SfxBaseController::initialize( const ::css::uno::Sequence< ::css::uno::Any >& /*aArguments*/ )
+{
+ if (m_pData->m_pViewShell)
+ m_pData->m_pViewShell->Initialize();
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */