diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/galbrws2.hxx | 1 | ||||
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/imapwnd.hxx | 6 | ||||
-rw-r--r-- | svx/source/inc/frmselimpl.hxx | 1 | ||||
-rw-r--r-- | svx/source/stbctrls/xmlsecctrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/svdraw/svdocirc.cxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdomeas.cxx | 1 |
7 files changed, 0 insertions, 14 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index e1a9fca071da..e21cd19e9eb9 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -115,7 +115,6 @@ private: VclPtr<GalleryToolBox> maViewBox; VclPtr<FixedLine> maSeparator; VclPtr<FixedText> maInfoBar; - Point maDragStartPos; sal_uIntPtr mnCurActionPos; GalleryBrowserMode meMode; GalleryBrowserMode meLastMode; diff --git a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx index 5360a9ea067a..af43b228bee0 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFunctionParser.cxx @@ -805,14 +805,12 @@ public: class EnumFunctor { const ExpressionFunct meFunct; - double mnValue; ParserContextSharedPtr mxContext; public: EnumFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) : meFunct( eFunct ) - , mnValue( 0 ) , mxContext( rContext ) { } diff --git a/svx/source/dialog/imapwnd.hxx b/svx/source/dialog/imapwnd.hxx index e4055708e097..7b85f1a8f756 100644 --- a/svx/source/dialog/imapwnd.hxx +++ b/svx/source/dialog/imapwnd.hxx @@ -43,12 +43,6 @@ struct NotifyInfo }; -struct NotifyPosSize -{ - Size aPictureSize; - Point aMousePos; -}; - #define SVD_IMAP_USERDATA 0x0001 const sal_uInt32 IMapInventor = sal_uInt32('I') * 0x00000001+ diff --git a/svx/source/inc/frmselimpl.hxx b/svx/source/inc/frmselimpl.hxx index 073b9100701a..d5abe6b48026 100644 --- a/svx/source/inc/frmselimpl.hxx +++ b/svx/source/inc/frmselimpl.hxx @@ -106,7 +106,6 @@ struct FrameSelectorImpl : public Resource Color maMarkCol; /// Selection marker color. Color maHCLineCol; /// High contrast line color. Point maVirDevPos; /// Position of virtual device in the control. - Point maMousePos; /// Last mouse pointer position. FrameBorder maLeft; /// All data of left frame border. FrameBorder maRight; /// All data of right frame border. diff --git a/svx/source/stbctrls/xmlsecctrl.cxx b/svx/source/stbctrls/xmlsecctrl.cxx index 4c8e9cc0ea37..d578582d81b6 100644 --- a/svx/source/stbctrls/xmlsecctrl.cxx +++ b/svx/source/stbctrls/xmlsecctrl.cxx @@ -41,8 +41,6 @@ SFX_IMPL_STATUSBAR_CONTROL( XmlSecStatusBarControl, SfxUInt16Item ); struct XmlSecStatusBarControl::XmlSecStatusBarControl_Impl { - Point maPos; - Size maSize; SignatureState mnState; Image maImage; Image maImageBroken; diff --git a/svx/source/svdraw/svdocirc.cxx b/svx/source/svdraw/svdocirc.cxx index 0ceaab15c04c..318d140e89a5 100644 --- a/svx/source/svdraw/svdocirc.cxx +++ b/svx/source/svdraw/svdocirc.cxx @@ -355,7 +355,6 @@ struct ImpCircUser : public SdrDragStatUserData { Rectangle aR; Point aCenter; - Point aRadius; Point aP1; Point aP2; long nMaxRad; diff --git a/svx/source/svdraw/svdomeas.cxx b/svx/source/svdraw/svdomeas.cxx index 3dc86c494113..4fdeeef1c31c 100644 --- a/svx/source/svdraw/svdomeas.cxx +++ b/svx/source/svdraw/svdomeas.cxx @@ -300,7 +300,6 @@ struct ImpMeasurePoly ImpLineRec aMainline3; // those in between ImpLineRec aHelpline1; ImpLineRec aHelpline2; - Rectangle aTextRect; Size aTextSize; long nLineLen; long nLineAngle; |