diff options
Diffstat (limited to 'vcl/source/font/fontattributes.cxx')
-rw-r--r-- | vcl/source/font/fontattributes.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/font/fontattributes.cxx b/vcl/source/font/fontattributes.cxx index 890f4f20b2d8..56c28fc21e2a 100644 --- a/vcl/source/font/fontattributes.cxx +++ b/vcl/source/font/fontattributes.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sallayout.hxx" -#include "svdata.hxx" +#include <sallayout.hxx> +#include <svdata.hxx> -#include "fontattributes.hxx" +#include <fontattributes.hxx> FontAttributes::FontAttributes() : meWeight( WEIGHT_DONTKNOW ), |