summaryrefslogtreecommitdiff
path: root/sw/inc/hhcwrp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-20 09:39:07 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-20 12:17:01 +0000
commit9ab408277b8c68f3d987a36744171fc0ef1de2f6 (patch)
tree9b3a8866e2e61a86be84cd77b03e9ccbabbdc80b /sw/inc/hhcwrp.hxx
parent35a48ceb1d92021aa9ce1d17509cd72acc84c718 (diff)
loplugin:expandablemethodds in sw(part1)
Change-Id: Ic3a558e6b646b6b6bc4cb7e09a00695553023534 Reviewed-on: https://gerrit.libreoffice.org/30073 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/hhcwrp.hxx')
-rw-r--r--sw/inc/hhcwrp.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx
index 59321343c6f1..3248b62daab7 100644
--- a/sw/inc/hhcwrp.hxx
+++ b/sw/inc/hhcwrp.hxx
@@ -69,9 +69,6 @@ class SW_DLLPUBLIC SwHHCWrapper : public editeng::HangulHanjaConversion
SwPaM *pCursor );
void ChangeText_impl( const OUString &rNewText, bool bKeepAttributes );
- inline bool IsDrawObj() { return m_bIsDrawObj; }
- inline void SetDrawObj( bool bNew ) { m_bIsDrawObj = bNew; }
-
protected:
virtual void GetNextPortion( OUString& rNextPortion,
LanguageType& rLangOfPortion,