summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/sddlgfact.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 12:39:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 12:39:34 +0000
commit5ffec43b9f496d62a141aac91bb232fd039a3cef (patch)
treeee7c5e4cc14915fb1343634893be5adabd07118e /sd/source/ui/dlg/sddlgfact.cxx
parent97db2223ae7439db3bbe50c8602a0035a0e17c46 (diff)
INTEGRATION: CWS impressalternativtext (1.9.108); FILE MERGED
2007/05/24 13:10:38 cl 1.9.108.1: #i68100# adding Title and Description to layers
Diffstat (limited to 'sd/source/ui/dlg/sddlgfact.cxx')
-rw-r--r--sd/source/ui/dlg/sddlgfact.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/sddlgfact.cxx b/sd/source/ui/dlg/sddlgfact.cxx
index 4cef482203e5..4c21168696ce 100644
--- a/sd/source/ui/dlg/sddlgfact.cxx
+++ b/sd/source/ui/dlg/sddlgfact.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sddlgfact.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 17:09:02 $
+ * last change: $Author: hr $ $Date: 2007-06-26 13:39:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,7 @@
#include "dlgass.hxx"
#include "dlgfield.hxx"
#include "dlgsnap.hxx"
-#include "ins_page.hxx"
+#include "layeroptionsdlg.hxx"
#include "ins_paste.hxx"
#include "inspagob.hxx"
#include "morphdlg.hxx"
@@ -451,7 +451,7 @@ AbstractSdSnapLineDlg * SdAbstractDialogFactory_Impl::CreateSdSnapLineDlg( ::Win
//add for SdSnapLineDlg end
//add for SdInsertLayerDlg begin
-AbstractSdInsertLayerDlg * SdAbstractDialogFactory_Impl::CreateSdInsertLayerDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, BOOL bDeletable, String aStr ) //add for SdInsertLayerDlg
+AbstractSdInsertLayerDlg * SdAbstractDialogFactory_Impl::CreateSdInsertLayerDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, bool bDeletable, String aStr ) //add for SdInsertLayerDlg
{
return new AbstractSdInsertLayerDlg_Impl( new SdInsertLayerDlg( pWindow, rInAttrs, bDeletable, aStr ) );
}