summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-06-01 23:06:19 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-06-02 04:35:37 +0900
commit222ba4f059b64c6a3711e6782280936e5799858f (patch)
tree9101f88b2e7adab2a1a3f77fcd7a1601b318c5b2
parent1f041a767d6701e7e173010a802578d7941705df (diff)
Drop useless forward declaration
Change-Id: I23154b592ffb624fd9fa5a091472a52e02ffbc4b
-rw-r--r--vcl/source/filter/sgvtext.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/filter/sgvtext.cxx b/vcl/source/filter/sgvtext.cxx
index e4a5f4429c59..f611371ad91f 100644
--- a/vcl/source/filter/sgvtext.cxx
+++ b/vcl/source/filter/sgvtext.cxx
@@ -183,8 +183,6 @@ extern SgfFontLst* pSgfFonts;
/////////////////////////////////////////////////////////////////////////////////
-sal_Bool CheckTextOutl(ObjAreaType& F, ObjLineType& L);
-
sal_Bool CheckTextOutl(ObjAreaType& F, ObjLineType& L)
{
return (F.FIntens!=L.LIntens) ||