summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/FixedTextColor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/FixedTextColor.hxx')
-rw-r--r--reportdesign/source/ui/inc/FixedTextColor.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/FixedTextColor.hxx b/reportdesign/source/ui/inc/FixedTextColor.hxx
index 31e317df3be5..6c0f1d88cc7b 100644
--- a/reportdesign/source/ui/inc/FixedTextColor.hxx
+++ b/reportdesign/source/ui/inc/FixedTextColor.hxx
@@ -26,6 +26,7 @@
#include <com/sun/star/awt/XControl.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/report/XFixedText.hpp>
+#include <tools/color.hxx>
#include "IReportControllerObserver.hxx"
#include <vector>
@@ -43,7 +44,7 @@ namespace rptui
/// @throws css::uno::RuntimeException
css::uno::Reference< css::awt::XControl > getXControl(const css::uno::Reference< css::report::XFixedText >& _xFixedText);
- static void setPropertyTextColor(const css::uno::Reference< css::awt::XVclWindowPeer >& _xVclWindowPeer, sal_Int32 _nFormatKey);
+ static void setPropertyTextColor(const css::uno::Reference< css::awt::XVclWindowPeer >& _xVclWindowPeer, Color _nFormatKey);
public:
FixedTextColor(const OReportController & _aObserver);