summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/cacheupdatelistener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/cacheupdatelistener.cxx')
-rw-r--r--filter/source/config/cache/cacheupdatelistener.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/config/cache/cacheupdatelistener.cxx b/filter/source/config/cache/cacheupdatelistener.cxx
index 9bd5fb8720a7..9e222f58413c 100644
--- a/filter/source/config/cache/cacheupdatelistener.cxx
+++ b/filter/source/config/cache/cacheupdatelistener.cxx
@@ -126,8 +126,8 @@ void SAL_CALL CacheUpdateListener::changesOccurred(const css::util::ChangesEven
if ( ! ::utl::splitLastFromConfigurationPath(sOrgPath, sTempPath, sProperty))
{
sNode = sLocale;
- sProperty = OUString();
- sLocale = OUString();
+ sProperty.clear();
+ sLocale.clear();
}
else
{
@@ -136,7 +136,7 @@ void SAL_CALL CacheUpdateListener::changesOccurred(const css::util::ChangesEven
{
sNode = sProperty;
sProperty = sLocale;
- sLocale = OUString();
+ sLocale.clear();
}
}