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.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/forms/source/xforms/pathexpression.cxx b/forms/source/xforms/pathexpression.cxx
index 256f11ce895c..af45a3e239a8 100644
--- a/forms/source/xforms/pathexpression.cxx
+++ b/forms/source/xforms/pathexpression.cxx
@@ -39,8 +39,6 @@
#include <functional>
-using rtl::OUString;
-using rtl::OUStringBuffer;
using com::sun::star::uno::Reference;
using com::sun::star::uno::Sequence;
using com::sun::star::xml::dom::XNode;
@@ -89,7 +87,7 @@ void PathExpression::setExpression( const OUString& rExpression )
maNodes.clear();
}
-const rtl::OUString PathExpression::_getExpressionForEvaluation() const
+const OUString PathExpression::_getExpressionForEvaluation() const
{
OUString sExpr = ComputedExpression::_getExpressionForEvaluation();
if( sExpr.isEmpty())