summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/framelink.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-30 14:41:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-30 14:41:39 +0000
commit69c2c6542267d88196e26499e041a4cc4add2994 (patch)
tree61c166ff563ea8014b37a46f4e773297e4a8967e /svx/source/dialog/framelink.cxx
parentINTEGRATION: CWS hub01 (1.6.502); FILE MERGED (diff)
downloadcore-69c2c6542267d88196e26499e041a4cc4add2994.tar.gz
core-69c2c6542267d88196e26499e041a4cc4add2994.zip
INTEGRATION: CWS hub01 (1.8.264); FILE MERGED
2008/06/18 20:44:43 thb 1.8.264.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/16 18:09:01 hub 1.8.264.1: Issue number: 85274 Submitted by: hub Reviewed by: hub Fix warning from gcc 4.2.1 for empty else- statements.
Diffstat (limited to 'svx/source/dialog/framelink.cxx')
-rw-r--r--svx/source/dialog/framelink.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index e11e09b288eb..a47f0a44c6e2 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: framelink.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -536,7 +536,9 @@ void lclLinkLeftEnd(
lclLinkLeftEnd_Single( rResult.maPrim, rBorder, rLFromTR, rLFromT, rLFromL, rLFromB, rLFromBR );
}
else
+ {
DBG_ERRORFILE( "lclLinkLeftEnd - called for invisible frame style" );
+ }
}
/** Calculates X offsets for the right end of a horizontal frame border.