From 81819527318c583ead77a15e700ebf81e9e41e6e Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 23 Oct 2014 17:30:09 +0200 Subject: Fraction: Revert "do not forward-declare templates" This reverts commit 091742e86aeb5287f7236f666fee48946ab4c67b. --- sw/inc/pagepreviewlayout.hxx | 2 +- sw/source/core/inc/viewimp.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') diff --git a/sw/inc/pagepreviewlayout.hxx b/sw/inc/pagepreviewlayout.hxx index 60a55430de1d..90488a1354f7 100644 --- a/sw/inc/pagepreviewlayout.hxx +++ b/sw/inc/pagepreviewlayout.hxx @@ -22,7 +22,6 @@ // template class #include -#include // datatypes sal_xyz #include // classes , and @@ -33,6 +32,7 @@ class SwViewShell; class SwRootFrm; class SwPageFrm; +namespace boost { template class rational; } struct PreviewPage; /** page preview functionality in the writer diff --git a/sw/source/core/inc/viewimp.hxx b/sw/source/core/inc/viewimp.hxx index a1969879ff91..ae86642f8d73 100644 --- a/sw/source/core/inc/viewimp.hxx +++ b/sw/source/core/inc/viewimp.hxx @@ -25,7 +25,6 @@ #include #include #include -#include #include class SwViewShell; @@ -41,6 +40,7 @@ class SwPageFrm; class SwRegionRects; class SwAccessibleMap; class SdrObject; +namespace boost { template class rational; } class SwPrintData; class SwPagePreviewLayout; struct PreviewPage; -- cgit