summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/styleuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/styleuno.cxx')
-rw-r--r--sc/source/ui/unoobj/styleuno.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sc/source/ui/unoobj/styleuno.cxx b/sc/source/ui/unoobj/styleuno.cxx
index 4a1b148febed..579e6a776f67 100644
--- a/sc/source/ui/unoobj/styleuno.cxx
+++ b/sc/source/ui/unoobj/styleuno.cxx
@@ -68,8 +68,6 @@
using namespace ::com::sun::star;
-
-
static const SfxItemPropertySet* lcl_GetCellStyleSet()
{
static const SfxItemPropertyMapEntry aCellStyleMap_Impl[] =
@@ -368,8 +366,6 @@ static const SfxItemPropertyMap* lcl_GetFooterStyleMap()
}
-
-
// Index-Access auf die Style-Typen: 0 = Cell, 1 = Page
#define SC_STYLE_FAMILY_COUNT 2
@@ -379,13 +375,9 @@ static const SfxItemPropertyMap* lcl_GetFooterStyleMap()
static const sal_uInt16 aStyleFamilyTypes[SC_STYLE_FAMILY_COUNT] = { SFX_STYLE_FAMILY_PARA, SFX_STYLE_FAMILY_PAGE };
-
-
using sc::HMMToTwips;
using sc::TwipsToHMM;
-
-
#define SCSTYLE_SERVICE "com.sun.star.style.Style"
#define SCCELLSTYLE_SERVICE "com.sun.star.style.CellStyle"
#define SCPAGESTYLE_SERVICE "com.sun.star.style.PageStyle"
@@ -393,12 +385,8 @@ using sc::TwipsToHMM;
SC_SIMPLE_SERVICE_INFO( ScStyleFamiliesObj, "ScStyleFamiliesObj", "com.sun.star.style.StyleFamilies" )
SC_SIMPLE_SERVICE_INFO( ScStyleFamilyObj, "ScStyleFamilyObj", "com.sun.star.style.StyleFamily" )
-
-
#define SC_PAPERBIN_DEFAULTNAME "[From printer settings]"
-
-
static bool lcl_AnyTabProtected( ScDocument& rDoc )
{
SCTAB nTabCount = rDoc.GetTableCount();
@@ -408,8 +396,6 @@ static bool lcl_AnyTabProtected( ScDocument& rDoc )
return false;
}
-
-
ScStyleFamiliesObj::ScStyleFamiliesObj(ScDocShell* pDocSh) :
pDocShell( pDocSh )
{
@@ -598,8 +584,6 @@ uno::Sequence<beans::PropertyValue> SAL_CALL ScStyleFamiliesObj::getStyleLoaderO
return aSequence;
}
-
-
ScStyleFamilyObj::ScStyleFamilyObj(ScDocShell* pDocSh, SfxStyleFamily eFam) :
pDocShell( pDocSh ),
eFamily( eFam )
@@ -939,8 +923,6 @@ void SAL_CALL ScStyleFamilyObj::removeVetoableChangeListener( const OUString&, c
OSL_FAIL( "###unexpected!" );
}
-
-
// Default-ctor wird fuer die Reflection gebraucht
ScStyleObj::ScStyleObj(ScDocShell* pDocSh, SfxStyleFamily eFam, const OUString& rName) :
@@ -2013,6 +1995,4 @@ uno::Sequence<OUString> SAL_CALL ScStyleObj::getSupportedServiceNames()
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */