summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2015-08-16 23:36:06 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-08-17 06:30:01 +0000
commit5109114856898a67f0538a2c04a73d41b0f2fc78 (patch)
tree427a776875ab809075699efb995eb9aeb837ca42 /sw
parentef46917ff3163d3fdd5152bda5d16c4503b6ab69 (diff)
Put Line under tools namespace
Change-Id: I7442848951c0d4579fb2a2a3eef3bfed7135aac4 Reviewed-on: https://gerrit.libreoffice.org/17791 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/trvlfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/trvlfrm.cxx b/sw/source/core/layout/trvlfrm.cxx
index 04f46aece520..4254ec2e01ff 100644
--- a/sw/source/core/layout/trvlfrm.cxx
+++ b/sw/source/core/layout/trvlfrm.cxx
@@ -93,7 +93,7 @@ namespace {
// Otherwise, compute the distance to the center of the rectangle.
if ( !rRect.IsInside( rPoint ) )
{
- Line aLine( rPoint, rRect.Center( ) );
+ tools::Line aLine( rPoint, rRect.Center( ) );
nDist = aLine.GetLength( );
}