summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuparagr.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-20 10:09:54 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-20 10:09:54 +0000
commitfe803fb13a74ccb02d8cd576ed378e9d84ed7c90 (patch)
tree303875607b4e017664c3e4e5c54e863de37c958f /sd/source/ui/func/fuparagr.cxx
parentd32a599a96848fcbd895cbb2a8cbd5e282221dcf (diff)
INTEGRATION: CWS impress1 (1.8.70); FILE MERGED
2003/09/17 09:02:35 af 1.8.70.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.
Diffstat (limited to 'sd/source/ui/func/fuparagr.cxx')
-rw-r--r--sd/source/ui/func/fuparagr.cxx29
1 files changed, 21 insertions, 8 deletions
diff --git a/sd/source/ui/func/fuparagr.cxx b/sd/source/ui/func/fuparagr.cxx
index 2a716a182b2d..95b538c51628 100644
--- a/sd/source/ui/func/fuparagr.cxx
+++ b/sd/source/ui/func/fuparagr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fuparagr.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2003-06-06 10:46:04 $
+ * last change: $Author: obo $ $Date: 2004-01-20 11:09:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,8 @@
#pragma hdrstop
+#include "fuparagr.hxx"
+
#ifndef _EEITEM_HXX //autogen
#include <svx/eeitem.hxx>
#endif
@@ -85,13 +87,19 @@
#ifndef _SVX_LRSPITEM_HXX //autogen
#include <svx/lrspitem.hxx>
#endif
+
#include "app.hrc"
#include "paragr.hxx"
-#include "sdview.hxx"
-#include "fuparagr.hxx"
-#include "viewshel.hxx"
+#ifndef SD_VIEW_HXX
+#include "View.hxx"
+#endif
+#ifndef SD_VIEW_SHELL_HXX
+#include "ViewShell.hxx"
+#endif
#include "drawdoc.hxx"
+namespace sd {
+
TYPEINIT1( FuParagraph, FuPoor );
/*************************************************************************
@@ -100,9 +108,13 @@ TYPEINIT1( FuParagraph, FuPoor );
|*
\************************************************************************/
-FuParagraph::FuParagraph( SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
- SdDrawDocument* pDoc, SfxRequest& rReq)
- : FuPoor(pViewSh, pWin, pView, pDoc, rReq)
+FuParagraph::FuParagraph (
+ ViewShell* pViewSh,
+ ::sd::Window* pWin,
+ ::sd::View* pView,
+ SdDrawDocument* pDoc,
+ SfxRequest& rReq)
+ : FuPoor(pViewSh, pWin, pView, pDoc, rReq)
{
const SfxItemSet* pArgs = rReq.GetArgs();
@@ -168,3 +180,4 @@ FuParagraph::FuParagraph( SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
pViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray );
}
+} // end of namespace sd