diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:35:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:35:31 +0000 |
commit | 005d94e26c28e5d53e29df39e6d107b2224bac0c (patch) | |
tree | 9a89c544df50677d31d2b003719a116528fec37a /xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | |
parent | 0d35c5ecd34e3b388862ec55ae2895f9342ec712 (diff) |
INTEGRATION: CWS pchfix02 (1.26.38); FILE MERGED
2006/09/01 18:00:48 kaib 1.26.38.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx')
-rw-r--r-- | xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index e6ee38ec9..b1da9cc17 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: digitalsignaturesdialog.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: vg $ $Date: 2006-04-07 14:23:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:35:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_xmlsecurity.hxx" #include <xmlsecurity/digitalsignaturesdialog.hxx> #include <xmlsecurity/certificatechooser.hxx> #include <xmlsecurity/certificateviewer.hxx> |