diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-26 16:01:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-30 10:34:38 +0200 |
commit | ec3f72415850bd865eb030cf2b7edb55b99d4756 (patch) | |
tree | e63a41091957725506cbb107a272a9872081e3e5 /include/sfx2 | |
parent | d2df03574023b379ac09b1f71cae9e3ba3ac53e2 (diff) |
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/childwin.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx index 2baa43c95f6a..15dea984ccec 100644 --- a/include/sfx2/childwin.hxx +++ b/include/sfx2/childwin.hxx @@ -97,7 +97,6 @@ struct SfxChildWinContextFactory { SfxChildWinContextCtor pCtor; // Factory method sal_uInt16 nContextId; // Idenifier for SfxInterface - SfxChildWinInfo aInfo; // Configuration SfxChildWinContextFactory( SfxChildWinContextCtor pTheCtor, sal_uInt16 nID ) : pCtor(pTheCtor) diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 4aefe3b478bb..c94a7de5a345 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -420,7 +420,6 @@ private: sal_Int32 m_nLineHeight; sal_Int32 m_nScrollPos; - SvtSysLocale m_aSysLocale; std::vector< CustomPropertyLine* > m_aCustomPropertiesLines; CustomPropertyLine* m_pCurrentLine; SvNumberFormatter m_aNumberFormatter; |