summaryrefslogtreecommitdiff
path: root/sc/source/core/data/stlpool.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:47 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:10 +0200
commit37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch)
tree060cf0aafda3f205b3e12508465a5403826d014d /sc/source/core/data/stlpool.cxx
parented6b8a100c1aabb342573f252509573bbe124d29 (diff)
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/source/core/data/stlpool.cxx')
-rw-r--r--sc/source/core/data/stlpool.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/sc/source/core/data/stlpool.cxx b/sc/source/core/data/stlpool.cxx
index 3e0fc00e21c9..c21d613b5f72 100644
--- a/sc/source/core/data/stlpool.cxx
+++ b/sc/source/core/data/stlpool.cxx
@@ -55,7 +55,6 @@
#include "editutil.hxx"
#include "patattr.hxx"
-
ScStyleSheetPool::ScStyleSheetPool( SfxItemPool& rPoolP,
ScDocument* pDocument )
: SfxStyleSheetPool( rPoolP ),
@@ -238,7 +237,6 @@ void ScStyleSheetPool::CreateStandardStyles()
OUString aStrStandard = ScGlobal::GetRscString(STR_STYLENAME_STANDARD);
-
// Zellformatvorlagen:
// 1. Standard
@@ -272,10 +270,8 @@ void ScStyleSheetPool::CreateStandardStyles()
// if ( eCtl == LANGUAGE_THAI )
// pSet->Put( SvxFontHeightItem( 300, 100, ATTR_CTL_FONT_HEIGHT ) ); // 15 pt
-
// 2. Ergebnis
-
pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_RESULT ),
SFX_STYLE_FAMILY_PARA,
SCSTYLEBIT_STANDARD );
@@ -286,10 +282,8 @@ void ScStyleSheetPool::CreateStandardStyles()
pSet->Put( SvxPostureItem( ITALIC_NORMAL, ATTR_FONT_POSTURE ) );
pSet->Put( SvxUnderlineItem( UNDERLINE_SINGLE, ATTR_FONT_UNDERLINE ) );
-
// 3. Ergebnis1
-
pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_RESULT1 ),
SFX_STYLE_FAMILY_PARA,
SCSTYLEBIT_STANDARD );
@@ -297,10 +291,8 @@ void ScStyleSheetPool::CreateStandardStyles()
pSheet->SetParent( SCSTR( STR_STYLENAME_RESULT ) );
pSheet->SetHelpId( aHelpFile, HID_SC_SHEET_CELL_ERG1 );
-
// 4. Ueberschrift
-
pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_HEADLINE ),
SFX_STYLE_FAMILY_PARA,
SCSTYLEBIT_STANDARD );
@@ -313,10 +305,8 @@ void ScStyleSheetPool::CreateStandardStyles()
pSet->Put( SvxPostureItem( ITALIC_NORMAL, ATTR_FONT_POSTURE ) );
pSet->Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY ) );
-
// 5. Ueberschrift1
-
pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_HEADLINE1 ),
SFX_STYLE_FAMILY_PARA,
SCSTYLEBIT_STANDARD );
@@ -326,12 +316,10 @@ void ScStyleSheetPool::CreateStandardStyles()
pSet = &pSheet->GetItemSet();
pSet->Put( SfxInt32Item( ATTR_ROTATE_VALUE, 9000 ) );
-
// Seitenformat-Vorlagen:
// 1. Standard
-
pSheet = (ScStyleSheet*) &Make( aStrStandard,
SFX_STYLE_FAMILY_PAGE,
SCSTYLEBIT_STANDARD );
@@ -345,7 +333,6 @@ void ScStyleSheetPool::CreateStandardStyles()
pSet->Put( *pHFSetItem, ATTR_PAGE_FOOTERSET );
DELETEZ( pHFSetItem );
-
// Kopfzeile:
// [leer][\TABELLE\][leer]
@@ -358,7 +345,6 @@ void ScStyleSheetPool::CreateStandardStyles()
pSet->Put( *pHeaderItem );
DELETEZ( pTxtObj );
-
// Fusszeile:
// [leer][Seite \SEITE\][leer]
@@ -373,10 +359,8 @@ void ScStyleSheetPool::CreateStandardStyles()
pSet->Put( *pFooterItem );
DELETEZ( pTxtObj );
-
// 2. Report
-
pSheet = (ScStyleSheet*) &Make( SCSTR( STR_STYLENAME_REPORT ),
SFX_STYLE_FAMILY_PAGE,
SCSTYLEBIT_STANDARD );
@@ -407,7 +391,6 @@ void ScStyleSheetPool::CreateStandardStyles()
pSet->Put( *pHFSetItem, ATTR_PAGE_FOOTERSET );
DELETEZ( pHFSetItem );
-
// Kopfzeile:
// [\TABELLE\ (\DATEI\)][leer][\DATUM\, \ZEIT\]
@@ -429,7 +412,6 @@ void ScStyleSheetPool::CreateStandardStyles()
DELETEZ( pTxtObj );
pSet->Put( *pHeaderItem );
-
// Fusszeile:
// [leer][Seite: \SEITE\ / \SEITEN\][leer]
@@ -447,7 +429,6 @@ void ScStyleSheetPool::CreateStandardStyles()
pSet->Put( *pFooterItem );
DELETEZ( pTxtObj );
-
DELETEZ( pEmptyTxtObj );
DELETEZ( pHeaderItem );
DELETEZ( pFooterItem );