summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 22:31:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 22:31:48 +0000
commitcaed40a3908eae6af5a7f2104e09addd9318437b (patch)
tree9b63dead00721a71514eff0948de2ea7f549aa5e /svx
parent35901306658507de063706200637fe8430181e91 (diff)
INTEGRATION: CWS aw033 (1.31.12); FILE MERGED
2008/07/10 13:00:59 aw 1.31.12.8: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:02:58 aw 1.31.12.7: RESYNC: (1.40-1.41); FILE MERGED 2007/08/09 19:21:19 aw 1.31.12.6: RESYNC: (1.38-1.40); FILE MERGED 2007/03/20 14:24:26 aw 1.31.12.5: RESYNC: (1.37-1.38); FILE MERGED 2006/12/11 17:41:00 aw 1.31.12.4: #i39532# changes after resync 2006/11/28 19:55:11 aw 1.31.12.3: RESYNC: (1.34-1.37); FILE MERGED 2006/09/26 19:57:17 aw 1.31.12.2: RESYNC: (1.31-1.34); FILE MERGED 2005/10/28 11:38:30 aw 1.31.12.1: #i39532#
Diffstat (limited to 'svx')
-rw-r--r--svx/source/xoutdev/xattr.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index dde8cc9520..dca95ac457 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xattr.cxx,v $
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
* This file is part of OpenOffice.org.
*
@@ -57,7 +57,6 @@
#include "svdstr.hrc"
#include "xattr.hxx"
#include <svx/xtable.hxx>
-#include <svx/xoutx.hxx>
#include <svx/dialmgr.hxx>
#include <svx/itemtype.hxx>
#include <svx/xdef.hxx>
@@ -686,7 +685,6 @@ bool XDash::operator==(const XDash& rDash) const
nDistance == rDash.nDistance );
}
-
// XDash is translated into an array of doubles which describe the lengths of the
// dashes, dots and empty passages. It returns the complete length of the full DashDot
// sequence and fills the given vetor of doubles accordingly (also resizing, so deleting it).