summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgolbul.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 16:26:36 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 16:26:36 +0000
commit93f22f52d27c0aace60f07dca8d7aa87013bb0b8 (patch)
tree41c886350ee07ad66d2a6274a9787db15843b37d /sd/source/ui/dlg/dlgolbul.cxx
parent5a6acfca5edc88a791ed3850b847e64d7d8aa40e (diff)
INTEGRATION: CWS impress26 (1.6.116); FILE MERGED
2004/12/16 15:26:53 cl 1.6.116.1: #i38511# fixed dialog diet to call correct OutlineBulletDialog::GetOutputItemSet()
Diffstat (limited to 'sd/source/ui/dlg/dlgolbul.cxx')
-rw-r--r--sd/source/ui/dlg/dlgolbul.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/dlgolbul.cxx b/sd/source/ui/dlg/dlgolbul.cxx
index cfcc745f8254..0b62377a4165 100644
--- a/sd/source/ui/dlg/dlgolbul.cxx
+++ b/sd/source/ui/dlg/dlgolbul.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgolbul.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:15:37 $
+ * last change: $Author: kz $ $Date: 2005-01-13 17:26:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -271,7 +271,7 @@ void OutlineBulletDlg::PageCreated( USHORT nId, SfxTabPage &rPage )
}
}
-const SfxItemSet* OutlineBulletDlg::GetOutputItemSet()
+const SfxItemSet* OutlineBulletDlg::GetOutputItemSet() const
{
SfxItemSet aSet( *SfxTabDialog::GetOutputItemSet() );
pOutputSet->Put( aSet );