summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/dp_ucb.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/dp_ucb.h')
-rw-r--r--desktop/source/deployment/inc/dp_ucb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/inc/dp_ucb.h b/desktop/source/deployment/inc/dp_ucb.h
index 174af57c87e9..3c97fc6a1e89 100644
--- a/desktop/source/deployment/inc/dp_ucb.h
+++ b/desktop/source/deployment/inc/dp_ucb.h
@@ -89,7 +89,7 @@ bool readLine( OUString * res, OUString const & startingWith,
::ucbhelper::Content & ucb_content, rtl_TextEncoding textenc );
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC
-bool readProperties( ::std::list< ::std::pair< OUString, OUString> > & out_result,
+bool readProperties( std::list< std::pair< OUString, OUString> > & out_result,
::ucbhelper::Content & ucb_content);