summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:36:58 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:36:58 +0000
commit6e014cbf6a3d73fed29610fe0abec8cfae29c150 (patch)
treefaeed9dc901253e2e68322088916b87cc48fe299 /reportdesign/source/filter/xml
parent58a3857805282a38ddb2ab4575cf5bff45508ea0 (diff)
INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED
2008/04/16 06:29:08 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 06:35:19 oj 1.4.4.1: #i86343# remove unused code
Diffstat (limited to 'reportdesign/source/filter/xml')
-rw-r--r--reportdesign/source/filter/xml/xmlHelper.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/reportdesign/source/filter/xml/xmlHelper.hxx b/reportdesign/source/filter/xml/xmlHelper.hxx
index e6ac3d56b122..1398ada8ed78 100644
--- a/reportdesign/source/filter/xml/xmlHelper.hxx
+++ b/reportdesign/source/filter/xml/xmlHelper.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmlHelper.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -75,8 +75,6 @@ namespace rptxml
static const SvXMLEnumMapEntry* GetReportPrintOptions();
static const SvXMLEnumMapEntry* GetForceNewPageOptions();
static const SvXMLEnumMapEntry* GetKeepTogetherOptions();
- static const SvXMLEnumMapEntry* GetImagePositionOptions();
- static const SvXMLEnumMapEntry* GetImageAlignOptions();
static const SvXMLEnumMapEntry* GetCommandTypeOptions();
static const XMLPropertyMapEntry* GetTableStyleProps();
@@ -84,8 +82,6 @@ namespace rptxml
static const XMLPropertyMapEntry* GetRowStyleProps();
- static com::sun::star::uno::Reference< com::sun::star::util::XNumberFormatsSupplier > GetNumberFormatsSupplier(const com::sun::star::uno::Reference< com::sun::star::report::XReportDefinition>& _xReportDefinition);
-
static void copyStyleElements(const ::rtl::OUString& _sStyleName,const SvXMLStylesContext* _pAutoStyles,const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet>& _xProp);
static com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet> createBorderPropertySet();