From 1cfe2a8b4678a1086bd96ee949852b6821c524da Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Fri, 3 Nov 2000 11:59:32 +0000 Subject: add: GetStringFromOrientation()/GetOrientationFromString() --- sc/source/filter/xml/xmldpimp.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sc/source/filter/xml/xmldpimp.hxx') diff --git a/sc/source/filter/xml/xmldpimp.hxx b/sc/source/filter/xml/xmldpimp.hxx index f4f2ea75e817..c227e8cc6c8c 100644 --- a/sc/source/filter/xml/xmldpimp.hxx +++ b/sc/source/filter/xml/xmldpimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmldpimp.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dr $ $Date: 2000-11-02 16:39:54 $ + * last change: $Author: dr $ $Date: 2000-11-03 12:59:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -329,8 +329,6 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList>& xAttrList ); - sal_Int16 GetOrientation(const rtl::OUString& sOrientation); - virtual void EndElement(); void SetShowEmpty(const sal_Bool bValue) { if (pDim) pDim->SetShowEmpty(bValue); } -- cgit