diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-10-23 17:30:09 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-10-23 18:34:37 +0200 |
commit | 81819527318c583ead77a15e700ebf81e9e41e6e (patch) | |
tree | 01a7258260916be46ded0599b3fd7c2c8d06faf9 /sc/inc/column.hxx | |
parent | dc90c5a3955a33e1ae5216640021866be392f2d3 (diff) |
Fraction: Revert "do not forward-declare templates"
This reverts commit 091742e86aeb5287f7236f666fee48946ab4c67b.
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 70482322c617..7386409c4cd2 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -34,7 +34,6 @@ #include <vector> #include <boost/intrusive_ptr.hpp> -#include <boost/rational.hpp> #include <mdds/flat_segment_tree.hpp> namespace editeng { class SvxBorderLine; } @@ -70,6 +69,7 @@ class RefMovedHint; } +namespace boost { template<typename T> class rational; } class OutputDevice; class SfxItemPoolCache; class SvtListener; |