diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-09 11:05:09 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-09 11:05:09 +0200 |
commit | d30937f3ef1f1c8c2f38d0923ab30607c0aceb7f (patch) | |
tree | a944a229064524dfe7dcdeb55254ab123b6be434 /framework/source | |
parent | dd69dd837a389426253bdb7e01da78352a1f276a (diff) |
slidecopy: separate resource ID number circles for svl and svtools (thanks to MBA for the patch)
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/backingwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/backingwindow.cxx b/framework/source/services/backingwindow.cxx index 3e9071052011..12f8743f7032 100644 --- a/framework/source/services/backingwindow.cxx +++ b/framework/source/services/backingwindow.cxx @@ -45,7 +45,7 @@ #include "unotools/dynamicmenuoptions.hxx" #include "svtools/imagemgr.hxx" -#include "svl/svtools.hrc" +#include "svtools/svtools.hrc" #include "comphelper/processfactory.hxx" #include "comphelper/sequenceashashmap.hxx" |