diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/connectivity/sqlparse.hxx | 1 | ||||
-rw-r--r-- | include/editeng/splwrap.hxx | 3 | ||||
-rw-r--r-- | include/filter/msfilter/svdfppt.hxx | 6 | ||||
-rw-r--r-- | include/oox/ole/axbinaryreader.hxx | 6 | ||||
-rw-r--r-- | include/oox/ole/axbinarywriter.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/printer.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sidebar/Deck.hxx | 1 | ||||
-rw-r--r-- | include/svtools/treelistbox.hxx | 1 | ||||
-rw-r--r-- | include/svx/fmshell.hxx | 1 | ||||
-rw-r--r-- | include/svx/fntszctl.hxx | 1 | ||||
-rw-r--r-- | include/svx/sidebar/LinePropertyPanelBase.hxx | 2 | ||||
-rw-r--r-- | include/svx/unoshape.hxx | 3 | ||||
-rw-r--r-- | include/toolkit/controls/unocontrols.hxx | 2 | ||||
-rw-r--r-- | include/unotools/collatorwrapper.hxx | 1 | ||||
-rw-r--r-- | include/unotools/confignode.hxx | 2 | ||||
-rw-r--r-- | include/vbahelper/vbacollectionimpl.hxx | 10 |
16 files changed, 6 insertions, 36 deletions
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx index 3210fbaa385f..5f47f56eff38 100644 --- a/include/connectivity/sqlparse.hxx +++ b/include/connectivity/sqlparse.hxx @@ -155,7 +155,6 @@ namespace connectivity css::uno::Reference< css::uno::XComponentContext > m_xContext; css::uno::Reference< css::i18n::XCharacterClassification> m_xCharClass; static css::uno::Reference< css::i18n::XLocaleData4> s_xLocaleData; - css::uno::Reference< css::i18n::XLocaleData> xDummy; // can be deleted after 627 // convert a string into double trim it to scale of _nscale and than transform it back to string OUString stringToDouble(const OUString& _rValue,sal_Int16 _nScale); diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx index bde5681f903a..8ca6a22676cc 100644 --- a/include/editeng/splwrap.hxx +++ b/include/editeng/splwrap.hxx @@ -53,8 +53,6 @@ private: css::uno::Reference< css::uno::XInterface > xLast; // result of last spelling/hyphenation attempt css::uno::Reference< - css::linguistic2::XSpellChecker1 > xSpell; - css::uno::Reference< css::linguistic2::XHyphenator > xHyph; SdrObject* mpTextObj; bool bOtherCntnt : 1; // set => Check special sections initially @@ -76,7 +74,6 @@ private: public: SvxSpellWrapper( vcl::Window* pWn, - css::uno::Reference< css::linguistic2::XSpellChecker1 > &xSpellChecker, const bool bStart = false, const bool bIsAllRight = false, const bool bOther = false, const bool bRevAllow = true ); SvxSpellWrapper( vcl::Window* pWn, diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx index b6eb794f0a37..46fef225ead2 100644 --- a/include/filter/msfilter/svdfppt.hxx +++ b/include/filter/msfilter/svdfppt.hxx @@ -1282,14 +1282,12 @@ class PPTConvertOCXControls : public SvxMSConvertOCXControls virtual const css::uno::Reference< css::drawing::XDrawPage > & GetDrawPage() override; PptPageKind ePageKind; const SdrPowerPointImport* mpPPTImporter; - css::uno::Reference< css::io::XInputStream > mxInStrm; public: - PPTConvertOCXControls( const SdrPowerPointImport* pPPTImporter, css::uno::Reference< css::io::XInputStream >& rxInStrm, const css::uno::Reference< css::frame::XModel >& rxModel, PptPageKind ePKind ) : + PPTConvertOCXControls( const SdrPowerPointImport* pPPTImporter, const css::uno::Reference< css::frame::XModel >& rxModel, PptPageKind ePKind ) : SvxMSConvertOCXControls ( rxModel ), ePageKind ( ePKind ), - mpPPTImporter ( pPPTImporter ), - mxInStrm ( rxInStrm ) + mpPPTImporter ( pPPTImporter ) {}; bool ReadOCXStream( tools::SvRef<SotStorage>& rSrc1, css::uno::Reference< diff --git a/include/oox/ole/axbinaryreader.hxx b/include/oox/ole/axbinaryreader.hxx index 7a14865e8544..3d4e2a273150 100644 --- a/include/oox/ole/axbinaryreader.hxx +++ b/include/oox/ole/axbinaryreader.hxx @@ -231,11 +231,9 @@ private: AxAlignedInputStream maInStrm; ///< The input stream to read from. ComplexPropVector maLargeProps; ///< Stores info for all used large properties. ComplexPropVector maStreamProps; ///< Stores info for all used stream data properties. - AxPairData maDummyPairData; ///< Dummy pair for unsupported properties. - AxFontData maDummyFontData; ///< Dummy font for unsupported properties. StreamDataSequence maDummyPicData; ///< Dummy picture for unsupported properties. - OUString maDummyString; ///< Dummy string for unsupported properties. - AxArrayString maDummyArrayString; ///< Dummy strings for unsupported ArrayString properties. + OUString maDummyString; ///< Dummy string for unsupported properties. + AxArrayString maDummyArrayString; ///< Dummy strings for unsupported ArrayString properties. sal_Int64 mnPropFlags; ///< Flags specifying existing properties. sal_Int64 mnNextProp; ///< Next property to read. sal_Int64 mnPropsEnd; ///< End position of simple/large properties. diff --git a/include/oox/ole/axbinarywriter.hxx b/include/oox/ole/axbinarywriter.hxx index d3c22c2f90f3..a0a34ff09368 100644 --- a/include/oox/ole/axbinarywriter.hxx +++ b/include/oox/ole/axbinarywriter.hxx @@ -144,7 +144,6 @@ private: AxAlignedOutputStream maOutStrm; ///< The input stream to read from. ComplexPropVector maLargeProps; ///< Stores info for all used large properties. ComplexPropVector maStreamProps; ///< Stores info for all used stream data properties. - AxPairData maDummyPairData; ///< Dummy pair for unsupported properties. sal_Int16 mnBlockSize; sal_Int64 mnPropFlagsStart; ///< pos of Prop flags sal_Int64 mnPropFlags; ///< Flags specifying existing properties. diff --git a/include/sfx2/printer.hxx b/include/sfx2/printer.hxx index caed737645d9..f6cda406ca41 100644 --- a/include/sfx2/printer.hxx +++ b/include/sfx2/printer.hxx @@ -34,7 +34,6 @@ struct SfxPrinter_Impl; class SFX2_DLLPUBLIC SfxPrinter : public Printer { private: - JobSetup aOrigJobSetup; SfxItemSet* pOptions; SfxPrinter_Impl* pImpl; bool bKnown; diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx index aa13d4392049..c336d9f808f2 100644 --- a/include/sfx2/sidebar/Deck.hxx +++ b/include/sfx2/sidebar/Deck.hxx @@ -83,7 +83,6 @@ public: private: const OUString msId; - Image maIcon; sal_Int32 mnMinimalWidth; SharedPanelContainer maPanels; VclPtr<DeckTitleBar> mpTitleBar; diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx index 1a8d7415c184..9d286ced863c 100644 --- a/include/svtools/treelistbox.hxx +++ b/include/svtools/treelistbox.hxx @@ -239,7 +239,6 @@ class SVT_DLLPUBLIC SvTreeListBox Link<SvTreeListBox*,void> aSelectHdl; Link<SvTreeListBox*,void> aDeselectHdl; - Accelerator aInpEditAcc; Image aPrevInsertedExpBmp; Image aPrevInsertedColBmp; Image aCurInsertedExpBmp; diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx index 5fa3e216002c..f0cabcfc41a4 100644 --- a/include/svx/fmshell.hxx +++ b/include/svx/fmshell.hxx @@ -87,7 +87,6 @@ class SVX_DLLPUBLIC FmFormShell : public SfxShell class FormShellWaitObject { - VclPtr<vcl::Window> m_pWindow; public: FormShellWaitObject(const FmFormShell* _pShell); ~FormShellWaitObject(); diff --git a/include/svx/fntszctl.hxx b/include/svx/fntszctl.hxx index 5cd78617b2c9..2ac3ad77ea7a 100644 --- a/include/svx/fntszctl.hxx +++ b/include/svx/fntszctl.hxx @@ -34,7 +34,6 @@ class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxFontSizeMenuControl : public SfxMenuContr private: FontSizeMenu* pMenu; Menu& rParent; - SfxStatusForwarder aFontNameForwarder; DECL_LINK_TYPED( MenuSelect, FontSizeMenu *, void ); diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx index eda36c9d5528..ac354de4efb6 100644 --- a/include/svx/sidebar/LinePropertyPanelBase.hxx +++ b/include/svx/sidebar/LinePropertyPanelBase.hxx @@ -160,8 +160,6 @@ private: // multi-images std::unique_ptr<Image[]> mpIMGWidthIcon; - css::uno::Reference<css::frame::XFrame> mxFrame; - /// bitfield bool mbWidthValuable : 1; bool mbArrowSupported; diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index 4df52ef5dabf..5dd4f10832c3 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -819,9 +819,6 @@ typedef ::cppu::WeakAggImplHelper1< class SVX_DLLPUBLIC SvxCustomShape : public SvxShapeText, public SvxShape_UnoImplHelper1 { -private: - rtl::Reference< SvxDrawPage > mxPage; - protected: using SvxUnoTextRangeBase::setPropertyValue; using SvxUnoTextRangeBase::getPropertyValue; diff --git a/include/toolkit/controls/unocontrols.hxx b/include/toolkit/controls/unocontrols.hxx index 8b8b88b2da3e..31b92959b7c5 100644 --- a/include/toolkit/controls/unocontrols.hxx +++ b/include/toolkit/controls/unocontrols.hxx @@ -238,8 +238,6 @@ private: bool mbAdjustingImagePosition; bool mbAdjustingGraphic; - css::uno::Reference< css::graphic::XGraphicObject > mxGrfObj; - protected: GraphicControlModel( const css::uno::Reference< css::uno::XComponentContext >& rxContext ) :UnoControlModel( rxContext ) diff --git a/include/unotools/collatorwrapper.hxx b/include/unotools/collatorwrapper.hxx index c968178f1199..a3ef7b531acf 100644 --- a/include/unotools/collatorwrapper.hxx +++ b/include/unotools/collatorwrapper.hxx @@ -30,7 +30,6 @@ namespace com { namespace sun { namespace star { namespace uno { class UNOTOOLS_DLLPUBLIC CollatorWrapper { private: - css::uno::Reference< css::uno::XComponentContext > mxServiceFactory; css::uno::Reference< css::i18n::XCollator > mxInternationalCollator; public: diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx index 573c89e97292..e0d0ab3f2660 100644 --- a/include/unotools/confignode.hxx +++ b/include/unotools/confignode.hxx @@ -54,8 +54,6 @@ namespace utl m_xReplaceAccess; /// replacing child values css::uno::Reference< css::container::XNameContainer > m_xContainerAccess; /// modifying set nodes (optional interface of our UNO object) - css::uno::Reference< css::uno::XInterface > - m_xDummy; bool m_bEscapeNames; /// escape names before accessing children ? OUString m_sCompletePath; diff --git a/include/vbahelper/vbacollectionimpl.hxx b/include/vbahelper/vbacollectionimpl.hxx index bd3ffdd06e9a..5adcb042a466 100644 --- a/include/vbahelper/vbacollectionimpl.hxx +++ b/include/vbahelper/vbacollectionimpl.hxx @@ -84,16 +84,12 @@ class VBAHELPER_DLLPUBLIC SimpleEnumerationBase : public EnumerationHelper_BASE { public: explicit SimpleEnumerationBase( - const css::uno::Reference< ov::XHelperInterface >& rxParent, - const css::uno::Reference< css::uno::XComponentContext >& rxContext, const css::uno::Reference< css::container::XEnumeration >& rxEnumeration ) throw (css::uno::RuntimeException) : - mxParent( rxParent ), mxContext( rxContext ), mxEnumeration( rxEnumeration ) {} + mxEnumeration( rxEnumeration ) {} explicit SimpleEnumerationBase( - const css::uno::Reference< ov::XHelperInterface >& rxParent, - const css::uno::Reference< css::uno::XComponentContext >& rxContext, const css::uno::Reference< css::container::XIndexAccess >& rxIndexAccess ) throw (css::uno::RuntimeException) : - mxParent( rxParent ), mxContext( rxContext ), mxEnumeration( new SimpleIndexAccessToEnumeration( rxIndexAccess ) ) {} + mxEnumeration( new SimpleIndexAccessToEnumeration( rxIndexAccess ) ) {} virtual sal_Bool SAL_CALL hasMoreElements() throw (css::uno::RuntimeException, std::exception) override { @@ -110,8 +106,6 @@ public: virtual css::uno::Any createCollectionObject( const css::uno::Any& rSource ) = 0; protected: - css::uno::Reference< ov::XHelperInterface > mxParent; - css::uno::Reference< css::uno::XComponentContext > mxContext; css::uno::Reference< css::container::XEnumeration > mxEnumeration; }; |