summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-10-14 14:38:33 +0200
committerDavid Tardon <dtardon@redhat.com>2014-10-14 17:56:23 +0200
commit091742e86aeb5287f7236f666fee48946ab4c67b (patch)
tree34e1f082e973807c012773856d7f572a27504da0 /svx
parent92f66c5813c34ed470cc00f0d83ed4d80ab39f5c (diff)
do not forward-declare templates
Change-Id: I3b0a145f70406f0c8a12b6c4b7876c4148f76e93
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/sdr/properties/itemsettools.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/inc/sdr/properties/itemsettools.hxx b/svx/inc/sdr/properties/itemsettools.hxx
index ef365727b087..ff745bf48024 100644
--- a/svx/inc/sdr/properties/itemsettools.hxx
+++ b/svx/inc/sdr/properties/itemsettools.hxx
@@ -1,5 +1,4 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
@@ -20,6 +19,8 @@
#ifndef INCLUDED_SVX_INC_SDR_PROPERTIES_ITEMSETTOOLS_HXX
#define INCLUDED_SVX_INC_SDR_PROPERTIES_ITEMSETTOOLS_HXX
+#include <boost/rational.hpp>
+
#include <sal/types.h>
@@ -28,8 +29,6 @@
class SdrObject;
class SfxItemSet;
class Rectangle;
-namespace boost { template<class T> class rational; }
-
// class to remember broadcast start positions
namespace sdr