summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-09-23 16:11:48 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-09-23 16:15:10 -0400
commit08a990fd27f5a416c2a73902792e93df7499d703 (patch)
treee41b51be750069576e70607ce7790402f0ee55c7 /sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
parentd6aaff5d56c3273595218e7fba803c52e3ba9c46 (diff)
Fix build breakages with gcc 4.7. It doesn't like '<::'.
"<::" -> "< ::" Change-Id: Ie83b0e6c09972b175ce72e37d20b5122a16e922b
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
index 7391e4585d65..56d38036cf46 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
@@ -25,6 +25,8 @@
#include "tools/gen.hxx"
#include <vcl/image.hxx>
+namespace vcl { class Font; }
+
namespace sd { namespace slidesorter { namespace view {
/** In contrast to the Layouter that places page objects in the view, the
@@ -133,7 +135,7 @@ private:
Rectangle maCustomAnimationEffectBoundingBox;
const Image maTransitionEffectIcon;
const Image maCustomAnimationEffectIcon;
- const ::boost::shared_ptr<::vcl::Font> mpPageNumberFont;
+ const boost::shared_ptr< ::vcl::Font> mpPageNumberFont;
Size GetPageNumberAreaSize (const int nPageCount);
Rectangle CalculatePreviewBoundingBox (