summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-12 22:44:57 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-12-12 22:45:58 +0900
commit81e3673b5316527b9ddc5fae04d3e3d7d2f8353e (patch)
tree66d51d1ae0e9f28cade81294d249de44a24b229f /sw
parent0c202871460959132176d9ea42a5ad7daad2ddf2 (diff)
Remove unused inline function
Change-Id: Ib229ff454769113d1e3798f8c8b2d6a2c8019efa
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/txtnode/txtedt.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/txtnode/txtedt.cxx b/sw/source/core/txtnode/txtedt.cxx
index be10633ab47f..d5bc382f574d 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -346,10 +346,6 @@ static bool lcl_HaveCommonAttributes( IStyleAccess& rStyleAccess,
return bRet;
}
-inline sal_Bool InRange(xub_StrLen nIdx, xub_StrLen nStart, xub_StrLen nEnd) {
- return ((nIdx >=nStart) && (nIdx <= nEnd));
-}
-
/*
* void SwTxtNode::RstAttr(const SwIndex &rIdx, sal_uInt16 nLen)
*