summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-10-29 15:36:30 +0200
committerMathias Bauer <mba@openoffice.org>2010-10-29 15:36:30 +0200
commit906a01fb556771d1bd92af4017858a0a5ed3a601 (patch)
tree92546e83685055d801e66a11a5f012d8f78aefda /sc/source
parent91f418099eccc7e1d15d7fcd9ebaea75cb69a716 (diff)
CWS gnumake2: resolve conflicts and make sources buildable on Linux
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/inc/tabbgcolordlg.hxx4
-rw-r--r--sc/source/ui/view/prevwsh.cxx5
-rw-r--r--sc/source/ui/view/tabvwsh.cxx7
3 files changed, 0 insertions, 16 deletions
diff --git a/sc/source/ui/inc/tabbgcolordlg.hxx b/sc/source/ui/inc/tabbgcolordlg.hxx
index eb6620a8eae4..64145a58a07c 100644
--- a/sc/source/ui/inc/tabbgcolordlg.hxx
+++ b/sc/source/ui/inc/tabbgcolordlg.hxx
@@ -32,12 +32,8 @@
#define SC_TABBGCOLORDLG_HXX
#include <vcl/dialog.hxx>
-<<<<<<< local
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
-=======
-#include <vcl/imagebtn.hxx>
->>>>>>> other
#include <svtools/valueset.hxx>
//------------------------------------------------------------------------
diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx
index bd5d59718873..6e28d6ba846d 100644
--- a/sc/source/ui/view/prevwsh.cxx
+++ b/sc/source/ui/view/prevwsh.cxx
@@ -108,11 +108,7 @@ SFX_IMPL_INTERFACE( ScPreviewShell, SfxViewShell, ScResId(SCSTR_PREVIEWSHELL) )
SFX_POPUPMENU_REGISTRATION(ScResId(RID_POPUP_PREVIEW));
}
-<<<<<<< local
-SFX_IMPL_VIEWFACTORY( ScPreviewShell )
-=======
SFX_IMPL_NAMED_VIEWFACTORY( ScPreviewShell, "PrintPreview" )
->>>>>>> other
{
SFX_VIEW_REGISTRATION(ScDocShell);
}
@@ -144,7 +140,6 @@ void ScPreviewShell::Construct( Window* pParent )
if (pDrawBC)
StartListening(*pDrawBC);
-// pPreview->Show(); // wird vom Sfx angezeigt
pHorScroll->Show();
pVerScroll->Show();
pCorner->Show();
diff --git a/sc/source/ui/view/tabvwsh.cxx b/sc/source/ui/view/tabvwsh.cxx
index 1e647ce88780..4b0060c88c4d 100644
--- a/sc/source/ui/view/tabvwsh.cxx
+++ b/sc/source/ui/view/tabvwsh.cxx
@@ -96,17 +96,10 @@ SFX_IMPL_INTERFACE(ScTabViewShell,SfxViewShell,ScResId(SCSTR_TABVIEWSHELL))
SFX_CHILDWINDOW_REGISTRATION(GalleryChildWindow::GetChildWindowId());
SFX_CHILDWINDOW_REGISTRATION(ScSpellDialogChildWindow::GetChildWindowId());
SFX_CHILDWINDOW_REGISTRATION( ::avmedia::MediaPlayer::GetChildWindowId() );
-
- //<!--Added by PengYunQuan for Validity Cell Range Picker
SFX_CHILDWINDOW_REGISTRATION(ScValidityRefChildWin::GetChildWindowId());
- //-->Added by PengYunQuan for Validity Cell Range Picker
}
-<<<<<<< local
-SFX_IMPL_VIEWFACTORY( ScTabViewShell )
-=======
SFX_IMPL_NAMED_VIEWFACTORY( ScTabViewShell, "Default" )
->>>>>>> other
{
SFX_VIEW_REGISTRATION(ScDocShell);
}