summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/dlg/animobjs.cxx
diff options
context:
space:
mode:
authorLászló Németh <nemeth@collabora.com>2014-12-17 13:09:30 +0100
committerLászló Németh <nemeth@collabora.com>2014-12-17 13:09:30 +0100
commit5f60775f0f292ef4ff9590d6cff73628d03354dd (patch)
treea53e9bdd7c4f71ab5dad07a212d4818b1dc4b76a /sd/source/ui/dlg/animobjs.cxx
parentandroid: turn off text and table boundaries in the viewer (diff)
downloadcore-5f60775f0f292ef4ff9590d6cff73628d03354dd.tar.gz
core-5f60775f0f292ef4ff9590d6cff73628d03354dd.zip
fix Windows build
Change-Id: I0f5b4b1d5f5cf872555db77f07e68b2b980e3df1
Diffstat (limited to 'sd/source/ui/dlg/animobjs.cxx')
-rw-r--r--sd/source/ui/dlg/animobjs.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx
index 96375d2394c4..2003ca4f56b0 100644
--- a/sd/source/ui/dlg/animobjs.cxx
+++ b/sd/source/ui/dlg/animobjs.cxx
@@ -121,6 +121,9 @@ void SdDisplay::DataChanged( const DataChangedEvent& rDCEvt )
/**
* AnimationWindow - FloatingWindow
*/
+
+const size_t AnimationWindow::EMPTY_FRAMELIST = std::numeric_limits<size_t>::max();
+
AnimationWindow::AnimationWindow( SfxBindings* pInBindings,
SfxChildWindow *pCW, vcl::Window* pParent, const SdResId& rSdResId ) :
SfxDockingWindow ( pInBindings, pCW, pParent, rSdResId ),