summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-11 14:20:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-11 16:43:25 +0000
commit5e1a877170d336b9d055122ea5ed1adee7aed631 (patch)
tree8d3acd355babd56de6a201c420b55ee1137d85cd /sfx2/inc
parentf00b77c856067b77a6dc5c2d90cc1205d87de03a (diff)
pLeftBox and pRightBox unused, GetOther doesn't exist
Change-Id: Ibc4034cf4eb2d610fdb6dcabb3d547bf2f9f1172
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/orgmgr.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sfx2/inc/orgmgr.hxx b/sfx2/inc/orgmgr.hxx
index 48c3ae3da397..17b396ed2c8a 100644
--- a/sfx2/inc/orgmgr.hxx
+++ b/sfx2/inc/orgmgr.hxx
@@ -52,17 +52,11 @@ class SfxOrganizeMgr
private:
SfxOrganizeMgr_Impl* pImpl;
SfxDocumentTemplates* pTemplates;
- SfxOrganizeListBox_Impl* pLeftBox;
- SfxOrganizeListBox_Impl* pRightBox;
sal_Bool bDeleteTemplates :1;
sal_Bool bModified :1;
- SfxOrganizeListBox_Impl* GetOther( SfxOrganizeListBox_Impl* );
-
public:
- SfxOrganizeMgr( SfxOrganizeListBox_Impl* pLeft,
- SfxOrganizeListBox_Impl* pRight,
- SfxDocumentTemplates* pTempl = NULL );
+ SfxOrganizeMgr(SfxDocumentTemplates* pTempl = NULL);
~SfxOrganizeMgr();
sal_Bool Copy( sal_uInt16 nTargetRegion, sal_uInt16 nTargetIdx, sal_uInt16 nSourceRegion, sal_uInt16 nSourceIdx );