summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propcontroller.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-02-05 07:58:27 +0000
committerFrank Schönheit <fs@openoffice.org>2001-02-05 07:58:27 +0000
commit84b5fef3b9c1cbf01724a91e4e37c1790301131a (patch)
treef102001e400f341de040ee379a3b435b041505d6 /extensions/source/propctrlr/propcontroller.hxx
parentf0a38ae933956488d3dfac64718528b04ea23702 (diff)
#83468# +m_nClassId
Diffstat (limited to 'extensions/source/propctrlr/propcontroller.hxx')
-rw-r--r--extensions/source/propctrlr/propcontroller.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propcontroller.hxx b/extensions/source/propctrlr/propcontroller.hxx
index a68efd5d467a..2971d190cd27 100644
--- a/extensions/source/propctrlr/propcontroller.hxx
+++ b/extensions/source/propctrlr/propcontroller.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propcontroller.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2001-01-12 14:44:49 $
+ * last change: $Author: fs $ $Date: 2001-02-05 08:58:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -208,6 +208,8 @@ namespace pcr
::com::sun::star::uno::Reference< ::com::sun::star::beans::XIntrospectionAccess > m_xIntrospection;
// the parent object (if any) of the introspected object
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xObjectParent;
+ // the class id of the introspectee - if appliable
+ sal_Int16 m_nClassId;
sal_uInt16 m_nGenericPageId;
sal_uInt16 m_nDataPageId;
@@ -354,6 +356,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.2 2001/01/12 14:44:49 fs
+ * don't hold the form info service statically - caused problems 'cause it was the last ModuleResourceClient and destroyed upon unloaded the library
+ *
* Revision 1.1 2001/01/12 11:31:14 fs
* initial checkin - outsourced the form property browser
*