summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-03 09:59:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-04 00:51:57 +0000
commitc6223049651d6607101ef04271773e478a429c8a (patch)
treef2bfb8c976896009409ae47780c324d3a9b51c77 /extensions
parent242ed97d9a74a08363e1306452bba20f06d673e4 (diff)
V813: Decreased performance
Change-Id: Ica2563d9e8da15e19eb38246d4de54a1fcb75655
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/formbrowsertools.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formbrowsertools.hxx b/extensions/source/propctrlr/formbrowsertools.hxx
index 5dd9a8f4036c..97c038265b0e 100644
--- a/extensions/source/propctrlr/formbrowsertools.hxx
+++ b/extensions/source/propctrlr/formbrowsertools.hxx
@@ -70,7 +70,7 @@ namespace pcr
bool
>
{
- bool operator() (::com::sun::star::beans::Property _rLhs, ::com::sun::star::beans::Property _rRhs) const
+ bool operator() (const css::beans::Property& _rLhs, const css::beans::Property& _rRhs) const
{
return _rLhs.Name < _rRhs.Name;
}
@@ -83,7 +83,7 @@ namespace pcr
bool
>
{
- bool operator() (::com::sun::star::uno::Type _rLhs, ::com::sun::star::uno::Type _rRhs) const
+ bool operator() (const css::uno::Type& _rLhs, const css::uno::Type& _rRhs) const
{
return _rLhs.getTypeName() < _rRhs.getTypeName();
}