summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/help/dp_helpbackenddb.hxx')
-rw-r--r--desktop/source/deployment/registry/help/dp_helpbackenddb.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx b/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx
index 2dd822a0c197..0addaebe5e82 100644
--- a/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx
+++ b/desktop/source/deployment/registry/help/dp_helpbackenddb.hxx
@@ -68,7 +68,7 @@ public:
::boost::optional<Data> getEntry(OUString const & url);
//must also return the data urls for entries with @activ="false". That is,
//those are currently revoked.
- ::std::list< OUString> getAllDataUrls();
+ std::list< OUString> getAllDataUrls();
};