summaryrefslogtreecommitdiffstats
path: root/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-03 14:08:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-04 07:17:23 +0100
commit21e0d8162a0e683558c4d042ce688fc9a6833809 (patch)
tree8c93a0158d7669b1e92a43c65b6b4a7a7eeca685 /svl
parenttdf#45904 Move _TableAutoFormat Java tests to C++ (diff)
downloadcore-21e0d8162a0e683558c4d042ce688fc9a6833809.tar.gz
core-21e0d8162a0e683558c4d042ce688fc9a6833809.zip
loplugin:unusedfields
fix the ReturnStmt check Change-Id: I95076076bd1313d23798c4615ea12910c86ed9a8 Reviewed-on: https://gerrit.libreoffice.org/47309 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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
{