diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-12 12:05:07 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-12 12:05:07 +0100 |
commit | bd22a91eadd65c44a185347d6965802e75a3d630 (patch) | |
tree | 60a3226ed9993ccae1282b1bc256e13df29346c1 /sc/source/ui | |
parent | e0cef95bab1bd41fce1f08be9d6a2fed71f16944 (diff) |
CWS gnumake3: #i116422#: convert svx to new build system
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/view/cellsh.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/view/formatsh.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/view/tabvwsh.cxx | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/ui/view/cellsh.cxx b/sc/source/ui/view/cellsh.cxx index c880a29f8067..c3f763cf1a77 100644 --- a/sc/source/ui/view/cellsh.cxx +++ b/sc/source/ui/view/cellsh.cxx @@ -71,9 +71,6 @@ #define CellMovement #include "scslots.hxx" -#define SearchSettings -#include <svx/svxslots.hxx> - TYPEINIT1( ScCellShell, ScFormatShell ); SFX_IMPL_INTERFACE(ScCellShell, ScFormatShell , ScResId(SCSTR_CELLSHELL) ) diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx index 12a1bb87211b..1ae8980ff21c 100644 --- a/sc/source/ui/view/formatsh.cxx +++ b/sc/source/ui/view/formatsh.cxx @@ -105,9 +105,6 @@ #define FormatForSelection #include "scslots.hxx" -#define Interior -#include <svx/svxslots.hxx> - #include "scabstdlg.hxx" //CHINA001 namespace { diff --git a/sc/source/ui/view/tabvwsh.cxx b/sc/source/ui/view/tabvwsh.cxx index 4b0060c88c4d..bdeb74a2d101 100644 --- a/sc/source/ui/view/tabvwsh.cxx +++ b/sc/source/ui/view/tabvwsh.cxx @@ -57,9 +57,6 @@ #define ScTabViewShell #include "scslots.hxx" -#define SearchSettings -#include <svx/svxslots.hxx> - TYPEINIT2(ScTabViewShell,SfxViewShell,SfxListener); SFX_IMPL_INTERFACE(ScTabViewShell,SfxViewShell,ScResId(SCSTR_TABVIEWSHELL)) |