diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2009-11-16 10:30:21 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2009-11-16 10:30:21 +0100 |
commit | d876968f50e998a2631e4fc46f7d007e89a33dab (patch) | |
tree | 2e86222c37761107f22a5a82ff4657a1a31bc9ee /sfx2 | |
parent | 54a57047c6fc804403b00886ce6037b8b96c9444 (diff) |
fix typo
Diffstat (limited to 'sfx2')
-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 ); } //-------------------------------------------------------------------- |