summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/stlops.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/stlops.hxx')
-rw-r--r--extensions/source/propctrlr/stlops.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/stlops.hxx b/extensions/source/propctrlr/stlops.hxx
index 3ac44fcf32d6..b0249ec57821 100644
--- a/extensions/source/propctrlr/stlops.hxx
+++ b/extensions/source/propctrlr/stlops.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,7 +39,7 @@ namespace pcr
//========================================================================
struct PropertyLessByName
- :public ::std::binary_function < ::com::sun::star::beans::Property,
+ :public ::std::binary_function < ::com::sun::star::beans::Property,
::com::sun::star::beans::Property,
bool
>
@@ -52,7 +52,7 @@ namespace pcr
//========================================================================
struct TypeLessByName
- :public ::std::binary_function < ::com::sun::star::uno::Type,
+ :public ::std::binary_function < ::com::sun::star::uno::Type,
::com::sun::star::uno::Type,
bool
>