From dca61b588a2426cfe9a18e4a1074b380e42884d7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Nov 2016 09:33:15 +0200 Subject: loplugin:expandablemethods in lotuswordpro..package Change-Id: Ic9827c998f4f78775fdf5c1eaf9d4749d4986102 Reviewed-on: https://gerrit.libreoffice.org/30682 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/oox/dump/dumperbase.hxx | 3 --- include/oox/ole/vbaproject.hxx | 6 ------ 2 files changed, 9 deletions(-) (limited to 'include/oox') diff --git a/include/oox/dump/dumperbase.hxx b/include/oox/dump/dumperbase.hxx index 917835fd04f4..772197a538ee 100644 --- a/include/oox/dump/dumperbase.hxx +++ b/include/oox/dump/dumperbase.hxx @@ -320,7 +320,6 @@ public: static void appendToken( OUStringBuffer& rStr, const OUString& rToken, sal_Unicode cSep = OOX_DUMP_LISTSEP ); - static void appendIndex( OUStringBuffer& rStr, const OUString& rIdx ); static void appendIndex( OUStringBuffer& rStr, sal_Int64 nIdx ); static OUString getToken( const OUString& rData, sal_Int32& rnPos, sal_Unicode cSep = OOX_DUMP_LISTSEP ); @@ -879,7 +878,6 @@ protected: virtual bool implIsValid() const override; const OUString* implGetOption( const OUString& rKey ) const; - NameListRef implGetNameList( const OUString& rListName ) const; private: typedef std::shared_ptr< SharedConfigData > SharedConfigDataRef; @@ -1638,7 +1636,6 @@ protected: sal_Int64 getRecId() const { return mnRecId; } sal_Int64 getRecSize() const { return mnRecSize; } - NameListRef getRecNames() const { return maRecNames.getNameList( cfg() ); } virtual bool implIsValid() const override; virtual void implDump() override; diff --git a/include/oox/ole/vbaproject.hxx b/include/oox/ole/vbaproject.hxx index 6949834eadf8..c29a8eaa2ce0 100644 --- a/include/oox/ole/vbaproject.hxx +++ b/include/oox/ole/vbaproject.hxx @@ -142,12 +142,6 @@ public: /** Attaches VBA macros to objects registered via registerMacroAttacher(). */ void attachMacros(); - /** Returns true, if the document contains at least one code module. */ - bool hasModules() const; - - /** Returns true, if the document contains at least one dialog. */ - bool hasDialogs() const; - void setOleOverridesSink( css::uno::Reference< css::container::XNameContainer >& rxOleOverridesSink ){ mxOleOverridesSink = rxOleOverridesSink; } protected: -- cgit