summaryrefslogtreecommitdiffstats
path: root/include/svx/fmpage.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-09 13:19:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-09 13:43:01 +0000
commit8a8981c603d2f45d0fac656e5b4b31bcabfabc92 (patch)
treeebe7e84f71880b7655f6fd47913cdce81baa9695 /include/svx/fmpage.hxx
parentdrawingml import: handle w:b (found in docx groupshape textboxes) (diff)
downloadcore-8a8981c603d2f45d0fac656e5b4b31bcabfabc92.tar.gz
core-8a8981c603d2f45d0fac656e5b4b31bcabfabc92.zip
GetBasic and m_pBasic are unused
which is probably a good thing because it is zeroed in the copy ctor which looks rather dubious Change-Id: Ia082601982aaea5df92cf7aa9724cbe187716e0c
Diffstat (limited to 'include/svx/fmpage.hxx')
-rw-r--r--include/svx/fmpage.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/fmpage.hxx b/include/svx/fmpage.hxx
index 2880e2a6f694..472aed529d34 100644
--- a/include/svx/fmpage.hxx
+++ b/include/svx/fmpage.hxx
@@ -43,12 +43,11 @@ class SVX_DLLPUBLIC FmFormPage : public SdrPage
friend class FmFormObj;
FmFormPageImpl* m_pImpl;
OUString m_sPageName;
- StarBASIC* m_pBasic;
public:
TYPEINFO();
- FmFormPage(FmFormModel& rModel,StarBASIC*, bool bMasterPage=sal_False);
+ FmFormPage(FmFormModel& rModel, bool bMasterPage=false);
FmFormPage(const FmFormPage& rPage);
~FmFormPage();
@@ -70,7 +69,6 @@ public:
public:
const OUString& GetName() const { return m_sPageName; }
void SetName( const OUString& rName ) { m_sPageName = rName; }
- StarBASIC* GetBasic() const { return m_pBasic; }
sal_Bool RequestHelp(
Window* pWin,
SdrView* pView,