summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/condedit.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-27 09:16:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-27 09:58:35 +0100
commitf00cd93a66a6cf236114e810b1470e562315b777 (patch)
tree7edff4a18f651eb90b000a661d25883410f784bd /sw/source/ui/inc/condedit.hxx
parentfix uneditable field in memory option page (diff)
downloadcore-f00cd93a66a6cf236114e810b1470e562315b777.tar.gz
core-f00cd93a66a6cf236114e810b1470e562315b777.zip
callcatcher: update unused code, esp unused Resource based ctor
e.g. no ImageRadioButton is now loaded from any res/rsc file, so that ctor and associated code paths can be stripped out Change-Id: Ic4cf19d45adb7c734f150e0b89eef193157a74a7
Diffstat (limited to 'sw/source/ui/inc/condedit.hxx')
-rw-r--r--sw/source/ui/inc/condedit.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/inc/condedit.hxx b/sw/source/ui/inc/condedit.hxx
index b55c48ba32ab..fce123ab5e9b 100644
--- a/sw/source/ui/inc/condedit.hxx
+++ b/sw/source/ui/inc/condedit.hxx
@@ -31,7 +31,6 @@ class SW_DLLPUBLIC ConditionEdit : public Edit, public DropTargetHelper
SW_DLLPRIVATE virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
public:
- ConditionEdit(Window* pParent, const ResId& rResId);
ConditionEdit(Window* pParent, WinBits nStyle);
void ShowBrackets(bool bShow)