From 99325c7274ebed1479e0b95a8571cfab97a5d66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 16 Jun 2008 12:42:51 +0000 Subject: [PATCH] INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED 2008/04/16 06:29:54 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:35:20 oj 1.5.4.1: #i86343# remove unused code --- reportdesign/source/ui/inc/metadata.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/reportdesign/source/ui/inc/metadata.hxx b/reportdesign/source/ui/inc/metadata.hxx index c995ec5a9fed..de957141522c 100644 --- a/reportdesign/source/ui/inc/metadata.hxx +++ b/reportdesign/source/ui/inc/metadata.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: metadata.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -64,10 +64,7 @@ namespace rptui sal_Int32 getPropertyId(const String& _rName) const; String getPropertyTranslation(sal_Int32 _nId) const; sal_Int32 getPropertyHelpId(sal_Int32 _nId) const; - sal_Int16 getPropertyPos(sal_Int32 _nId) const; sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const; - void getPropertyEnumRepresentations(sal_Int32 _nId,::std::vector< ::rtl::OUString >& _rOut) const; - String getPropertyName( sal_Int32 _nPropId ); static void getExcludeProperties(::std::vector< com::sun::star::beans::Property >& _rExcludeProperties,const ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyHandler >& _xFormComponentHandler); bool isComposable( @@ -89,7 +86,6 @@ namespace rptui class HelpIdUrl { public: - static sal_uInt32 getHelpId( const ::rtl::OUString& _rHelpURL ); static ::rtl::OUString getHelpURL( sal_uInt32 _nHelpId ); };