diff options
Diffstat (limited to 'sc/source/ui/view/tabvwsh.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwsh.cxx b/sc/source/ui/view/tabvwsh.cxx index dde0afd8fa1c..1bc0e52b4bf1 100644 --- a/sc/source/ui/view/tabvwsh.cxx +++ b/sc/source/ui/view/tabvwsh.cxx @@ -34,8 +34,8 @@ #include "reffact.hxx" #include "scresid.hxx" #include "dwfunctr.hxx" -#include "sc.hrc" // -> SID_TOOL_xxx -#include "drawattr.hxx" // -> SvxDrawToolItem +#include "sc.hrc" +#include "drawattr.hxx" #include "spelldialog.hxx" |