summaryrefslogtreecommitdiff
path: root/forms/source/xforms/pathexpression.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/pathexpression.cxx')
-rw-r--r--forms/source/xforms/pathexpression.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/xforms/pathexpression.cxx b/forms/source/xforms/pathexpression.cxx
index 6494059f56bb..8115aa1abed2 100644
--- a/forms/source/xforms/pathexpression.cxx
+++ b/forms/source/xforms/pathexpression.cxx
@@ -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
@@ -73,7 +73,7 @@ using namespace std;
namespace xforms
{
-PathExpression::PathExpression()
+PathExpression::PathExpression()
: ComputedExpression(),
maNodes()
{
@@ -94,7 +94,7 @@ void PathExpression::setExpression( const OUString& rExpression )
// whether it contains only 'simple' (i.e. static) conditions. For
// now, we check whether it only contains number positions.
// (TODO: Only works for names containing only ASCII letters+digits.)
- mbIsSimple =
+ mbIsSimple =
_checkExpression( "( */@?[a-zA-Z0-9:]+( *\\[ *[0-9 ]+ *\\] *)?)+" );
maNodes.clear();