summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/framelink.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 14:10:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 14:10:24 +0000
commitc1e2db4357d3b8fa1f5a596f41c0dd0605e204c5 (patch)
treeb93f5f43f8465dfeb03c4cfb5a87a56978caeea7 /svx/source/dialog/framelink.cxx
parentINTEGRATION: CWS warnings01 (1.10.216); FILE MERGED (diff)
downloadcore-c1e2db4357d3b8fa1f5a596f41c0dd0605e204c5.tar.gz
core-c1e2db4357d3b8fa1f5a596f41c0dd0605e204c5.zip
INTEGRATION: CWS warnings01 (1.4.134); FILE MERGED
2006/05/04 14:46:53 os 1.4.134.1: warnings removed
Diffstat (limited to 'svx/source/dialog/framelink.cxx')
-rw-r--r--svx/source/dialog/framelink.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index 4f9220a3d77e..83007ed8051b 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: framelink.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2005-10-25 13:15:37 $
+ * last change: $Author: hr $ $Date: 2006-06-19 15:10:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -298,6 +298,7 @@ long lclGetBeg( const Style& rBorder )
{
case REFMODE_CENTERED: if( rBorder.Prim() ) nPos = -128 * (rBorder.GetWidth() - 1); break;
case REFMODE_END: if( rBorder.Prim() ) nPos = -256 * (rBorder.GetWidth() - 1); break;
+ case REFMODE_BEGIN: break;
}
return nPos;
}
@@ -314,6 +315,7 @@ long lclGetEnd( const Style& rBorder )
{
case REFMODE_CENTERED: if( rBorder.Prim() ) nPos = 128 * (rBorder.GetWidth() - 1); break;
case REFMODE_BEGIN: if( rBorder.Prim() ) nPos = 256 * (rBorder.GetWidth() - 1); break;
+ case REFMODE_END: break;
}
return nPos;
}
@@ -461,7 +463,7 @@ void lclLinkLeftEnd_Single(
*/
void lclLinkLeftEnd_Prim(
LineEndResult& rResult, const Style& rBorder,
- const DiagStyle& rLFromTR, const Style& rLFromT, const Style& rLFromL, const Style& rLFromB, const DiagStyle& rLFromBR )
+ const DiagStyle& rLFromTR, const Style& rLFromT, const Style& rLFromL, const Style& rLFromB, const DiagStyle& /*rLFromBR*/ )
{
// double diagonal frame border coming from top right
if( rLFromTR.Secn() )