summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 15:09:05 +0200
committerNoel Grandin <noel@peralex.com>2015-12-22 09:53:27 +0200
commit4e8e81f0d6dcbdd4d491cec09dfb485ffa30ab98 (patch)
tree81e13e477a97cdbe4b025329dc6b2732aae15524 /reportdesign/source/ui
parente24c4c40c052591414cedab2fba152170d385580 (diff)
loplugin:unusedfields in reportdesign
Change-Id: Ida5e91105d204b431edf743a9f5272febd50e688
Diffstat (limited to 'reportdesign/source/ui')
-rw-r--r--reportdesign/source/ui/dlg/Navigator.cxx1
-rw-r--r--reportdesign/source/ui/inc/DataProviderHandler.hxx1
-rw-r--r--reportdesign/source/ui/inc/DefaultInspection.hxx2
-rw-r--r--reportdesign/source/ui/inc/GeometryHandler.hxx2
-rw-r--r--reportdesign/source/ui/inc/ReportComponentHandler.hxx2
-rw-r--r--reportdesign/source/ui/inspection/DataProviderHandler.cxx1
-rw-r--r--reportdesign/source/ui/inspection/DefaultInspection.cxx1
-rw-r--r--reportdesign/source/ui/inspection/GeometryHandler.cxx1
-rw-r--r--reportdesign/source/ui/inspection/ReportComponentHandler.cxx1
9 files changed, 0 insertions, 12 deletions
diff --git a/reportdesign/source/ui/dlg/Navigator.cxx b/reportdesign/source/ui/dlg/Navigator.cxx
index 1575cbcb0e6b..1d757c78d138 100644
--- a/reportdesign/source/ui/dlg/Navigator.cxx
+++ b/reportdesign/source/ui/dlg/Navigator.cxx
@@ -144,7 +144,6 @@ class NavigatorTree : public ::cppu::BaseMutex
enum DROP_ACTION { DA_SCROLLUP, DA_SCROLLDOWN, DA_EXPANDNODE };
AutoTimer m_aDropActionTimer;
- Timer m_aSynchronizeTimer;
ImageList m_aNavigatorImages;
Point m_aTimerTriggered; // position at which the DropTimer started
DROP_ACTION m_aDropActionType;
diff --git a/reportdesign/source/ui/inc/DataProviderHandler.hxx b/reportdesign/source/ui/inc/DataProviderHandler.hxx
index b9231593017e..e4b2e1c4296e 100644
--- a/reportdesign/source/ui/inc/DataProviderHandler.hxx
+++ b/reportdesign/source/ui/inc/DataProviderHandler.hxx
@@ -112,7 +112,6 @@ namespace rptui
css::uno::Reference< css::beans::XPropertyChangeListener > m_xMasterDetails;
/// type converter, needed on various occasions
css::uno::Reference< css::script::XTypeConverter > m_xTypeConverter;
- ::std::unique_ptr< OPropertyInfoService > m_pInfoService;
};
} // namespace rptui
diff --git a/reportdesign/source/ui/inc/DefaultInspection.hxx b/reportdesign/source/ui/inc/DefaultInspection.hxx
index c88e2d39775d..fc4eed5baa4d 100644
--- a/reportdesign/source/ui/inc/DefaultInspection.hxx
+++ b/reportdesign/source/ui/inc/DefaultInspection.hxx
@@ -50,8 +50,6 @@ namespace rptui
bool m_bIsReadOnly;
sal_Int32 m_nMinHelpTextLines;
sal_Int32 m_nMaxHelpTextLines;
- /// access to property meta data
- ::std::unique_ptr< OPropertyInfoService > m_pInfoService;
DefaultComponentInspectorModel(const DefaultComponentInspectorModel&) = delete;
DefaultComponentInspectorModel& operator=(const DefaultComponentInspectorModel&) = delete;
diff --git a/reportdesign/source/ui/inc/GeometryHandler.hxx b/reportdesign/source/ui/inc/GeometryHandler.hxx
index 1bcc651b6099..9d84ae9b34a0 100644
--- a/reportdesign/source/ui/inc/GeometryHandler.hxx
+++ b/reportdesign/source/ui/inc/GeometryHandler.hxx
@@ -298,8 +298,6 @@ namespace rptui
mutable css::uno::Reference< css::sdbc::XRowSet > m_xRowSet;
/// type converter, needed on various occasions
css::uno::Reference< css::script::XTypeConverter > m_xTypeConverter;
- /// access to property meta data
- ::std::unique_ptr< OPropertyInfoService > m_pInfoService;
mutable OUString m_sDefaultFunction;
mutable OUString m_sScope;
sal_uInt32 m_nDataFieldType;
diff --git a/reportdesign/source/ui/inc/ReportComponentHandler.hxx b/reportdesign/source/ui/inc/ReportComponentHandler.hxx
index 97521de09513..be013a6e8ed7 100644
--- a/reportdesign/source/ui/inc/ReportComponentHandler.hxx
+++ b/reportdesign/source/ui/inc/ReportComponentHandler.hxx
@@ -96,9 +96,7 @@ namespace rptui
css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::Reference< css::inspection::XPropertyHandler > m_xFormComponentHandler; /// delegatee
- css::uno::Reference< css::uno::XInterface > m_xReportComponent; /// inspectee
css::uno::Reference< css::uno::XInterface > m_xFormComponent; /// inspectee
- ::std::unique_ptr< OPropertyInfoService > m_pInfoService;
};
} // namespace rptui
diff --git a/reportdesign/source/ui/inspection/DataProviderHandler.cxx b/reportdesign/source/ui/inspection/DataProviderHandler.cxx
index 1d0a3071ed43..1d56abb990dc 100644
--- a/reportdesign/source/ui/inspection/DataProviderHandler.cxx
+++ b/reportdesign/source/ui/inspection/DataProviderHandler.cxx
@@ -60,7 +60,6 @@ using namespace ::com::sun::star;
DataProviderHandler::DataProviderHandler(uno::Reference< uno::XComponentContext > const & context)
:DataProviderHandler_Base(m_aMutex)
,m_xContext(context)
- ,m_pInfoService( new OPropertyInfoService() )
{
try
{
diff --git a/reportdesign/source/ui/inspection/DefaultInspection.cxx b/reportdesign/source/ui/inspection/DefaultInspection.cxx
index 1d8b699d2b91..766660acf4e1 100644
--- a/reportdesign/source/ui/inspection/DefaultInspection.cxx
+++ b/reportdesign/source/ui/inspection/DefaultInspection.cxx
@@ -57,7 +57,6 @@ namespace rptui
,m_bIsReadOnly(false)
,m_nMinHelpTextLines( 3 )
,m_nMaxHelpTextLines( 8 )
- ,m_pInfoService(new OPropertyInfoService())
{
}
diff --git a/reportdesign/source/ui/inspection/GeometryHandler.cxx b/reportdesign/source/ui/inspection/GeometryHandler.cxx
index fab5cc5a4437..c234c0f0a55b 100644
--- a/reportdesign/source/ui/inspection/GeometryHandler.cxx
+++ b/reportdesign/source/ui/inspection/GeometryHandler.cxx
@@ -229,7 +229,6 @@ GeometryHandler::GeometryHandler(uno::Reference< uno::XComponentContext > const
: GeometryHandler_Base(m_aMutex)
, m_aPropertyListeners(m_aMutex)
, m_xContext(context)
- , m_pInfoService(new OPropertyInfoService())
, m_nDataFieldType(0)
, m_bNewFunction(false)
, m_bIn(false)
diff --git a/reportdesign/source/ui/inspection/ReportComponentHandler.cxx b/reportdesign/source/ui/inspection/ReportComponentHandler.cxx
index 6c8c475f46f3..be623b479152 100644
--- a/reportdesign/source/ui/inspection/ReportComponentHandler.cxx
+++ b/reportdesign/source/ui/inspection/ReportComponentHandler.cxx
@@ -42,7 +42,6 @@ using namespace ::com::sun::star;
ReportComponentHandler::ReportComponentHandler(uno::Reference< uno::XComponentContext > const & context)
:ReportComponentHandler_Base(m_aMutex)
,m_xContext(context)
- ,m_pInfoService( new OPropertyInfoService() )
{
try
{