diff options
author | Oliver Specht <os@openoffice.org> | 2001-03-13 12:10:03 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-03-13 12:10:03 +0000 |
commit | 405843aa2e629a6e8b599597d18fdfd8245d1c15 (patch) | |
tree | 9d9d7a3f7f67364fb3c9a50bd8dabfdd7731a196 | |
parent | 95ccdfaa30c6e8aecfcde36c4f084441c3a45ce1 (diff) |
pch corrected
-rw-r--r-- | sw/source/ui/uno/unodispatch.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/uno/unodispatch.cxx b/sw/source/ui/uno/unodispatch.cxx index e26bb15556b5..141e95a0379a 100644 --- a/sw/source/ui/uno/unodispatch.cxx +++ b/sw/source/ui/uno/unodispatch.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unodispatch.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: os $ $Date: 2001-03-13 11:43:03 $ + * last change: $Author: os $ $Date: 2001-03-13 13:10:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,7 @@ ************************************************************************/ #ifdef PRECOMPILED -#include "core_pch.hxx" +#include "ui_pch.hxx" #endif #pragma hdrstop |