summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-03-08 13:06:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-03-08 17:56:30 +0100
commit5cd557a512551ae5033957e22ea5c5f285518be3 (patch)
treea2aa684d57dec327753d8487da6d26a7952254d0 /svl
parentfae655c430e7e61a867721d2aab0cb3d561e45a4 (diff)
tdf#158773 GetNumberOfStyleSheets can be an inline method
Change-Id: I24a013d74bf8f9336496232d585ac1f0b069696c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164572 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/IndexedStyleSheets.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svl/source/items/IndexedStyleSheets.cxx b/svl/source/items/IndexedStyleSheets.cxx
index fd3962474db8..a9ca6908695d 100644
--- a/svl/source/items/IndexedStyleSheets.cxx
+++ b/svl/source/items/IndexedStyleSheets.cxx
@@ -72,11 +72,6 @@ IndexedStyleSheets::Reindex()
}
}
-sal_Int32 IndexedStyleSheets::GetNumberOfStyleSheets() const
-{
- return mStyleSheets.size();
-}
-
void
IndexedStyleSheets::AddStyleSheet(const rtl::Reference< SfxStyleSheetBase >& style)
{