summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-09 08:55:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-09 08:55:45 +0200
commit10b03e6ea8d93c5f47c68177fd73269a628e630d (patch)
tree00a4563eb2180c80392f26bfa93b06cfff54a8c7 /include
parentf66b76a4d20719e4c13bd755c49f8140a0e72816 (diff)
-Werror,-Wunused-private-field
Change-Id: Id42e8699f5cfb420d49f7223ee288090539f2492
Diffstat (limited to 'include')
-rw-r--r--include/svtools/DocumentInfoPreview.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/DocumentInfoPreview.hxx b/include/svtools/DocumentInfoPreview.hxx
index c4e48d697a12..f071fdaf568f 100644
--- a/include/svtools/DocumentInfoPreview.hxx
+++ b/include/svtools/DocumentInfoPreview.hxx
@@ -55,7 +55,6 @@ public:
private:
VclPtr<ExtMultiLineEdit> m_pEditWin;
std::unique_ptr< SvtDocInfoTable_Impl > m_xInfoTable;
- LanguageTag m_aLanguageTag;
void insertEntry(OUString const & title, OUString const & value);