summaryrefslogtreecommitdiff
path: root/toolkit/source/helper/property.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/helper/property.cxx')
-rw-r--r--toolkit/source/helper/property.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolkit/source/helper/property.cxx b/toolkit/source/helper/property.cxx
index 408b27800b86..5ace0a7d341f 100644
--- a/toolkit/source/helper/property.cxx
+++ b/toolkit/source/helper/property.cxx
@@ -67,13 +67,6 @@ struct ImplPropertyInfo
sal_Int16 nAttribs;
bool bDependsOnOthers; // eg. VALUE depends on MIN/MAX and must be set after MIN/MAX.
- ImplPropertyInfo()
- {
- nPropId = 0;
- nAttribs = 0;
- bDependsOnOthers = false;
- }
-
ImplPropertyInfo( OUString const & theName, sal_uInt16 nId, const ::com::sun::star::uno::Type& rType,
sal_Int16 nAttrs, bool bDepends = false )
: aName( theName )
@@ -311,10 +304,6 @@ struct ImplPropertyInfoCompareFunctor : ::std::binary_function<ImplPropertyInfo,
{
return lhs.aName.compareTo(rhs) < 0;
}
- inline bool operator()(const OUString& lhs,const ImplPropertyInfo& rhs) const
- {
- return lhs.compareTo(rhs.aName) < 0;
- }
};
void ImplAssertValidPropertyArray()