summaryrefslogtreecommitdiff
path: root/idl/source/prj/database.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/source/prj/database.cxx')
-rw-r--r--idl/source/prj/database.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx
index a7f584f60c0d..52f375118463 100644
--- a/idl/source/prj/database.cxx
+++ b/idl/source/prj/database.cxx
@@ -87,7 +87,7 @@ void SvIdlDataBase::SetError( const OString& rError, SvToken& rTok )
void SvIdlDataBase::Push( SvMetaObject * pObj )
{
- GetStack().Push( pObj );
+ GetStack().push_back( pObj );
}
bool SvIdlDataBase::FindId( const OString& rIdName, sal_uLong * pVal )