summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/slideshowimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slideshow/slideshowimpl.hxx')
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx
index dbb4eddc81b9..bb1a59d271c9 100644
--- a/sd/source/ui/slideshow/slideshowimpl.hxx
+++ b/sd/source/ui/slideshow/slideshowimpl.hxx
@@ -253,7 +253,7 @@ private:
This actually starts the slideshow. */
void onFirstPaint();
- long getRestoreSlide() const { return mnRestoreSlide; }
+ ::tools::Long getRestoreSlide() const { return mnRestoreSlide; }
private:
bool startShowImpl(
@@ -300,7 +300,7 @@ private:
std::shared_ptr< AnimationSlideController > mpSlideController;
- long mnRestoreSlide;
+ ::tools::Long mnRestoreSlide;
Point maPopupMousePos;
Size maPresSize;
AnimationMode meAnimationMode;