diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-10-22 15:34:38 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-10-22 15:34:38 +0000 |
commit | 36fa0dc9ca00245d46d82b6efdef430be0a9cc73 (patch) | |
tree | 65988855ab995410d49dacfc39448e40aaf1581c /xmloff | |
parent | 440b9f81ace4f80f3fad22738995d7d00bb02ca0 (diff) |
INTEGRATION: CWS chart14 (1.12.90); FILE MERGED
2007/09/28 10:39:17 iha 1.12.90.1: #i82051# Allow to display each part of a data label in a separate line
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/chart/makefile.mk b/xmloff/source/chart/makefile.mk index c98e47ed89b6..88b21a247017 100644 --- a/xmloff/source/chart/makefile.mk +++ b/xmloff/source/chart/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: vg $ $Date: 2007-05-22 16:08:44 $ +# last change: $Author: vg $ $Date: 2007-10-22 16:34:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,6 +63,7 @@ SLOFILES = $(SLO)$/ColorPropertySet.obj \ $(SLO)$/SchXMLAutoStylePoolP.obj \ $(SLO)$/XMLChartPropertyContext.obj \ $(SLO)$/XMLSymbolImageContext.obj \ + $(SLO)$/XMLLabelSeparatorContext.obj \ $(SLO)$/XMLTextOrientationHdl.obj \ $(SLO)$/XMLSymbolTypePropertyHdl.obj \ $(SLO)$/transporttypes.obj |