Kaydet (Commit) 080b12d9 authored tarafından Joseph Powers's avatar Joseph Powers

Move XServiceInfo.hpp from DEBUG to main.

Now that XServiceInfo is always used, it would be nice to always include
if defination. This fixes a compile error on mac.

PS: Also some trailing white space. The changed code all appears at the
top of the patch.
üst b84e4df4
......@@ -37,6 +37,7 @@
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/drawing/XShapes.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/style/LineNumberPosition.hpp>
#include <com/sun/star/style/NumberingType.hpp>
......@@ -82,7 +83,6 @@
#if DEBUG
#include <stdio.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/style/TabStop.hpp>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment