summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:28:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:28:54 +0000
commit1098e6cd8e6d6f2bf4de759cc9b33993190e1d43 (patch)
tree17a3b11df648cfd7472257a0eb87411476e98ebd
parent804214d717a61b3d3b6eacd48618a88897e4100f (diff)
INTEGRATION: CWS aw033 (1.14.140); FILE MERGED
2008/05/14 14:57:02 aw 1.14.140.4: RESYNC: (1.16-1.17); FILE MERGED 2007/10/08 16:26:39 aw 1.14.140.3: RESYNC: (1.15-1.16); FILE MERGED 2007/07/09 09:30:15 hbrinkm 1.14.140.2: #i79199# remove anonymous namespace 2007/07/03 16:01:25 aw 1.14.140.1: #i79081# wntmsci10 ms compiler creates errors with some anonymous namespace/template combinations together with precompiled headers. Had to name some anonymous namespaces.
-rw-r--r--sw/source/filter/inc/msfilter.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx
index 02f87f803c59..4cf4aef2455f 100644
--- a/sw/source/filter/inc/msfilter.hxx
+++ b/sw/source/filter/inc/msfilter.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: msfilter.hxx,v $
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
* This file is part of OpenOffice.org.
*
@@ -60,8 +60,9 @@ class WW8TabDesc;
namespace myImplHelpers
{
- template<class C> class StyleMapperImpl;
+template<class C> class StyleMapperImpl;
}
+
class SwTxtFmtColl;
class SwCharFmt;
typedef myImplHelpers::StyleMapperImpl<SwTxtFmtColl> ParaMapper;