summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-20 21:40:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-21 09:03:22 +0200
commit150df3c020613bd956c4ad38ab4b5e247801296b (patch)
tree5467494d02955eb9e8de4ef4b31a6af8aec67719 /svtools
parentstarawt -> css::awt (diff)
downloadcore-150df3c020613bd956c4ad38ab4b5e247801296b.tar.gz
core-150df3c020613bd956c4ad38ab4b5e247801296b.zip
star* -> css::*
Change-Id: I156d40badb1a11727d1320600a9d3af2b8b24e4a
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/genericunodialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx
index f02d99c19138..0ce8959edbac 100644
--- a/svtools/source/uno/genericunodialog.cxx
+++ b/svtools/source/uno/genericunodialog.cxx
@@ -126,7 +126,7 @@ sal_Bool OGenericUnoDialog::convertFastPropertyValue( Any& rConvertedValue, Any&
{
case UNODIALOG_PROPERTY_ID_PARENT:
{
- Reference<starawt::XWindow> xNew(rValue, css::uno::UNO_QUERY);
+ Reference<css::awt::XWindow> xNew(rValue, css::uno::UNO_QUERY);
if (xNew != m_xParent)
{
rConvertedValue <<= xNew;