summaryrefslogtreecommitdiff
path: root/basctl/source/inc/accessibledialogwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/accessibledialogwindow.hxx')
-rw-r--r--basctl/source/inc/accessibledialogwindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/accessibledialogwindow.hxx b/basctl/source/inc/accessibledialogwindow.hxx
index bc87d60e2b0a..57c16698699e 100644
--- a/basctl/source/inc/accessibledialogwindow.hxx
+++ b/basctl/source/inc/accessibledialogwindow.hxx
@@ -74,7 +74,7 @@ private:
bool operator<( const ChildDescriptor& rDesc ) const;
};
- typedef ::std::vector< ChildDescriptor > AccessibleChildren;
+ typedef std::vector< ChildDescriptor > AccessibleChildren;
AccessibleChildren m_aAccessibleChildren;
VCLExternalSolarLock* m_pExternalLock;