diff options
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/vba/makefile.mk | 4 | ||||
-rw-r--r-- | sc/source/ui/vba/testvba/makefile.mk | 5 | ||||
-rw-r--r-- | sc/source/ui/view/cellsh.cxx | 3 | ||||
-rw-r--r-- | sc/source/ui/view/formatsh.cxx | 3 | ||||
-rwxr-xr-x[-rw-r--r--] | sc/source/ui/view/printfun.cxx | 0 | ||||
-rw-r--r-- | sc/source/ui/view/tabvwsh.cxx | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/sc/source/ui/vba/makefile.mk b/sc/source/ui/vba/makefile.mk index 5842b90237ff..dd489830b1c6 100644 --- a/sc/source/ui/vba/makefile.mk +++ b/sc/source/ui/vba/makefile.mk @@ -37,10 +37,6 @@ VISIBILITY_HIDDEN=TRUE .INCLUDE : settings.mk DLLPRE = -.IF "$(ENABLE_VBA)"!="YES" -dummy: - @echo "not building vba..." -.ENDIF .IF "$(L10N_framework)"=="" INCPRE=$(INCCOM)$/$(TARGET) diff --git a/sc/source/ui/vba/testvba/makefile.mk b/sc/source/ui/vba/testvba/makefile.mk index fb131f314ed3..534085e326e1 100644 --- a/sc/source/ui/vba/testvba/makefile.mk +++ b/sc/source/ui/vba/testvba/makefile.mk @@ -36,11 +36,6 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk DLLPRE = -.IF "$(ENABLE_VBA)"!="YES" -dummy: - @echo "not building vba..." -.ENDIF - INCPRE=$(INCCOM)$/$(TARGET) CDEFS+=-DVBA_OOBUILD_HACK # ------------------------------------------------------------------ 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 377ebed987f2..3badf7dc1faf 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/printfun.cxx b/sc/source/ui/view/printfun.cxx index 378ea1233cf9..378ea1233cf9 100644..100755 --- a/sc/source/ui/view/printfun.cxx +++ b/sc/source/ui/view/printfun.cxx 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)) |