summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/fontdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/fontdialog.hxx')
-rw-r--r--extensions/source/propctrlr/fontdialog.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/fontdialog.hxx b/extensions/source/propctrlr/fontdialog.hxx
index 5cd285470fc4..b7d812c4af90 100644
--- a/extensions/source/propctrlr/fontdialog.hxx
+++ b/extensions/source/propctrlr/fontdialog.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -51,13 +51,13 @@ namespace pcr
~ControlCharacterDialog();
/// creates an item set to be used with this dialog
- static SfxItemSet* createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDefaults);
+ static SfxItemSet* createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDefaults);
/// destroys an item previously created with <method>createItemSet</method>
- static void destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDefaults);
+ static void destroyItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDefaults);
/// fills the given item set with values obtained from the given property set
- static void translatePropertiesToItems(
+ static void translatePropertiesToItems(
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel,
SfxItemSet* _pSet);
@@ -77,7 +77,7 @@ namespace pcr
virtual void PageCreated(sal_uInt16 _nId, SfxTabPage& _rPage);
};
//............................................................................
-} // namespace pcr
+} // namespace pcr
//............................................................................
#endif // _EXTENSIONS_PROPCTRLR_FONTDIALOG_HXX_