summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/proxydecider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/proxydecider.cxx')
-rw-r--r--ucbhelper/source/client/proxydecider.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx
index f5e1b3ebb6b4..d307a5084263 100644
--- a/ucbhelper/source/client/proxydecider.cxx
+++ b/ucbhelper/source/client/proxydecider.cxx
@@ -17,13 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-/**************************************************************************
- TODO
- **************************************************************************
-
- *************************************************************************/
-
#include <utility>
#include <vector>
#include <list>
@@ -200,7 +193,7 @@ bool WildCard::Matches( const OUString& rString ) const
else
break;
- // Note: fall-thru's are intended!
+ // Note: fall-through are intended!
case '*':
while ( *pWild == '*' )