summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPiet van Oostrum <piet@vanoostrum.org>2015-11-26 18:37:56 +0400
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-05-19 23:41:32 +0200
commitfe99cb040ef087618973332802877fff45e9b7fc (patch)
tree490a89274e5029fdcb78f8f3f230716c22730fa1 /include
parenta2b8ede5b45101c45291d1e1e96e7fa1ad47dd2b (diff)
tdf#79082 Correctly import PPT tabs
Change-Id: I7ac5ccb356501983da645f0a6037b5292ce8b5b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/20207 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Jenkins (cherry picked from commit 070f44e3b2d7dcf26de68ee46c50dad5c0cf2170) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94427 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include')
-rw-r--r--include/filter/msfilter/svdfppt.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index efe56823e1c9..e7ee75ec0bde 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -1148,9 +1148,6 @@ class MSFILTER_DLLPUBLIC PPTParagraphObj
void operator=(PPTParagraphObj const&) = delete;
public:
-
- bool mbTab; // if true, this paragraph has tabulators in text
-
sal_uInt32 mnCurrentObject;
::std::vector<std::unique_ptr<PPTPortionObj>> m_PortionList;