summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyinfo.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-10-19 11:58:51 +0000
committerThomas Benisch <tbe@openoffice.org>2001-10-19 11:58:51 +0000
commit1a2328a642216b4b64cc308a9f6c2d1d7ab74e2c (patch)
tree16d9451e78e9d707e22dec9d26b921b1e73b3f9e /extensions/source/propctrlr/propertyinfo.hxx
parent45e626ceab19f3fd803bcaed0b0c1621169a218a (diff)
#92755# Assign Standard Values for Basic Controls in Designmode
Diffstat (limited to 'extensions/source/propctrlr/propertyinfo.hxx')
-rw-r--r--extensions/source/propctrlr/propertyinfo.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propertyinfo.hxx b/extensions/source/propctrlr/propertyinfo.hxx
index 611557e41f64..c76a80cd9e96 100644
--- a/extensions/source/propctrlr/propertyinfo.hxx
+++ b/extensions/source/propctrlr/propertyinfo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propertyinfo.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2001-01-12 11:31:43 $
+ * last change: $Author: tbe $ $Date: 2001-10-19 12:58:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,7 @@ namespace pcr
virtual sal_Int32 getPropertyHelpId(sal_Int32 _nId) const = 0;
virtual sal_Int16 getPropertyPos(sal_Int32 _nId) const = 0;
virtual sal_Bool getPropertyMultiFlag(sal_Int32 _nId) const = 0;
+ virtual sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const = 0;
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString >
getPropertyEnumRepresentations(sal_Int32 _nId) const = 0;
};
@@ -104,6 +105,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2001/01/12 11:31:43 fs
+ * initial checkin - outsourced the form property browser
+ *
*
* Revision 1.0 08.01.01 12:02:53 fs
************************************************************************/