diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:32:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:32:29 +0000 |
commit | b72f6bfd68d9de3e252abecc630f86cb8981b6a2 (patch) | |
tree | f74e35195b3c5d7eefb3eb40a76fb28475c89a7b /vcl/source | |
parent | 6ed68db0c71292a1b73d062c077576c1bc6f3ce7 (diff) |
INTEGRATION: CWS aw033 (1.23.22); FILE MERGED
2008/05/14 15:08:27 aw 1.23.22.6: RESYNC: (1.28-1.29); FILE MERGED
2008/03/14 14:35:07 cl 1.23.22.5: RESYNC: (1.27-1.28); FILE MERGED
2007/12/03 16:42:05 aw 1.23.22.4: RESYNC: (1.26-1.27); FILE MERGED
2007/08/09 19:46:53 aw 1.23.22.3: RESYNC: (1.24-1.26); FILE MERGED
2007/05/23 22:06:33 aw 1.23.22.2: RESYNC: (1.23-1.24); FILE MERGED
2007/01/19 17:11:56 aw 1.23.22.1: changes after resync, problems with math includes
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/dbggui.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index 8be076f854e7..c8567264b9b9 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: dbggui.cxx,v $ - * $Revision: 1.30 $ + * $Revision: 1.31 $ * * This file is part of OpenOffice.org. * @@ -31,7 +31,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" - +#include <sal/config.h> #ifdef DBG_UTIL |