summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-13 09:36:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-13 23:02:37 +0000
commit612981fc8fd7a35d8112951e05e1b2cf0f5f1c08 (patch)
tree3256b4dffb2d9d7e7ab543e98e2936b38041e9c1 /svx/source
parent62188aac68b30affbe144f8bd06f346f0e749cf9 (diff)
callcatcher: update and remove newly unused code
Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/dialog/rubydialog.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx
index dd5867015ab5..8f049b5da8cf 100644
--- a/svx/source/dialog/rubydialog.cxx
+++ b/svx/source/dialog/rubydialog.cxx
@@ -754,14 +754,6 @@ void SvxRubyDialog::EnableControls(bool bEnable)
m_pApplyPB->Enable(bEnable);
}
-RubyPreview::RubyPreview(SvxRubyDialog& rParent, const ResId& rResId)
- : Window(&rParent, rResId)
- , m_pParentDlg(&rParent)
-{
- SetMapMode(MAP_TWIP);
- SetBorderStyle( WINDOW_BORDER_MONO );
-}
-
RubyPreview::RubyPreview(Window *pParent)
: Window(pParent, WB_BORDER)
, m_pParentDlg(NULL)