diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:14:31 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:14:31 +0000 |
commit | 54a341243224851c40d63d8548f982e6d16b5e30 (patch) | |
tree | bb468dfe48f9ca598d69da5575d92dd484344507 /svx | |
parent | 51c7f7ed2682a490a2f225500163f2120700e851 (diff) |
INTEGRATION: CWS aw024 (1.12.12); FILE MERGED
2006/11/10 03:02:36 aw 1.12.12.4: RESYNC: (1.14-1.15); FILE MERGED
2006/09/21 18:13:08 aw 1.12.12.3: RESYNC: (1.13-1.14); FILE MERGED
2006/07/04 12:05:24 aw 1.12.12.2: RESYNC: (1.12-1.13); FILE MERGED
2006/05/16 11:24:32 aw 1.12.12.1: changes after resync
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/_contdlg.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx index 09e42195769b..22544ad8e13e 100644 --- a/svx/source/dialog/_contdlg.cxx +++ b/svx/source/dialog/_contdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: _contdlg.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-10-12 12:03:56 $ + * last change: $Author: ihi $ $Date: 2006-11-14 13:14:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,6 +89,10 @@ #include "svdopath.hxx" #include "dlgutil.hxx" +#ifndef _SV_SVAPP_HXX +#include <vcl/svapp.hxx> +#endif + /******************************************************************************/ inline String GetUnitString( long nVal_100, FieldUnit eFieldUnit, sal_Unicode cSep ) |