summaryrefslogtreecommitdiff
path: root/sw/inc/unosett.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unosett.hxx')
-rw-r--r--sw/inc/unosett.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/unosett.hxx b/sw/inc/unosett.hxx
index 2f97eb84bc1d..94935ad8a2ac 100644
--- a/sw/inc/unosett.hxx
+++ b/sw/inc/unosett.hxx
@@ -34,10 +34,10 @@
#include <svl/itemprop.hxx>
class SwDoc;
-class SwFmtCol;
+class SwFormatCol;
class SwDocShell;
class SwNumRule;
-class SwNumFmt;
+class SwNumFormat;
class SwXFootnoteProperties : public cppu::WeakAggImplHelper2
<
@@ -206,11 +206,11 @@ public:
void Invalidate() {pDocShell = 0;}
OUString GetCreatedNumRuleName() const {return m_sCreatedNumRuleName;}
- static css::uno::Sequence<css::beans::PropertyValue> GetPropertiesForNumFmt(
- const SwNumFmt& rFmt, OUString const& rCharFormatName,
+ static css::uno::Sequence<css::beans::PropertyValue> GetPropertiesForNumFormat(
+ const SwNumFormat& rFormat, OUString const& rCharFormatName,
OUString const* pHeadingStyleName);
- static void SetPropertiesToNumFmt(
- SwNumFmt & aFmt,
+ static void SetPropertiesToNumFormat(
+ SwNumFormat & aFormat,
OUString & rCharStyleName,
OUString *const pBulletFontName,
OUString *const pHeadingStyleName,
@@ -264,7 +264,7 @@ protected:
virtual ~SwXTextColumns();
public:
SwXTextColumns(sal_uInt16 nColCount);
- SwXTextColumns(const SwFmtCol& rFmtCol);
+ SwXTextColumns(const SwFormatCol& rFormatCol);
static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId();