Kaydet (Commit) 167269f2 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unusedfields in extensions

Change-Id: I89d33ea8be97f32c090c8fbf739cbf5e150b12c4
üst a0b25939
......@@ -46,8 +46,6 @@ namespace bib
css::uno::Reference< css::frame::XController > m_xController;
css::uno::Reference< css::frame::XFrame > m_xToolBarRef;
css::uno::Reference< css::frame::XFrame > m_xGridRef;
css::uno::Reference< css::awt::XWindow > m_xGridWin;
BibDataManager* pDatMan;
VclPtr<BibToolBar> pToolBar;
......
......@@ -67,9 +67,6 @@ class BibBookContainer: public BibSplitWindow
css::uno::Reference< css::frame::XFrame > xTopFrameRef;
css::uno::Reference< css::frame::XFrame > xBottomFrameRef;
css::uno::Reference< css::awt::XWindow > xTopPeerRef;
css::uno::Reference< css::awt::XWindow > xBottomPeerRef;
VclPtr<BibWindowContainer> pTopWin;
VclPtr<BibWindowContainer> pBottomWin;
HdlBibModul pBibMod;
......
......@@ -83,7 +83,6 @@ class BibDataManager
private:
css::uno::Reference< css::form::XForm > m_xForm;
css::uno::Reference< css::awt::XControlModel > m_xGridModel;
css::uno::Reference< css::beans::XPropertySet > m_xSourceProps;
css::uno::Reference< css::sdb::XSingleSelectQueryComposer > m_xParser;
css::uno::Reference< css::form::runtime::XFormController > m_xFormCtrl;
css::uno::Reference< css::frame::XDispatch > m_xFormDispatch;
......
......@@ -118,9 +118,6 @@ class BibGeneralPage: public BibTabPage
css::uno::Reference< css::awt::XControlContainer >
xCtrlContnr;
css::uno::Reference< css::form::XBoundComponent >
xCurrentBoundComponent;
css::uno::Reference< css::form::XBoundComponent >
xLBModel;
......
......@@ -111,9 +111,7 @@ class BibToolBar: public ToolBox
css::uno::Reference< css::frame::XController > xController;
Idle aIdle;
ImageList aImgLst;
ImageList aImgLstHC;
ImageList aBigImgLst;
ImageList aBigImgLstHC;
VclPtr<FixedText> aFtSource;
VclPtr<ListBox> aLBSource;
VclPtr<FixedText> aFtQuery;
......
......@@ -280,7 +280,6 @@ private:
{ osl::MutexGuard aGuard(m_aMutex); m_xProvider.clear(); };
osl::Mutex m_aMutex;
osl::Module m_aModule;
protected:
osl::Condition& m_aCondition;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment