From c4cfd7ca0d4f4f605d76df39fe2b3ca5a79908c0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 21 Dec 2016 15:01:29 +0100 Subject: [PATCH] Unused declaration of 'Font' ...used to be a declaration of vcl::Font prior to 60e78fbb806bb45e635ba1de45ceffe187938ac0 "fdo#82577: Handle Font" Change-Id: I8db61c2e6aa0a6a2931aafb6a4c0f51000ce9415 --- sc/source/filter/inc/xestyle.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sc/source/filter/inc/xestyle.hxx b/sc/source/filter/inc/xestyle.hxx index 544b1280a03a..0f041bc912d7 100644 --- a/sc/source/filter/inc/xestyle.hxx +++ b/sc/source/filter/inc/xestyle.hxx @@ -120,7 +120,6 @@ private: // FONT record - font information ============================================= -namespace { class Font; } class SvxFont; const size_t EXC_FONTLIST_NOTFOUND = static_cast< size_t >( -1 );