summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 16:39:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-23 11:55:13 +0100
commit3010e0a6b7f4f41f8bda43d0e9931ef731090f48 (patch)
tree8b96171052de1d6e687e56b1c873f3564f5c6394 /include/editeng
parentadb2b8ffd742c94a4fd9899164c6a11037a3bde1 (diff)
loplugin:unusedfields in editeng
Change-Id: Ic237f67cb48d8894227805904fbba3b7865b2358 Reviewed-on: https://gerrit.libreoffice.org/68230 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editdata.hxx2
-rw-r--r--include/editeng/outliner.hxx1
-rw-r--r--include/editeng/unolingu.hxx2
3 files changed, 0 insertions, 5 deletions
diff --git a/include/editeng/editdata.hxx b/include/editeng/editdata.hxx
index d0517d1dc413..dc882a93d165 100644
--- a/include/editeng/editdata.hxx
+++ b/include/editeng/editdata.hxx
@@ -255,8 +255,6 @@ struct RtfImportInfo
int nToken;
short nTokenValue;
- OUString aText;
-
RtfImportInfo( RtfImportState eState, SvParser<int>* pPrsrs, const ESelection& rSel );
~RtfImportInfo();
};
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx
index 67d2c47bb222..718424ae463a 100644
--- a/include/editeng/outliner.hxx
+++ b/include/editeng/outliner.hxx
@@ -546,7 +546,6 @@ struct EBulletInfo
sal_uInt16 nType; // see SvxNumberType
OUString aText;
SvxFont aFont;
- Graphic aGraphic;
sal_Int32 nParagraph;
tools::Rectangle aBounds;
diff --git a/include/editeng/unolingu.hxx b/include/editeng/unolingu.hxx
index 4575e201d5ac..6e1b81177640 100644
--- a/include/editeng/unolingu.hxx
+++ b/include/editeng/unolingu.hxx
@@ -91,8 +91,6 @@ namespace com { namespace sun { namespace star { namespace linguistic2 {
struct SvxAlternativeSpelling
{
OUString aReplacement;
- css::uno::Reference< css::linguistic2::XHyphenatedWord >
- xHyphWord;
sal_Int16 nChangedPos,
nChangedLength;
bool bIsAltSpelling;