summaryrefslogtreecommitdiff
path: root/drawinglayer/source/attribute/fontattribute.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/attribute/fontattribute.cxx')
-rw-r--r--drawinglayer/source/attribute/fontattribute.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/drawinglayer/source/attribute/fontattribute.cxx b/drawinglayer/source/attribute/fontattribute.cxx
index 110404e26e66..20d743d314ec 100644
--- a/drawinglayer/source/attribute/fontattribute.cxx
+++ b/drawinglayer/source/attribute/fontattribute.cxx
@@ -144,11 +144,6 @@ namespace drawinglayer
{
}
- bool FontAttribute::isDefault() const
- {
- return mpFontAttribute.same_object(theGlobalDefault::get());
- }
-
FontAttribute& FontAttribute::operator=(const FontAttribute& rCandidate)
{
mpFontAttribute = rCandidate.mpFontAttribute;