summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/fuprlout.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-12-14 16:15:19 +0000
committerRüdiger Timm <rt@openoffice.org>2005-12-14 16:15:19 +0000
commit7c47b9d72cc03cccc59f0f1c5478d74b95469424 (patch)
treeea22ba0369a2184accaac141376a21e67136625b /sd/source/ui/inc/fuprlout.hxx
parentcd49e4b48d503b90bb15bbf021c73a39921933d2 (diff)
INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED
2005/10/28 10:56:52 cl 1.3.40.1: #125341# reworked FuPoor classes to use refcounting
Diffstat (limited to 'sd/source/ui/inc/fuprlout.hxx')
-rw-r--r--sd/source/ui/inc/fuprlout.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sd/source/ui/inc/fuprlout.hxx b/sd/source/ui/inc/fuprlout.hxx
index e32e9f938d57..025e9a74d26e 100644
--- a/sd/source/ui/inc/fuprlout.hxx
+++ b/sd/source/ui/inc/fuprlout.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuprlout.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:37:56 $
+ * last change: $Author: rt $ $Date: 2005-12-14 17:15:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,15 +56,17 @@ class FuPresentationLayout
public:
TYPEINFO();
+ static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq );
+ virtual void DoExecute( SfxRequest& rReq );
+
+private:
FuPresentationLayout (
ViewShell* pViewSh,
::sd::Window* pWin,
::sd::View* pView,
SdDrawDocument* pDoc,
SfxRequest& rReq);
- virtual ~FuPresentationLayout (void);
-private:
void TransferLayoutTemplate(String aFromName, String aToName,
SfxStyleSheetBasePool* pFrom,
SfxStyleSheetBasePool* pTo);