summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-12 09:11:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-12 13:03:50 +0000
commit0d3082dbf2e87bed462246307a13e206f7617081 (patch)
tree372b4a879b45e6a9e85ff42f4275a8e925c3162d /include
parent2efd433478cf4820b308b20cf42595345e023af2 (diff)
callcatcher: update unused code
Change-Id: Iaaad9302ef8edb47fa95ce8ca608b6f36449521b
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/tabdlg.hxx6
-rw-r--r--include/sfx2/templateabstractview.hxx5
-rw-r--r--include/svtools/toolpanel/toolpaneldeck.hxx9
-rw-r--r--include/svtools/vclxaccessibleheaderbaritem.hxx1
-rw-r--r--include/svx/frmdirlbox.hxx1
-rw-r--r--include/vcl/ppdparser.hxx1
6 files changed, 2 insertions, 21 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index a34c06d128bd..24653e279933 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -146,12 +146,6 @@ public:
sal_uInt16 nPageCreateId ); // Identifier of the Factory Method to create the page
void AddTabPage( sal_uInt16 nId,
- CreateTabPage pCreateFunc, // != 0
- GetTabPageRanges pRangesFunc, // can be 0
- sal_Bool bItemsOnDemand = sal_False);
-
-
- void AddTabPage( sal_uInt16 nId,
const OUString &rRiderText,
CreateTabPage pCreateFunc, // != 0
GetTabPageRanges pRangesFunc, // can be 0
diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx
index fc2df865e954..3be1cabe9783 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -80,9 +80,8 @@ class SFX2_DLLPUBLIC TemplateAbstractView : public ThumbnailView
{
public:
- TemplateAbstractView (Window *pParent, WinBits nWinStyle, bool bDisableTransientChildren);
- TemplateAbstractView ( Window* pParent, const ResId& rResId, bool bDisableTransientChildren = false );
- TemplateAbstractView ( Window* pParent );
+ TemplateAbstractView(Window *pParent, WinBits nWinStyle, bool bDisableTransientChildren);
+ TemplateAbstractView(Window* pParent);
virtual ~TemplateAbstractView ();
diff --git a/include/svtools/toolpanel/toolpaneldeck.hxx b/include/svtools/toolpanel/toolpaneldeck.hxx
index c4ed250a76ea..1bc2026183c6 100644
--- a/include/svtools/toolpanel/toolpaneldeck.hxx
+++ b/include/svtools/toolpanel/toolpaneldeck.hxx
@@ -151,12 +151,6 @@ namespace svt
::Window& GetPanelWindowAnchor();
const ::Window& GetPanelWindowAnchor() const;
- /** sets the window which should act as parent in the A11Y object hierarchy.
-
- Calling this method has no effect if CreateAccessible had always been called.
- */
- ::Window* GetAccessibleParentWindow() const;
-
// IToolPanelDeck
virtual size_t GetPanelCount() const;
virtual PToolPanel GetPanel( const size_t i_nPos ) const;
@@ -179,9 +173,6 @@ namespace svt
private:
::std::auto_ptr< ToolPanelDeck_Impl > m_pImpl;
-
- private:
- using Window::GetAccessibleParentWindow;
};
//........................................................................
diff --git a/include/svtools/vclxaccessibleheaderbaritem.hxx b/include/svtools/vclxaccessibleheaderbaritem.hxx
index e5c695074b2c..10a5c82ca5c5 100644
--- a/include/svtools/vclxaccessibleheaderbaritem.hxx
+++ b/include/svtools/vclxaccessibleheaderbaritem.hxx
@@ -57,7 +57,6 @@ private:
sal_Int32 m_nIndexInParent;
protected:
- DECL_LINK( WindowEventListener, VclSimpleEvent* );
virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
diff --git a/include/svx/frmdirlbox.hxx b/include/svx/frmdirlbox.hxx
index 4fd3081781a9..dd13fc72044e 100644
--- a/include/svx/frmdirlbox.hxx
+++ b/include/svx/frmdirlbox.hxx
@@ -39,7 +39,6 @@ namespace svx {
class SVX_DLLPUBLIC FrameDirectionListBox : public ListBox
{
public:
- explicit FrameDirectionListBox( Window* pParent, const ResId& rResId );
explicit FrameDirectionListBox( Window* pParent, WinBits nBits );
virtual ~FrameDirectionListBox();
diff --git a/include/vcl/ppdparser.hxx b/include/vcl/ppdparser.hxx
index 11dfb7205884..aea233c7ba61 100644
--- a/include/vcl/ppdparser.hxx
+++ b/include/vcl/ppdparser.hxx
@@ -246,7 +246,6 @@ public:
int getFonts() const
{ return m_pFontList ? m_pFontList->countValues() : 0; }
- OUString getFont( int ) const;
OUString translateKey( const OUString& i_rKey,