summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/frmtool.cxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-25 15:51:54 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-28 11:15:52 +0200
commit1d21a4249661b1b55cf8fbea67ad47ffb4f813fa (patch)
treef5ffda4ae0fd6fd5d4f5f6c5b967b57c678b8371 /sw/source/core/layout/frmtool.cxx
parent969d60a477742d24afe370fae70db057d2db9341 (diff)
Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows
Diffstat (limited to 'sw/source/core/layout/frmtool.cxx')
-rw-r--r--sw/source/core/layout/frmtool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index c7315a282b3f..56059a4aaf26 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -2052,7 +2052,7 @@ void SwBorderAttrs::_IsLine()
|* sind identisch.
|*
|*************************************************************************/
-inline int CmpLines( const SvxBorderLine *pL1, const SvxBorderLine *pL2 )
+inline int CmpLines( const editeng::SvxBorderLine *pL1, const editeng::SvxBorderLine *pL2 )
{
return ( ((pL1 && pL2) && (*pL1 == *pL2)) || (!pL1 && !pL2) );
}