diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-20 14:06:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-20 14:20:33 +0100 |
commit | 1f116adb7cfa7ee6a441693530d5afc94ca70f1a (patch) | |
tree | de93624767b6ffa5d98fd81c6826acb85614cf57 /cui/source | |
parent | a89ec4cf0bff07cb2b62ba0b376c0ca43719980a (diff) |
callcatcher: update unused code
Change-Id: I29b3f1408b814a1424d8bab232e9ac618901b4c2
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/inc/cuitabarea.hxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tpcolor.cxx | 8 |
2 files changed, 0 insertions, 9 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index f1604c7465b7..a25966aa6a0f 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -750,7 +750,6 @@ public: virtual void ActivatePage( const SfxItemSet& rSet ) SAL_OVERRIDE; virtual sfxpg DeactivatePage( SfxItemSet* pSet ) SAL_OVERRIDE; - XPropertyListRef GetPropertyList( XPropertyListType t ); void SetPropertyList( XPropertyListType t, const XPropertyListRef &xRef ); void SetColorList( XColorListRef pColList ); diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx index 50b74de0b673..224c1af8f0bd 100644 --- a/cui/source/tabpages/tpcolor.cxx +++ b/cui/source/tabpages/tpcolor.cxx @@ -1225,13 +1225,5 @@ void SvxColorTabPage::SetColorList( XColorListRef pColList ) SetPropertyList( XCOLOR_LIST, XPropertyListRef( ( pColList.get() ) ) ); } -XPropertyListRef SvxColorTabPage::GetPropertyList( XPropertyListType t ) -{ - (void) t; - OSL_ASSERT( t == XCOLOR_LIST ); - return XPropertyListRef( pColorList.get() ); -} - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |