diff options
Diffstat (limited to 'comphelper/source/property/propertybag.cxx')
-rw-r--r-- | comphelper/source/property/propertybag.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/comphelper/source/property/propertybag.cxx b/comphelper/source/property/propertybag.cxx index a822fdd4e078..daa05cd58935 100644 --- a/comphelper/source/property/propertybag.cxx +++ b/comphelper/source/property/propertybag.cxx @@ -46,9 +46,6 @@ namespace comphelper namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute; - - //= PropertyBag_Impl - typedef ::std::map< sal_Int32, Any > MapInt2Any; struct PropertyBag_Impl { @@ -57,10 +54,6 @@ namespace comphelper bool m_bAllowEmptyPropertyName; }; - - //= PropertyBag - - PropertyBag::PropertyBag() :m_pImpl( new PropertyBag_Impl ) { |