summaryrefslogtreecommitdiff
path: root/sc/source/core/data/stlsheet.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /sc/source/core/data/stlsheet.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/core/data/stlsheet.cxx')
-rw-r--r--sc/source/core/data/stlsheet.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/source/core/data/stlsheet.cxx b/sc/source/core/data/stlsheet.cxx
index 04322d84824b..ef19a93c0891 100644
--- a/sc/source/core/data/stlsheet.cxx
+++ b/sc/source/core/data/stlsheet.cxx
@@ -41,7 +41,7 @@
#include "globstr.hrc"
#include "sc.hrc"
-//------------------------------------------------------------------------
+
TYPEINIT1(ScStyleSheet, SfxStyleSheet);
@@ -60,7 +60,7 @@ ScStyleSheet::ScStyleSheet( const OUString& rName,
{
}
-//------------------------------------------------------------------------
+
ScStyleSheet::ScStyleSheet( const ScStyleSheet& rStyle )
: SfxStyleSheet ( rStyle )
@@ -68,20 +68,20 @@ ScStyleSheet::ScStyleSheet( const ScStyleSheet& rStyle )
{
}
-//------------------------------------------------------------------------
+
ScStyleSheet::~ScStyleSheet()
{
}
-//------------------------------------------------------------------------
+
bool ScStyleSheet::HasFollowSupport() const
{
return false;
}
-//------------------------------------------------------------------------
+
bool ScStyleSheet::HasParentSupport () const
{
@@ -100,7 +100,7 @@ bool ScStyleSheet::HasParentSupport () const
return bHasParentSupport;
}
-//------------------------------------------------------------------------
+
bool ScStyleSheet::SetParent( const OUString& rParentName )
{
@@ -135,7 +135,7 @@ bool ScStyleSheet::SetParent( const OUString& rParentName )
return bResult;
}
-//------------------------------------------------------------------------
+
SfxItemSet& ScStyleSheet::GetItemSet()
{
@@ -252,7 +252,7 @@ SfxItemSet& ScStyleSheet::GetItemSet()
return *pSet;
}
-//------------------------------------------------------------------------
+
bool ScStyleSheet::IsUsed() const
{
@@ -271,7 +271,7 @@ bool ScStyleSheet::IsUsed() const
return true;
}
-//------------------------------------------------------------------------
+
void ScStyleSheet::Notify( SfxBroadcaster&, const SfxHint& rHint )
{
@@ -280,7 +280,7 @@ void ScStyleSheet::Notify( SfxBroadcaster&, const SfxHint& rHint )
GetItemSet().SetParent( NULL );
}
-//------------------------------------------------------------------------
+
// schmutzige Tricks, um die Standard-Vorlage immer als "Standard" zu speichern,
// obwohl der fuer den Benutzer sichtbare Name uebersetzt ist: