summaryrefslogtreecommitdiff
path: root/toolkit/source/helper
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-11-22 21:53:22 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2014-11-22 22:38:03 +1100
commit7304f974d8ef60433662da92c2e172e45ca64bd5 (patch)
tree33bb944b7203491405aee1070222edab92e82603 /toolkit/source/helper
parent471ce7b54932c7abf76fd4af048bffe7b708205b (diff)
vcl: remove unnecessary typedef VCLXGraphicsList_impl
Change-Id: Iaaf2f0edf721567f88ffc948501548fddd648428
Diffstat (limited to 'toolkit/source/helper')
-rw-r--r--toolkit/source/helper/unowrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx
index 1a1b22435a16..6087476da18f 100644
--- a/toolkit/source/helper/unowrapper.cxx
+++ b/toolkit/source/helper/unowrapper.cxx
@@ -194,7 +194,7 @@ void UnoWrapper::SetWindowInterface( vcl::Window* pWindow, ::com::sun::star::uno
void UnoWrapper::ReleaseAllGraphics( OutputDevice* pOutDev )
{
- VCLXGraphicsList_impl* pLst = pOutDev->GetUnoGraphicsList();
+ std::vector< VCLXGraphics* > *pLst = pOutDev->GetUnoGraphicsList();
if ( pLst )
{
for ( size_t n = 0; n < pLst->size(); n++ )