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.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/reportdesign/source/ui/inc/FixedTextColor.hxx b/reportdesign/source/ui/inc/FixedTextColor.hxx
index 6b04fa50956d..7d928a4b5d87 100644
--- a/reportdesign/source/ui/inc/FixedTextColor.hxx
+++ b/reportdesign/source/ui/inc/FixedTextColor.hxx
@@ -38,7 +38,9 @@ namespace rptui
{
const OReportController& m_rReportController;
+ /// @throws css::uno::RuntimeException
css::uno::Reference< css::awt::XVclWindowPeer > getVclWindowPeer(const css::uno::Reference< css::report::XFixedText >& _xComponent) throw(css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
css::uno::Reference< css::awt::XControl > getXControl(const css::uno::Reference< css::report::XFixedText >& _xFixedText) throw(css::uno::RuntimeException);
static void setPropertyTextColor(const css::uno::Reference< css::awt::XVclWindowPeer >& _xVclWindowPeer, sal_Int32 _nFormatKey);