diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 13:51:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 13:57:29 +0200 |
commit | 1f86864e97bea96fdc608f8c8b93024ad4684d51 (patch) | |
tree | e5ec06a2148b26bbc0cdd420de8b82b654547ca3 /sfx2 | |
parent | 3e6ba91e2d6d362f4af91566e740f5dbc310e026 (diff) |
loplugin:unusedfields various
Change-Id: I59d9f7f73677358b4ae57efda965d43718bdf0d5
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/inc/templdgi.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/view/ipclient.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/view/viewimp.hxx | 6 |
4 files changed, 2 insertions, 7 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index a6310037d760..b7dbb0c8bac2 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -54,7 +54,6 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess xBasicLibraries; css::uno::Reference< css::script::XLibraryContainer > xDialogLibraries; - css::uno::Sequence < OUString > xEventNames; ::sfx2::DocumentMacroMode aMacroMode; SfxProgress* pProgress; diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx index 8b640c2150a4..98fe5822e095 100644 --- a/sfx2/source/inc/templdgi.hxx +++ b/sfx2/source/inc/templdgi.hxx @@ -192,7 +192,6 @@ protected: VclPtr<SfxActionListBox> aFmtLb; VclPtr<ListBox> aFilterLb; - Size aSize; sal_uInt16 nActFamily; // Id in the ToolBox = Position - 1 sal_uInt16 nActFilter; // FilterIdx diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx index b35b13c46e0d..09c85461b1a6 100644 --- a/sfx2/source/view/ipclient.cxx +++ b/sfx2/source/view/ipclient.cxx @@ -103,7 +103,6 @@ public: Fraction m_aScaleHeight; SfxInPlaceClient* m_pClient; sal_Int64 m_nAspect; // ViewAspect that is assigned from the container - Rectangle m_aLastObjAreaPixel; // area of object in coordinate system of the container (without scaling) bool m_bStoreObject; bool m_bUIActive; // set and cleared when notification for UI (de)activation is sent bool m_bResizeNoScale; diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx index de11afeaffd2..74e70b1721ee 100644 --- a/sfx2/source/view/viewimp.hxx +++ b/sfx2/source/view/viewimp.hxx @@ -46,19 +46,17 @@ struct SfxViewShell_Impl bool m_bControllerSet; SfxShellArr_Impl aArr; SvBorder aBorder; - Size aOptimalSize; Size aMargin; - sal_uInt16 m_nPrinterLocks; + sal_uInt16 m_nPrinterLocks; bool m_bCanPrint; bool m_bHasPrintOptions; bool m_bPlugInsActive; bool m_bIsShowView; bool m_bGotOwnership; bool m_bGotFrameOwnership; - sal_uInt16 m_nFamily; + sal_uInt16 m_nFamily; ::rtl::Reference<SfxBaseController> m_pController; std::unique_ptr< ::svt::AcceleratorExecute > m_xAccExec; - css::uno::Sequence < css::beans::PropertyValue > aPrintOpts; ::rtl::Reference< SfxClipboardChangeListener > xClipboardListener; std::shared_ptr< vcl::PrinterController > m_xPrinterController; |