summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2009-11-16 10:30:21 +0100
committerPhilipp Lohmann [pl] <Philipp.Lohmann@Sun.COM>2009-11-16 10:30:21 +0100
commitd876968f50e998a2631e4fc46f7d007e89a33dab (patch)
tree2e86222c37761107f22a5a82ff4657a1a31bc9ee /sfx2
parent54a57047c6fc804403b00886ce6037b8b96c9444 (diff)
fix typo
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewsh.cxx2
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 );
}
//--------------------------------------------------------------------