summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/node.cxx')
-rw-r--r--starmath/source/node.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index 9f413ee2bd4a..50638c29c010 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -1199,8 +1199,7 @@ SmNode * SmBinVerNode::GetLeftMost()
}
-/**************************************************************************/
-
+namespace {
/// @return value of the determinant formed by the two points
double Det(const Point &rHeading1, const Point &rHeading2)
@@ -1266,6 +1265,7 @@ sal_uInt16 GetLineIntersectionPoint(Point &rResult,
return nRes;
}
+}
SmBinDiagonalNode::SmBinDiagonalNode(const SmToken &rNodeToken)