summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-11 14:23:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-11 14:23:49 +0000
commit89be1d54841d3c0a216292af9cc04a1ce019ae8c (patch)
tree252275bddbccee4ca4bf62d18c3513a2febb8b7d /sd
parent3a55f0996773831e0a5a130cfe00ea101a06abf1 (diff)
cppcheck: unused variables
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/stlpool.cxx3
1 files changed, 0 insertions, 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;