[Libreoffice-commits] .: sd/source
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Jan 11 09:05:02 PST 2011
sd/source/core/stlpool.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 52535240fc8ef850ec32848980b6e5144b96d4c8
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jan 11 14:23:49 2011 +0000
cppcheck: unused variables
diff --git a/sd/source/core/stlpool.cxx b/sd/source/core/stlpool.cxx
index a92d7dc..5ca163b 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;
More information about the Libreoffice-commits
mailing list