diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-17 22:18:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-18 07:32:54 +0200 |
commit | 5571d3c8621e18a3bea527da807b7b99d19ec409 (patch) | |
tree | afc8ee14afb5602ca0893c6a18195023a34930a2 /sd/source | |
parent | 2f6bd6799c0b43afa6e01925456054082c6968be (diff) |
CppunitTest_sd_dialogs_test needs sd::ViewShell::GetFrameWeld
...since 88582ebee383c63c3fba588924f36ff7655af9c1 "weld SdCharDlg"
Change-Id: Id6069271806e1a19688debf045169890e557cc66
Reviewed-on: https://gerrit.libreoffice.org/60645
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/inc/ViewShell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index 9596a8d7155d..aee6057b9977 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -152,7 +152,7 @@ public: show running then the active window is a ShowWindow. */ ::sd::Window* GetActiveWindow() const { return mpActiveWindow;} - weld::Window* GetFrameWeld() const; + SD_DLLPUBLIC weld::Window* GetFrameWeld() const; /** Set the active window. When the shell is displayed in the center pane then the window of the ViewShellBase is also set to the given |