summaryrefslogtreecommitdiffstats
path: root/include/filter/msfilter
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-05-12 17:39:21 +0200
committerJan Holesovsky <kendy@suse.cz>2013-05-12 18:05:26 +0200
commitb5465ea16383975357a774128a3432cb2a4a5d27 (patch)
tree4c55ba7536be674cf4f0847345d2926542920d76 /include/filter/msfilter
parentResolves: #i119450# Added EMR_ALPHABLEND case to EnhWMFReader (diff)
downloadcore-b5465ea16383975357a774128a3432cb2a4a5d27.tar.gz
core-b5465ea16383975357a774128a3432cb2a4a5d27.zip
Revert "bnc#758621: show preset texts in slide placeholder"
This reverts commit 95bb951826c7fbaafb055008416f4f1d5cfc95dc. Mid-air collision :-) I've been working on an improvement based on this patch when Muthu pushed it - the following commits are based on the Felix's work, thank you Felix! Change-Id: I12d649219911815e6b97d62f4584fa4d258d8917
Diffstat (limited to 'include/filter/msfilter')
-rw-r--r--include/filter/msfilter/svdfppt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index f21323c68904..2fbf096aec58 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -1200,7 +1200,7 @@ struct ImplPPTTextObj
explicit ImplPPTTextObj( PptSlidePersistEntry& rPersistEntry ) : mrPersistEntry ( rPersistEntry ) {};
};
-class MSFILTER_DLLPUBLIC PPTTextObj
+class PPTTextObj
{
ImplPPTTextObj* mpImplTextObj;
void ImplClear();