summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-12 14:06:28 +0200
committerNoel Grandin <noel@peralex.com>2014-06-17 10:55:17 +0200
commit3e82897353e576dc6e3fbf55371fda5a0c3415df (patch)
tree71c2f03128885000efae1852dccb504f8355c79e /svx/source/dialog
parentec95abf2d8afeec38c9225ea49caa0e08d82b504 (diff)
improve the inlinesimplememberfunctions clang plugin
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/charmap.cxx4
-rw-r--r--svx/source/dialog/dlgctrl.cxx4
2 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 656c50c28fe2..c0d01aacc604 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -732,10 +732,6 @@ void SvxShowCharSet::ReleaseAccessible()
}
-ScrollBar* SvxShowCharSet::getScrollBar()
-{
- return &aVscrollSB;
-}
sal_Int32 SvxShowCharSet::getMaxCharCount() const
{
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 0ace4bf3ea66..ddc9e0cc2bd8 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -641,10 +641,6 @@ void SvxRectCtl::Reset()
// Returns the currently selected RECT_POINT
-RECT_POINT SvxRectCtl::GetActualRP() const
-{
- return( eRP );
-}
void SvxRectCtl::SetActualRP( RECT_POINT eNewRP )
{