summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-19 15:17:30 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-01-20 08:13:51 +0000
commit4ff5a5558472beee85eb1234dcc2aa2ed9000f6c (patch)
treeb2a0a83933064b7a22db0e27c0a3d8b7339053de /include
parent3179e8f7e6ce550bbe766ed730e68b0374944dd5 (diff)
loplugin:unusedmethods
Change-Id: Ib2dc804f55d1a96ae01f2cf31b7d55956040a72e Reviewed-on: https://gerrit.libreoffice.org/21603 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/formula/tokenarray.hxx14
-rw-r--r--include/sax/fastparser.hxx2
-rw-r--r--include/svl/itemset.hxx1
-rw-r--r--include/svl/ownlist.hxx1
-rw-r--r--include/svx/sdr/overlay/overlaymanager.hxx2
5 files changed, 0 insertions, 20 deletions
diff --git a/include/formula/tokenarray.hxx b/include/formula/tokenarray.hxx
index d88f88437946..796059161997 100644
--- a/include/formula/tokenarray.hxx
+++ b/include/formula/tokenarray.hxx
@@ -148,20 +148,6 @@ protected:
*/
FormulaToken* ReplaceToken( sal_uInt16 nOffset, FormulaToken*, ReplaceMode eMode );
- /** Remove a sequence of tokens from pCode array, and pRPN array if the
- tokens are referenced there.
-
- This' nLen and nRPN are adapted, as is nIndex if it points behind
- nOffset. If nIndex points into the to be removed range
- (nOffset < nIndex < nOffset+nCount) it is set to nOffset+1.
-
- @param nOffset
- Start offset into pCode.
- @param nCount
- Count of tokens to remove.
- */
- void RemoveToken( sal_uInt16 nOffset, sal_uInt16 nCount );
-
inline void SetCombinedBitsRecalcMode( ScRecalcMode nBits )
{ nMode |= (nBits & ~RECALCMODE_EMASK); }
inline ScRecalcMode GetCombinedBitsRecalcMode() const
diff --git a/include/sax/fastparser.hxx b/include/sax/fastparser.hxx
index d73091739dd4..206cae8218d2 100644
--- a/include/sax/fastparser.hxx
+++ b/include/sax/fastparser.hxx
@@ -67,8 +67,6 @@ public:
virtual OUString SAL_CALL getImplementationName( ) throw (css::uno::RuntimeException, std::exception) override;
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (css::uno::RuntimeException, std::exception) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (css::uno::RuntimeException, std::exception) override;
-
- bool hasNamespaceURL( const OUString& rPrefix ) const;
};
}
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index 16122cec4176..6607ad5d37b6 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -120,7 +120,6 @@ public:
sal_uInt16 ClearItem( sal_uInt16 nWhich = 0);
void ClearInvalidItems( bool bHardDefault = false );
void InvalidateAllItems(); // HACK(via nWhich = 0) ???
- void InvalidateDefaultItems();
inline void SetParent( const SfxItemSet* pNew );
diff --git a/include/svl/ownlist.hxx b/include/svl/ownlist.hxx
index 460c4a3c0f83..1a47f1a01fe8 100644
--- a/include/svl/ownlist.hxx
+++ b/include/svl/ownlist.hxx
@@ -63,7 +63,6 @@ private:
public:
void Append( const OUString & rCommand, const OUString & rArg );
- void AppendCommands( const OUString & rCmd, sal_Int32 * pEaten );
void FillFromSequence( const css::uno::Sequence < css::beans::PropertyValue >& );
void FillSequence( css::uno::Sequence < css::beans::PropertyValue >& );
diff --git a/include/svx/sdr/overlay/overlaymanager.hxx b/include/svx/sdr/overlay/overlaymanager.hxx
index 09c8505ef819..08a0f3038b86 100644
--- a/include/svx/sdr/overlay/overlaymanager.hxx
+++ b/include/svx/sdr/overlay/overlaymanager.hxx
@@ -109,8 +109,6 @@ namespace sdr
// get the OutputDevice
OutputDevice& getOutputDevice() const { return mrOutputDevice; }
- // Get the draw model.
- const SdrModel* getModel() const { return mpModel; }
// add and remove OverlayObjects
void add(OverlayObject& rOverlayObject);