summaryrefslogtreecommitdiff
path: root/svx/source
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 /svx/source
parent2efd433478cf4820b308b20cf42595345e023af2 (diff)
callcatcher: update unused code
Change-Id: Iaaad9302ef8edb47fa95ce8ca608b6f36449521b
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/accessibility/AccessibleTextHelper.cxx14
-rw-r--r--svx/source/dialog/frmdirlbox.cxx7
2 files changed, 0 insertions, 21 deletions
diff --git a/svx/source/accessibility/AccessibleTextHelper.cxx b/svx/source/accessibility/AccessibleTextHelper.cxx
index 00d0263fcf8a..f2ec44059a86 100644
--- a/svx/source/accessibility/AccessibleTextHelper.cxx
+++ b/svx/source/accessibility/AccessibleTextHelper.cxx
@@ -76,20 +76,6 @@ using namespace ::com::sun::star::accessibility;
namespace accessibility
{
- Window* GetCurrentEditorWnd()
- {
- Window* pWin = NULL;
- SfxViewFrame* pFrame = SfxViewFrame::Current();
- if (pFrame)
- {
- const SfxViewShell * pViewShell = pFrame->GetViewShell();
- if(pViewShell)
- {
- pWin = pViewShell->GetWindow();
- }
- }
- return pWin;
- }
//------------------------------------------------------------------------
//
diff --git a/svx/source/dialog/frmdirlbox.cxx b/svx/source/dialog/frmdirlbox.cxx
index 0d977d9f6b09..d10a6bfd2864 100644
--- a/svx/source/dialog/frmdirlbox.cxx
+++ b/svx/source/dialog/frmdirlbox.cxx
@@ -38,13 +38,6 @@ inline SvxFrameDirection lclVoidToEnum( void* pDirection )
} // namespace
-// ============================================================================
-
-FrameDirectionListBox::FrameDirectionListBox( Window* pParent, const ResId& rResId ) :
- ListBox( pParent, rResId )
-{
-}
-
FrameDirectionListBox::FrameDirectionListBox( Window* pParent, WinBits nBits ) :
ListBox( pParent, nBits )
{