summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration/ResourceId.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/configuration/ResourceId.cxx')
-rw-r--r--sd/source/ui/framework/configuration/ResourceId.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ResourceId.cxx b/sd/source/ui/framework/configuration/ResourceId.cxx
index 2957dfae7671..83b531ef1f16 100644
--- a/sd/source/ui/framework/configuration/ResourceId.cxx
+++ b/sd/source/ui/framework/configuration/ResourceId.cxx
@@ -114,7 +114,7 @@ ResourceId::ResourceId (
mpURL()
{
// Handle the special case of an empty resource URL.
- if (rsResourceURL.getLength() == 0)
+ if (rsResourceURL.isEmpty())
maResourceURLs.clear();
ParseResourceURL();
}