From 90646b4966c73637ddf592acd05b3091fb3fa41f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Nov 2016 13:34:07 +0200 Subject: tdf#103950 Undo does not revert bundled font size changes for table cells Change-Id: Id41b7777739bfa93610f955e6c31f8bb979b8e2c Reviewed-on: https://gerrit.libreoffice.org/30902 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sd/source/ui/inc/DrawViewShell.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/inc') diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index a0de364f6e6b..a752df79070e 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -219,7 +219,7 @@ public: void ExecGoToLastPage (SfxRequest& rReq); void GetStateGoToLastPage (SfxItemSet& rSet); - void ExecChar(SfxRequest& rReq); + SD_DLLPUBLIC void ExecChar(SfxRequest& rReq); void ExecuteAnnotation (SfxRequest& rRequest); void GetAnnotationState (SfxItemSet& rItemSet); -- cgit