summaryrefslogtreecommitdiff
path: root/include/svtools/insdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/insdlg.hxx')
-rw-r--r--include/svtools/insdlg.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svtools/insdlg.hxx b/include/svtools/insdlg.hxx
index add32fffcada..041588f6fc11 100644
--- a/include/svtools/insdlg.hxx
+++ b/include/svtools/insdlg.hxx
@@ -41,12 +41,10 @@ public:
const OUString & GetHumanName() const { return aHumanName; }
};
-typedef ::std::vector< SvObjectServer > SvObjectServerList_impl;
-
class SVT_DLLPUBLIC SvObjectServerList
{
private:
- SvObjectServerList_impl aObjectServerList;
+ std::vector< SvObjectServer > aObjectServerList;
public:
const SvObjectServer * Get( const OUString & rHumanName ) const;