diff options
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 83fd8d2bbefe..d1509c9a8d7f 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -1324,7 +1324,7 @@ SfxViewShell::~SfxViewShell() //DELETEZ( pImp->pPrinterCommandQueue ); DELETEZ( pImp ); - DELETZ( pIPClientList ); + DELETEZ( pIPClientList ); } //-------------------------------------------------------------------- |