diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:52:17 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:52:17 +0000 |
commit | e3964655d84678d2d68c866f57c1e99ad1b86bcb (patch) | |
tree | b354b656900034ca6074982fa7ee91f2c0d6b12b | |
parent | 12bfcdbd6b5c3c2fa30d501313f0efd7c436490f (diff) |
INTEGRATION: CWS aw024 (1.11.12); FILE MERGED
2006/11/10 03:47:30 aw 1.11.12.4: RESYNC: (1.13-1.14); FILE MERGED
2006/09/21 19:36:07 aw 1.11.12.3: RESYNC: (1.12-1.13); FILE MERGED
2006/07/04 13:22:33 aw 1.11.12.2: RESYNC: (1.11-1.12); FILE MERGED
2006/05/16 10:56:53 aw 1.11.12.1: changes after resync
-rw-r--r-- | svx/source/tbxctrls/colrctrl.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/colrctrl.cxx b/svx/source/tbxctrls/colrctrl.cxx index b93b2ac06997..36f6d0f835ef 100644 --- a/svx/source/tbxctrls/colrctrl.cxx +++ b/svx/source/tbxctrls/colrctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: colrctrl.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2006-10-12 13:19:21 $ + * last change: $Author: ihi $ $Date: 2006-11-14 13:52:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,6 +64,10 @@ #include "dialmgr.hxx" #include "xexch.hxx" +#ifndef _SV_SVAPP_HXX +#include <vcl/svapp.hxx> +#endif + SFX_IMPL_DOCKINGWINDOW( SvxColorChildWindow, SID_COLOR_CONTROL ) // ------------------------ |