summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldpimp.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2000-11-03 11:59:32 +0000
committerDaniel Rentz <dr@openoffice.org>2000-11-03 11:59:32 +0000
commit1cfe2a8b4678a1086bd96ee949852b6821c524da (patch)
tree049e31ba1c6e0bce303ff5986fb22b0a151b076c /sc/source/filter/xml/xmldpimp.hxx
parent8344aeb93895954dd3cbf6269f39ebc9469facc3 (diff)
add: GetStringFromOrientation()/GetOrientationFromString()
Diffstat (limited to 'sc/source/filter/xml/xmldpimp.hxx')
-rw-r--r--sc/source/filter/xml/xmldpimp.hxx6
1 files changed, 2 insertions, 4 deletions
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); }