summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-24 13:12:38 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 15:58:22 -0500
commitaab9a9661030967d449a26b4cae07d464946b63a (patch)
tree26dc561f5fb4fe3bc3383ac3e1a8740cf302c7ff /include
parent978cc9d1d567ea4607bc0232740fb1da3afbf527 (diff)
callcatcher: update unused code
Change-Id: I1f2a94cdcd4329af68d946ff0a74ddec4ac1c590 (cherry picked from commit 6240967cfc6fe17534db9a64c24113ced3f720be)
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/random.hxx4
-rw-r--r--include/svtools/treelistbox.hxx2
2 files changed, 0 insertions, 6 deletions
diff --git a/include/comphelper/random.hxx b/include/comphelper/random.hxx
index ca0d3dd2430b..080b5d246891 100644
--- a/include/comphelper/random.hxx
+++ b/include/comphelper/random.hxx
@@ -18,10 +18,6 @@ namespace comphelper
namespace rng
{
-/// reset initial seed, typically you don't call this as the initial seed is taken from the
-// time on the first use of the distribution functions
-COMPHELPER_DLLPUBLIC void reseed(int i);
-
// note that uniform_int_distribution is inclusive of b, i.e. [a,b] while
// uniform_real_distribution is exclusive of b, i.e. [a,b), std::nextafter may be your friend there
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 466b9419f7cc..aaf6997052b1 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -757,8 +757,6 @@ public:
SvTreeListEntry* GetEntry( const Point& rPos, bool bHit = false ) const;
- long PaintEntry(SvTreeListEntry* pEntry, long nLine, vcl::RenderContext& rRenderContext,
- SvLBoxTabFlags nTabFlagMask = SvLBoxTabFlags::ALL);
virtual Rectangle GetFocusRect( SvTreeListEntry*, long nLine );
// Respects indentation
virtual sal_IntPtr GetTabPos( SvTreeListEntry*, SvLBoxTab* );