summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-05 22:41:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-06 07:19:09 +0200
commit9e436082af14b2202229589325cee0518fd6107d (patch)
tree2a2706834e4a1bac34ad4ce0a0340f29455d46a9 /include
parent5d0272772a174644e63fd46664887a2cb0362ba5 (diff)
dflt -> default
Change-Id: I89f1f5771eb7d96da233a8c7386b906b2a3a9c3e
Diffstat (limited to 'include')
-rw-r--r--include/editeng/svxrtf.hxx2
-rw-r--r--include/svl/itempool.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx
index cc0f2b8218a6..33a8339c0423 100644
--- a/include/editeng/svxrtf.hxx
+++ b/include/editeng/svxrtf.hxx
@@ -326,7 +326,7 @@ public:
virtual SvParserState CallParser() SAL_OVERRIDE;
inline const Color& GetColor( size_t nId ) const;
- const Font& GetFont( sal_uInt16 nId ); // Changes the dflt Font
+ const Font& GetFont( sal_uInt16 nId ); // Changes the default Font
virtual bool IsEndPara( SvxNodeIdx* pNd, sal_Int32 nCnt ) const = 0;
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx
index 0f7e08da3d8e..72bd11de4d1d 100644
--- a/include/svl/itempool.hxx
+++ b/include/svl/itempool.hxx
@@ -87,7 +87,7 @@ private:
SVL_DLLPRIVATE bool IsItemFlag_Impl( sal_uInt16 nWhich, sal_uInt16 nFlag ) const;
public:
- // fuer dflt. SfxItemSet::CTOR, setze dflt. WhichRanges
+ // for default SfxItemSet::CTOR, set default WhichRanges
void FillItemIdRanges_Impl( sal_uInt16*& pWhichRanges ) const;
const sal_uInt16* GetFrozenIdRanges() const;
#endif