summaryrefslogtreecommitdiff
path: root/framework/source/constant/containerquery.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/constant/containerquery.cxx')
-rw-r--r--framework/source/constant/containerquery.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/constant/containerquery.cxx b/framework/source/constant/containerquery.cxx
index 57dc4a2fe768..c2d6ac9b7b54 100644
--- a/framework/source/constant/containerquery.cxx
+++ b/framework/source/constant/containerquery.cxx
@@ -23,8 +23,8 @@
namespace framework{
namespace constant{
-const sal_Unicode ContainerQuery::SEPERATOR_PARAM = (sal_Unicode)':';
-const sal_Unicode ContainerQuery::SEPERATOR_VALUE = (sal_Unicode)'=';
+const sal_Unicode ContainerQuery::SEPARATOR_PARAM = (sal_Unicode)':';
+const sal_Unicode ContainerQuery::SEPARATOR_VALUE = (sal_Unicode)'=';
} // namespace constant
} // namespace framework