diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-09 07:11:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-09 07:11:22 +0000 |
commit | 462830721d12c661ee88dd5409531138616ca496 (patch) | |
tree | 764b01c13b714e679d4407eff2b2e7f2ca9495a0 /svx/source/tbxctrls | |
parent | dd2a52c5f884bbb077e2d54b6f301698bbb6d16b (diff) |
#i79376# Include path fixes. Patch by pjanik.
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/tbxcolorupdate.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/tbxcolorupdate.cxx b/svx/source/tbxctrls/tbxcolorupdate.cxx index 7ad788e6ddc5..cfc7f771855b 100644 --- a/svx/source/tbxctrls/tbxcolorupdate.cxx +++ b/svx/source/tbxctrls/tbxcolorupdate.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tbxcolorupdate.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2007-07-06 07:44:18 $ + * last change: $Author: rt $ $Date: 2007-07-09 08:11:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,7 +34,7 @@ ************************************************************************/ #include <svx/tbxcolorupdate.hxx> -#include "svxids.hrc" +#include <svx/svxids.hrc> #include <vcl/toolbox.hxx> #include <vcl/bmpacc.hxx> |