summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-26 16:01:56 +0200
committerNoel Grandin <noel@peralex.com>2015-11-30 10:34:38 +0200
commitec3f72415850bd865eb030cf2b7edb55b99d4756 (patch)
treee63a41091957725506cbb107a272a9872081e3e5 /include
parentd2df03574023b379ac09b1f71cae9e3ba3ac53e2 (diff)
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864
Diffstat (limited to 'include')
-rw-r--r--include/basic/sbx.hxx5
-rw-r--r--include/filter/msfilter/svdfppt.hxx1
-rw-r--r--include/sfx2/childwin.hxx1
-rw-r--r--include/sfx2/dinfdlg.hxx1
-rw-r--r--include/sot/storinfo.hxx1
-rw-r--r--include/svl/itemset.hxx1
-rw-r--r--include/svx/gridctrl.hxx1
-rw-r--r--include/svx/svddrgv.hxx9
-rw-r--r--include/svx/svdpntv.hxx1
9 files changed, 6 insertions, 15 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx
index 90d2b72ebd01..47d7687146a0 100644
--- a/include/basic/sbx.hxx
+++ b/include/basic/sbx.hxx
@@ -50,12 +50,11 @@ class SfxBroadcaster;
struct SbxParamInfo
{
const OUString aName; // Name of the parameter
- SbxBaseRef aTypeRef; // Object, if object type
SbxDataType eType; // Data type
SbxFlagBits nFlags; // Flag-Bits
sal_uInt32 nUserData; // IDs etc.
- SbxParamInfo( const OUString& s, SbxDataType t, SbxFlagBits n, SbxBase* b = nullptr )
- : aName( s ), aTypeRef( b ), eType( t ), nFlags( n ), nUserData( 0 ) {}
+ SbxParamInfo( const OUString& s, SbxDataType t, SbxFlagBits n )
+ : aName( s ), eType( t ), nFlags( n ), nUserData( 0 ) {}
~SbxParamInfo() {}
};
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index cfd27ddba410..b6eb794f0a37 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -104,7 +104,6 @@ struct SdHyperlinkEntry
sal_Int32 nEndPos;
OUString aConvSubString;
- ESelection aESelection;
};
// Helper class for reading the PPT InteractiveInfoAtom
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;
diff --git a/include/sot/storinfo.hxx b/include/sot/storinfo.hxx
index 98e5360d16c1..0286be1445d5 100644
--- a/include/sot/storinfo.hxx
+++ b/include/sot/storinfo.hxx
@@ -31,7 +31,6 @@ class SvStorageInfo
{
friend class SotStorage;
OUString aName;
- SvGlobalName aClassName;
sal_uLong nSize;
bool bStream;
bool bStorage;
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index ef8956f8b8b4..455be97b809f 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -167,7 +167,6 @@ class SVL_DLLPUBLIC SfxAllItemSet: public SfxItemSet
// Handles all Ranges. Ranges are automatically modified by putting items.
{
- SfxVoidItem aDefault;
sal_uInt16 nFree;
public:
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index 5046f638e7d8..b5e4290ceabf 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -217,7 +217,6 @@ public:
};
private:
- vcl::Font m_aDefaultFont;
Link<sal_uInt16,int> m_aMasterStateProvider;
Link<sal_uInt16,bool> m_aMasterSlotExecutor;
diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx
index 5d39bdb91220..ec17a589bd6d 100644
--- a/include/svx/svddrgv.hxx
+++ b/include/svx/svddrgv.hxx
@@ -35,13 +35,12 @@ protected:
SdrDragMethod* mpCurrentSdrDragMethod;
SdrUndoGeoObj* mpInsPointUndo;
Rectangle maDragLimit;
- OUString maInsPointUndoStr;
- SdrMarkList maFollowingEdges; // If nodes are dragged, all edges should follow as Xor
+ OUString maInsPointUndoStr;
SdrHdlKind meDragHdl;
- sal_uIntPtr mnDragXorPolyLimit;
- sal_uIntPtr mnDragXorPointLimit;
- sal_uInt16 mnDetailedEdgeDraggingLimit;
+ sal_uIntPtr mnDragXorPolyLimit;
+ sal_uIntPtr mnDragXorPointLimit;
+ sal_uInt16 mnDetailedEdgeDraggingLimit;
bool mbFramDrag : 1; // currently frame dragging
bool mbDragSpecial : 1; // currently Special Obj-dragging
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index 9f94e60abc52..49029ceee764 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -143,7 +143,6 @@ protected:
// All windows this view is displayed on
SdrPaintWindowVector maPaintWindows;
- MapMode maActualMapMode;
Size maGridBig; // FIXME: We need to get rid of this eventually
Size maGridFin; // FIXME: We need to get rid of this eventually
SdrDragStat maDragStat;