Kaydet (Commit) d89a61b8 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba24d (1.4.126); FILE MERGED

2007/11/29 12:54:51 fs 1.4.126.1: added link to Wiki docu
üst 3c5175ec
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: propertycontainerhelper.hxx,v $ * $RCSfile: propertycontainerhelper.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: hr $ $Date: 2006-08-15 11:03:37 $ * last change: $Author: rt $ $Date: 2008-01-30 09:35:11 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -94,6 +94,8 @@ struct COMPHELPER_DLLPRIVATE PropertyDescription ...@@ -94,6 +94,8 @@ struct COMPHELPER_DLLPRIVATE PropertyDescription
The property values are usually held in derived classes, but can also be given to the The property values are usually held in derived classes, but can also be given to the
responsibility of this class here. responsibility of this class here.
For more information, see http://wiki.services.openoffice.org/wiki/Development/Cpp/Helper/PropertyContainerHelper.
*/ */
class COMPHELPER_DLLPUBLIC OPropertyContainerHelper class COMPHELPER_DLLPUBLIC OPropertyContainerHelper
{ {
...@@ -103,10 +105,6 @@ class COMPHELPER_DLLPUBLIC OPropertyContainerHelper ...@@ -103,10 +105,6 @@ class COMPHELPER_DLLPUBLIC OPropertyContainerHelper
PropertyContainer m_aHoldProperties; PropertyContainer m_aHoldProperties;
// the properties which are hold by this class' instance, not the derived one's // the properties which are hold by this class' instance, not the derived one's
public:
// (the following struct needs to be public because of the SUNPRO5 compiler. Else it does not
// acceppt the typedef below, which is using this struct).
private: private:
typedef ::std::vector< PropertyDescription > Properties; typedef ::std::vector< PropertyDescription > Properties;
typedef Properties::iterator PropertiesIterator; typedef Properties::iterator PropertiesIterator;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment