summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-04 14:15:19 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-04 14:15:19 +0000
commite112c983cc4bca3f471b963f98b8b5c2cabefc80 (patch)
treec6dd2b4c5e0c854607d732e3ddb3ab8a668c08f5 /xmlscript
parent85c487fc4074fcaa82a3cc4c390fac74587ead31 (diff)
wrong typeclass
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_export.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
index e51253744535..2a2e3975ea83 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_export.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_export.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: dbo $ $Date: 2001-05-04 13:17:40 $
+ * last change: $Author: tbe $ $Date: 2001-05-04 15:15:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -646,7 +646,7 @@ void ElementDescriptor::readOrientationAttr( OUString const & rPropName, OUStrin
if (beans::PropertyState_DEFAULT_VALUE != _xPropState->getPropertyState( rPropName ))
{
Any a( _xProps->getPropertyValue( rPropName ) );
- if (a.getValueTypeClass() == TypeClass_SHORT)
+ if (a.getValueTypeClass() == TypeClass_LONG)
{
switch (*(sal_Int32 const *)a.getValue())
{