summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2020-10-01 22:29:35 -0800
committerJim Raykowski <raykowj@gmail.com>2021-05-11 06:53:36 +0200
commita80eefb7413245f81692c443b06f7d3a6a92f28c (patch)
treefd77d628574c3752117cd4995f4243118976a46c /include/sfx2
parentb137ff671f25a605334083c0f87ada84eaa0fcf2 (diff)
tdf#84502 CuiConfigGroupListBox Macros,Styles like category for Sidebar
Decks Change-Id: I4d41952547c98ba66c40c1aa1e9776cdf31304c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100455 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sfxsids.hrc2
-rw-r--r--include/sfx2/sidebar/Context.hxx4
-rw-r--r--include/sfx2/sidebar/ResourceManager.hxx4
3 files changed, 8 insertions, 2 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index 4bd6c194ff0e..d72bddf3100b 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -327,6 +327,8 @@ class SvxSearchItem;
// Floating Window Template
#define SID_STYLE_DESIGNER (SID_SFX_START + 539)
+#define SID_SIDEBAR_DECK (SID_SFX_START + 850)
+
#define SID_TEMPLATE_ADDRESSBOOKSOURCE (SID_SFX_START + 1655)
// Ruby dialog
diff --git a/include/sfx2/sidebar/Context.hxx b/include/sfx2/sidebar/Context.hxx
index a7d87fdbc11d..f4ca42d753d8 100644
--- a/include/sfx2/sidebar/Context.hxx
+++ b/include/sfx2/sidebar/Context.hxx
@@ -20,9 +20,11 @@
#include <rtl/ustring.hxx>
+#include <sfx2/dllapi.h>
+
namespace sfx2::sidebar
{
-class Context
+class SFX2_DLLPUBLIC Context
{
public:
OUString msApplication;
diff --git a/include/sfx2/sidebar/ResourceManager.hxx b/include/sfx2/sidebar/ResourceManager.hxx
index 6f20c08caba3..9ac1130cc29b 100644
--- a/include/sfx2/sidebar/ResourceManager.hxx
+++ b/include/sfx2/sidebar/ResourceManager.hxx
@@ -23,6 +23,8 @@
#include <vector>
#include <set>
+#include <sfx2/dllapi.h>
+
namespace com::sun::star::frame { class XController; }
namespace com::sun::star::frame { class XModel; }
namespace sfx2::sidebar { class DeckDescriptor; }
@@ -37,7 +39,7 @@ class ContextList;
methods so that the sidebar can easily decide which content panels
to display for a certain context.
*/
-class ResourceManager
+class SFX2_DLLPUBLIC ResourceManager
{
public: