diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-14 23:31:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-14 23:31:23 +0000 |
commit | 0f2bd8c3357f80356eeddef9ca671bc1f23ba536 (patch) | |
tree | c593fc560d5074f3f974e70cfc050b1aa35352f2 /basegfx/source/tools/debugplotter.cxx | |
parent | 3fc5c6a1a2f50a3440229f3499ab33ae7c39fff8 (diff) |
#i10000# add precompiled header declaration
Diffstat (limited to 'basegfx/source/tools/debugplotter.cxx')
-rwxr-xr-x | basegfx/source/tools/debugplotter.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/tools/debugplotter.cxx b/basegfx/source/tools/debugplotter.cxx index acd94e12ea65..399ac456df8e 100755 --- a/basegfx/source/tools/debugplotter.cxx +++ b/basegfx/source/tools/debugplotter.cxx @@ -2,9 +2,9 @@ * * $RCSfile: debugplotter.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-12-13 15:08:35 $ + * last change: $Author: kz $ $Date: 2006-12-15 00:31:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basegfx.hxx" + #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif |