summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/bibliography/bibbeam.hxx2
-rw-r--r--extensions/source/bibliography/bibcont.hxx3
-rw-r--r--extensions/source/bibliography/datman.hxx1
-rw-r--r--extensions/source/bibliography/general.hxx3
-rw-r--r--extensions/source/bibliography/toolbar.hxx2
-rw-r--r--extensions/source/update/check/updatecheck.cxx1
6 files changed, 0 insertions, 12 deletions
diff --git a/extensions/source/bibliography/bibbeam.hxx b/extensions/source/bibliography/bibbeam.hxx
index 74cfcb250ba2..5e5b712cd9f9 100644
--- a/extensions/source/bibliography/bibbeam.hxx
+++ b/extensions/source/bibliography/bibbeam.hxx
@@ -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;
diff --git a/extensions/source/bibliography/bibcont.hxx b/extensions/source/bibliography/bibcont.hxx
index 01100a02828a..74648ec955da 100644
--- a/extensions/source/bibliography/bibcont.hxx
+++ b/extensions/source/bibliography/bibcont.hxx
@@ -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;
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index 224152dcdd06..80caa4e10463 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -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;
diff --git a/extensions/source/bibliography/general.hxx b/extensions/source/bibliography/general.hxx
index 117d54cec519..5d2c0ab033b5 100644
--- a/extensions/source/bibliography/general.hxx
+++ b/extensions/source/bibliography/general.hxx
@@ -119,9 +119,6 @@ class BibGeneralPage: public BibTabPage
xCtrlContnr;
css::uno::Reference< css::form::XBoundComponent >
- xCurrentBoundComponent;
-
- css::uno::Reference< css::form::XBoundComponent >
xLBModel;
css::uno::Reference< css::sdbc::XRowSetListener >
diff --git a/extensions/source/bibliography/toolbar.hxx b/extensions/source/bibliography/toolbar.hxx
index 164eee6f4d10..8137d2508f40 100644
--- a/extensions/source/bibliography/toolbar.hxx
+++ b/extensions/source/bibliography/toolbar.hxx
@@ -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;
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 82e37cf0f570..600e408b45ab 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -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;