summaryrefslogtreecommitdiffstats
path: root/svl
diff options
context:
space:
mode:
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/style.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index 281a4d8d8472..673874496093 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -190,18 +190,6 @@ bool SfxStyleSheetBase::SetName(const OUString& rName, bool bReIndexNow)
return true;
}
-OUString const & SfxStyleSheetBase::GetDisplayName() const
-{
- if( maDisplayName.isEmpty() )
- {
- return aName;
- }
- else
- {
- return maDisplayName;
- }
-}
-
// Change Parent
const OUString& SfxStyleSheetBase::GetParent() const
{