summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyeditor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertyeditor.hxx')
-rw-r--r--extensions/source/propctrlr/propertyeditor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx
index a40c312b9893..5a74e9200c27 100644
--- a/extensions/source/propctrlr/propertyeditor.hxx
+++ b/extensions/source/propctrlr/propertyeditor.hxx
@@ -42,7 +42,7 @@ namespace pcr
class OPropertyEditor : public Control
{
private:
- typedef ::std::map< OUString, sal_uInt16 > MapStringToPageId;
+ typedef std::map< OUString, sal_uInt16 > MapStringToPageId;
struct HiddenPage
{
sal_uInt16 nPos;
@@ -62,7 +62,7 @@ namespace pcr
sal_Int32 m_nMaxHelpLines;
MapStringToPageId m_aPropertyPageIds;
- ::std::map< sal_uInt16, HiddenPage > m_aHiddenPages;
+ std::map< sal_uInt16, HiddenPage > m_aHiddenPages;
protected:
void Resize() override;
@@ -123,7 +123,7 @@ namespace pcr
OBrowserPage* getPage( const OUString& _rPropertyName );
const OBrowserPage* getPage( const OUString& _rPropertyName ) const;
- void Update(const ::std::mem_fun_t<void,OBrowserListBox>& _aUpdateFunction);
+ void Update(const std::mem_fun_t<void,OBrowserListBox>& _aUpdateFunction);
typedef void (OPropertyEditor::*PageOperation)( OBrowserPage&, const void* );
void forEachPage( PageOperation _pOperation );