summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 06:34:05 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 06:34:05 +0000
commit0e7d94eb7cda264348dc03061b2336f6cae26390 (patch)
tree33185f7d14113f3254091ffb57f89f886f19bfc0 /svx/source/dialog
parentf63f50d955a92d96af4c272852fa80e9ccaaa468 (diff)
INTEGRATION: CWS oj14 (1.5.58); FILE MERGED
2006/11/07 18:47:34 oj 1.5.58.1: new ext color scheme
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/optcolor.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/dialog/optcolor.hxx b/svx/source/dialog/optcolor.hxx
index 53b6c18e72f6..9bc635412b43 100644
--- a/svx/source/dialog/optcolor.hxx
+++ b/svx/source/dialog/optcolor.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: optcolor.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:20:54 $
+ * last change: $Author: rt $ $Date: 2007-07-06 07:34:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,7 +53,7 @@
/* -----------------------------25.03.2002 10:40------------------------------
---------------------------------------------------------------------------*/
-namespace svtools {class EditableColorConfig;}
+namespace svtools {class EditableColorConfig;class EditableExtendedColorConfig;}
class ColorConfigCtrl_Impl;
class AbstractSvxNameDialog; //CHINA001 class SvxNameDialog;
class SvxColorOptionsTabPage : public SfxTabPage
@@ -71,6 +71,7 @@ class SvxColorOptionsTabPage : public SfxTabPage
BOOL bFillItemSetCalled;
svtools::EditableColorConfig* pColorConfig;
+ svtools::EditableExtendedColorConfig* pExtColorConfig;
ColorConfigCtrl_Impl* pColorConfigCT;
DECL_LINK(SchemeChangedHdl_Impl, ListBox*);