diff options
author | Pedro Giffuni <pfg@apache.org> | 2012-02-24 15:43:53 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2012-02-24 15:43:53 +0000 |
commit | 9c691a142dc94f83630b2f18aa139a8b991bb2fd (patch) | |
tree | 3a2b48f1374b8d1c7f279cce2493f3a59080e9b1 | |
parent | 0ee60e0bdee5db5cab13b986645a90b84ac764a2 (diff) |
Remove unused variable. Reported by Pavel Janik.
-rw-r--r-- | sw/source/ui/app/docshini.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/app/docshini.cxx b/sw/source/ui/app/docshini.cxx index c8c789255c11..7d0459c4b127 100644 --- a/sw/source/ui/app/docshini.cxx +++ b/sw/source/ui/app/docshini.cxx @@ -401,7 +401,6 @@ void SwDocShell::InitDefaultFontAttr( SwDoc* pDoc ) }; SwStdFontConfig* pStdFont = SW_MOD()->GetStdFontConfig(); - SfxPrinter* pPrt = pDoc->getPrinter( false ); String sEntry; for(sal_uInt8 i = 0; i < 3; i++) |