summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/opendoccontrols.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/opendoccontrols.hxx')
-rw-r--r--dbaccess/source/ui/inc/opendoccontrols.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/opendoccontrols.hxx b/dbaccess/source/ui/inc/opendoccontrols.hxx
index 5b4515c1834c..6ac17f1b1920 100644
--- a/dbaccess/source/ui/inc/opendoccontrols.hxx
+++ b/dbaccess/source/ui/inc/opendoccontrols.hxx
@@ -50,8 +50,8 @@ namespace dbaui
class OpenDocumentListBox : public ListBox
{
private:
- typedef ::std::pair< OUString, OUString > StringPair;
- typedef ::std::map< sal_uInt16, StringPair > MapIndexToStringPair;
+ typedef std::pair< OUString, OUString > StringPair;
+ typedef std::map< sal_uInt16, StringPair > MapIndexToStringPair;
MapIndexToStringPair m_aURLs;