summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-04-04 18:32:03 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2015-04-04 18:36:52 +0900
commit8ac30e7c450acf3147454e6cb2a86978f1359c54 (patch)
treef0a8202efec8aaae3b229160ebb0651e4addd219 /starmath/source/node.cxx
parent78d8ce93d738daa48b12c0a213d9f2687d3f6104 (diff)
put local functions into an unnamed namespace
Change-Id: I2eb14bfb9a8f634a7fc56f581f5dca7529c5e85d
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)