summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/outlnvsh.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-17 10:29:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-17 10:29:08 +0000
commite64a61f10f4623156e2d8ef539046c4c4fe49899 (patch)
treeb03c37d7407315c7a7a624fecada41c7ad763579 /sd/source/ui/view/outlnvsh.cxx
parent4be484496d5de4d3c44350319cae02ec91221ffb (diff)
INTEGRATION: CWS impress4ea1 (1.50.18); FILE MERGED
2004/02/26 13:12:37 af 1.50.18.1: #94356# Removed ruler from outline view.
Diffstat (limited to 'sd/source/ui/view/outlnvsh.cxx')
-rw-r--r--sd/source/ui/view/outlnvsh.cxx35
1 files changed, 2 insertions, 33 deletions
diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index b23f2b973a14..b7b8bc319e81 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outlnvsh.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 20:20:01 $
+ * last change: $Author: obo $ $Date: 2004-03-17 11:29:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -523,37 +523,6 @@ void OutlineViewShell::ArrangeGUIElements ()
/*************************************************************************
|*
-|* Horizontales Lineal erzeugen
-|*
-\************************************************************************/
-
-SvxRuler* OutlineViewShell::CreateHRuler(::sd::Window* pWin, BOOL bIsFirst)
-{
- WinBits aWBits = WB_HSCROLL | WB_3DLOOK | WB_BORDER;
- USHORT nFlags = SVXRULER_SUPPORT_TABS | SVXRULER_SUPPORT_BORDERS |
- SVXRULER_SUPPORT_PARAGRAPH_MARGINS;
-
- if ( bIsFirst )
- aWBits |= WB_EXTRAFIELD;
-
- SvxRuler* pRuler = new SvxRuler(&GetViewFrame()->GetWindow(), pWin,
- nFlags, GetViewFrame()->GetBindings(), aWBits);
- pRuler->SetExtraType(RULER_EXTRA_TAB, RULER_TAB_LEFT);
- return pRuler;
-}
-
-/*************************************************************************
-|*
-|* Horizontales Lineal aktualisieren
-|*
-\************************************************************************/
-
-void OutlineViewShell::UpdateHRuler()
-{
-}
-
-/*************************************************************************
-|*
|* SfxRequests fuer Controller bearbeiten
|*
\************************************************************************/