summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/NumberingManager.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-20 16:03:50 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-21 07:58:51 +0000
commit6ea66657ebca5b3ec63f93b496b812888e0d53c9 (patch)
tree9f623491080bd49f3bc077bf3a4324033b793e33 /writerfilter/source/dmapper/NumberingManager.hxx
parentf6f415a6690baf5420bd2561353199d5dc1209a8 (diff)
loplugin:unusedmethods writerfilter
Change-Id: I52441115e14da6c1bcd7ba4926a0f3cc0620366e Reviewed-on: https://gerrit.libreoffice.org/17236 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'writerfilter/source/dmapper/NumberingManager.hxx')
-rw-r--r--writerfilter/source/dmapper/NumberingManager.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/writerfilter/source/dmapper/NumberingManager.hxx b/writerfilter/source/dmapper/NumberingManager.hxx
index bbc9ba97ef3c..38d7613df0a9 100644
--- a/writerfilter/source/dmapper/NumberingManager.hxx
+++ b/writerfilter/source/dmapper/NumberingManager.hxx
@@ -83,7 +83,6 @@ public:
void SetGraphicBitmap(css::uno::Reference<css::graphic::XGraphic> const& sValue)
{ m_sGraphicBitmap = sValue; }
void SetParaStyle( std::shared_ptr< StyleSheetEntry > pStyle );
- void AddRGBXchNums( const OUString& sValue ) { m_sRGBXchNums += sValue; };
// Getters
OUString GetBulletChar( ) { return m_sBulletChar; };
@@ -152,7 +151,6 @@ public:
// Setters using during the import
void SetId( sal_Int32 nId ) { m_nId = nId; };
void SetValue( sal_uInt32 nSprmId, sal_Int32 nValue );
- void AddRGISTD( const OUString& sValue ) { m_sRGISTD += sValue; };
// Accessors
sal_Int32 GetId( ) { return m_nId; };
@@ -237,14 +235,6 @@ public:
typedef std::shared_ptr< ListsManager > Pointer;
- // Config methods
- void SetLFOImport( bool bLFOImport ) { m_bIsLFOImport = bLFOImport; };
-
- // Numberings accessors
- AbstractListDef::Pointer GetCurrentDef( ) { return m_pCurrentDefinition; };
-
- sal_uInt32 Size() const
- { return sal_uInt32( m_aLists.size( ) ); };
ListDef::Pointer GetList( sal_Int32 nId );
// Mapping methods