summaryrefslogtreecommitdiff
path: root/include/svx/Palette.hxx
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2016-08-02 23:53:38 +0530
committerTomaž Vajngerl <quikee@gmail.com>2016-08-03 14:19:51 +0000
commit571866eaba914742a48938abb6c8495e97868bf1 (patch)
treee2b80dbb49f0f011dea676d1a60cd2b24943b61b /include/svx/Palette.hxx
parent569825ea2b64f3682932cd07dae2b244854f4157 (diff)
[GSoC] Rework of color tab
New Features - 1. Multiple Palettes in color tab. 2. Remember the selected palette. 3. Recent colors. 4. Custom colors. Change-Id: I36a438a0c282059ddcbda35f934fcd90337fd451 Reviewed-on: https://gerrit.libreoffice.org/26868 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx/Palette.hxx')
-rw-r--r--include/svx/Palette.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/Palette.hxx b/include/svx/Palette.hxx
index 1cbb83e2c94a..ffbd529fbe2f 100644
--- a/include/svx/Palette.hxx
+++ b/include/svx/Palette.hxx
@@ -29,7 +29,7 @@ class SvFileStream;
typedef std::pair<Color, OUString> NamedColor;
typedef std::vector< NamedColor > ColorList;
-class Palette
+class SVX_DLLPUBLIC Palette
{
public:
virtual ~Palette();
@@ -43,7 +43,7 @@ public:
// ASE = Adobe Swatch Exchange
-class PaletteASE : public Palette
+class SVX_DLLPUBLIC PaletteASE : public Palette
{
bool mbValidPalette;
OUString maFPath;
@@ -64,7 +64,7 @@ public:
// GPL - this is *not* GNU Public License, but is the Gimp PaLette
-class PaletteGPL : public Palette
+class SVX_DLLPUBLIC PaletteGPL : public Palette
{
bool mbLoadedPalette;
bool mbValidPalette;
@@ -89,7 +89,7 @@ public:
// SOC - Star Office Color-table
-class PaletteSOC : public Palette
+class SVX_DLLPUBLIC PaletteSOC : public Palette
{
bool mbLoadedPalette;
OUString maFPath;
@@ -108,4 +108,4 @@ public:
#endif // INCLUDED_SVX_PALETTE_HXX
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file