diff options
Diffstat (limited to 'sc/source/ui/inc/cellsh.hxx')
-rw-r--r-- | sc/source/ui/inc/cellsh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx index 98f679589c80..a60d1fcafaae 100644 --- a/sc/source/ui/inc/cellsh.hxx +++ b/sc/source/ui/inc/cellsh.hxx @@ -21,14 +21,14 @@ #define INCLUDED_SC_SOURCE_UI_INC_CELLSH_HXX #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> #include <sfx2/module.hxx> #include <svx/svdmark.hxx> #include <unotools/caserotate.hxx> #include <tools/link.hxx> #include <memory> #include "formatsh.hxx" -#include "address.hxx" +#include <address.hxx> #include <vcl/window.hxx> #include <rtl/ref.hxx> |