summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-08 13:01:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-08 20:56:30 +0200
commit61d49afadb2badc7572b04c73ee682afde1d2e7b (patch)
treeab72148a48dc97ef4fcf01218358e5e75b72a835 /sfx2
parentfac539889e32e5e47ca6b6da0a588abbe4cbe066 (diff)
loplugin:unusedmethods
Change-Id: Id66cf12e3a59aeed1b9a7a111b841e30b248635b Reviewed-on: https://gerrit.libreoffice.org/40876 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/charwin.cxx5
-rw-r--r--sfx2/source/toolbox/tbxitem.cxx16
2 files changed, 0 insertions, 21 deletions
diff --git a/sfx2/source/control/charwin.cxx b/sfx2/source/control/charwin.cxx
index 184c841fbe09..8ee19a02ab6d 100644
--- a/sfx2/source/control/charwin.cxx
+++ b/sfx2/source/control/charwin.cxx
@@ -63,11 +63,6 @@ void SvxCharView::MouseButtonDown( const MouseEvent& rMEvt )
}
}
-Point SvxCharView::GetClickPosition() const
-{
- return maPosition;
-}
-
void SvxCharView::KeyInput( const KeyEvent& rKEvt )
{
vcl::KeyCode aCode = rKEvt.GetKeyCode();
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx
index cfcdedf59769..f7252f593320 100644
--- a/sfx2/source/toolbox/tbxitem.cxx
+++ b/sfx2/source/toolbox/tbxitem.cxx
@@ -738,22 +738,6 @@ SfxPopupWindow::SfxPopupWindow(sal_uInt16 nId, const OString& rID, const OUStrin
SfxPopupWindow::SfxPopupWindow(
sal_uInt16 nId,
- const Reference< XFrame >& rFrame,
- vcl::Window* pParentWindow,
- WinBits nBits ) :
- FloatingWindow( pParentWindow, nBits )
- , m_bFloating( false )
- , m_bCascading( false )
- , m_nId( nId )
- , m_xFrame( rFrame )
-{
- vcl::Window* pWindow = GetTopMostParentSystemWindow( this );
- if ( pWindow )
- static_cast<SystemWindow *>(pWindow)->GetTaskPaneList()->AddWindow( this );
-}
-
-SfxPopupWindow::SfxPopupWindow(
- sal_uInt16 nId,
vcl::Window* pParentWindow,
const OString& rID, const OUString& rUIXMLDescription,
const Reference< XFrame >& rFrame ) :