summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcontroller.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-05-25 13:10:16 +0000
committerFrank Schönheit <fs@openoffice.org>2001-05-25 13:10:16 +0000
commit9419544759533e24f12f2a7112d54e7e90c332fd (patch)
tree8e9c0ed25d24c756b02e639240bc3ca8bf5513a5 /extensions/source/propctrlr/formcontroller.cxx
parent957e2f8ec27e0830cdf608dbf13f9f21c03badf5 (diff)
#86865# transport the FontSlant as FontSlant, not as Int16
Diffstat (limited to 'extensions/source/propctrlr/formcontroller.cxx')
-rw-r--r--extensions/source/propctrlr/formcontroller.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx
index 61eb03c5608a..1b9f81ac79e2 100644
--- a/extensions/source/propctrlr/formcontroller.cxx
+++ b/extensions/source/propctrlr/formcontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formcontroller.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: fs $ $Date: 2001-05-21 04:45:11 $
+ * last change: $Author: fs $ $Date: 2001-05-25 14:10:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1393,7 +1393,7 @@ namespace pcr
{
const SvxPostureItem& rPostureItem=
(const SvxPostureItem&) pOut->Get(SID_ATTR_CHAR_POSTURE);
- sal_Int16 eSlant = rPostureItem.GetPosture();
+ ::com::sun::star::awt::FontSlant eSlant = (::com::sun::star::awt::FontSlant)rPostureItem.GetPosture();
m_xPropValueAccess->setPropertyValue( PROPERTY_FONT_SLANT, makeAny(eSlant));
}
@@ -2807,6 +2807,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.23 2001/05/21 04:45:11 fs
+ * #86712# UpdateUI: no 'formatting' for date 'n' time fields
+ *
* Revision 1.22 2001/05/17 11:15:07 fs
* #86859# ChangeFontProperty: translate COL_AUTO into a void Any
*