diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:32:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:32:12 +0000 |
commit | ac633999b4ddfe270e2a4f7df910186767593e03 (patch) | |
tree | 6e4c7d6fc99680049a0e45e0cc7ffe2960c4362e /svx/source/mnuctrls | |
parent | 5e1d2c3865c2597615762df1bbe3b496a9fae695 (diff) |
INTEGRATION: CWS vgbugs07 (1.13.320); FILE MERGED
2007/06/04 13:27:07 vg 1.13.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/mnuctrls')
-rw-r--r-- | svx/source/mnuctrls/clipboardctl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/mnuctrls/clipboardctl.cxx b/svx/source/mnuctrls/clipboardctl.cxx index dbd2159d1f6f..4aba22a4382a 100644 --- a/svx/source/mnuctrls/clipboardctl.cxx +++ b/svx/source/mnuctrls/clipboardctl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: clipboardctl.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-10-12 12:56:51 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:32:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,7 +72,7 @@ #endif #include <svtools/insdlg.hxx> -#include "svxids.hrc" +#include <svx/svxids.hrc> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; |