diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-11-28 10:47:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-11-28 10:47:00 +0000 |
commit | c61a2607301be4cbe561027229cecd724e0d25ef (patch) | |
tree | 2bf1118a063256f4cf2f3d364c572816a3288925 | |
parent | 68e8f792644e1b5028badd45ff4597dfa30fc07c (diff) |
#65293# typo
-rw-r--r-- | sfx2/source/toolbox/imgmgr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/toolbox/imgmgr.cxx b/sfx2/source/toolbox/imgmgr.cxx index d144e809eb94..b57114f045be 100644 --- a/sfx2/source/toolbox/imgmgr.cxx +++ b/sfx2/source/toolbox/imgmgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: imgmgr.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mba $ $Date: 2001-11-27 11:00:49 $ + * last change: $Author: obo $ $Date: 2001-11-28 11:47:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ #include <tools/urlobj.hxx> #include <unotools/ucbstreamhelper.hxx> #include <svtools/miscopt.hxx> -#include <framework/Imagesconfiguration.hxx> +#include <framework/imagesconfiguration.hxx> #pragma hdrstop |