diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-29 11:21:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-29 11:21:20 +0000 |
commit | c1877dc19b6962d44f21e3a05f0cc058786cb088 (patch) | |
tree | 9d0a9b9a295cd10e37ca10c44681e5a7de7d6555 /svtools/source/edit/svmedit.cxx | |
parent | 2f31de2a081e62b7d94c92a516f4ce8391f97a92 (diff) |
#i10000#: fix includes
Diffstat (limited to 'svtools/source/edit/svmedit.cxx')
-rw-r--r-- | svtools/source/edit/svmedit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx index dbfdfb8edbf1..35796425ebfe 100644 --- a/svtools/source/edit/svmedit.cxx +++ b/svtools/source/edit/svmedit.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svmedit.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: hr $ $Date: 2007-06-27 21:30:25 $ + * last change: $Author: hr $ $Date: 2007-06-29 12:21:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ #include <svtools/undo.hxx> #endif -#include "textwindowpeer.hxx" +#include <svtools/textwindowpeer.hxx> // IDs erstmal aus VCL geklaut, muss mal richtig delivert werden... #define SV_MENU_EDIT_UNDO 1 |