summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx')
-rw-r--r--desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx b/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx
index 88dd77640d9d..c09bff58512c 100644
--- a/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx
+++ b/desktop/source/deployment/registry/configuration/dp_configurationbackenddb.hxx
@@ -70,7 +70,7 @@ public:
void addEntry(OUString const & url, Data const & data);
::boost::optional<Data> getEntry(OUString const & url);
- ::std::list< OUString> getAllDataUrls();
+ std::list< OUString> getAllDataUrls();
};