From 89be1d54841d3c0a216292af9cc04a1ce019ae8c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 11 Jan 2011 14:23:49 +0000 Subject: cppcheck: unused variables --- sd/source/core/stlpool.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/sd/source/core/stlpool.cxx b/sd/source/core/stlpool.cxx index 10fff9f467e5..e1b6759c893d 100644 --- a/sd/source/core/stlpool.cxx +++ b/sd/source/core/stlpool.cxx @@ -265,7 +265,6 @@ void SdStyleSheetPool::CreateLayoutStyleSheets(const String& rLayoutName, sal_Bo } ULONG nFontSize = 20; - short nFirstIndent = -600; USHORT nLower = 100; switch (nLevel) @@ -274,7 +273,6 @@ void SdStyleSheetPool::CreateLayoutStyleSheets(const String& rLayoutName, sal_Bo { nFontSize = 32; nLower = 500; - nFirstIndent = -900; } break; @@ -282,7 +280,6 @@ void SdStyleSheetPool::CreateLayoutStyleSheets(const String& rLayoutName, sal_Bo { nFontSize = 28; nLower = 400; - nFirstIndent = -800; } break; -- cgit