summaryrefslogtreecommitdiff
path: root/framework/source/tabwin/tabwindow.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-09 00:58:15 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-09 00:58:15 +0300
commit2b3e2258530b8214229f2c6a8dab385b508eb9bf (patch)
treeac9eeed88f75bca64737b8abced45c983a3f9d14 /framework/source/tabwin/tabwindow.cxx
parent84e981865871ea75d8a2493a8be349b3b93d2e7a (diff)
Bin some uses of the stupid DECLARE_ASCII macro
Change-Id: I076eef8069e848ec3cf9c69f1b489ad44586324e
Diffstat (limited to 'framework/source/tabwin/tabwindow.cxx')
-rw-r--r--framework/source/tabwin/tabwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/tabwin/tabwindow.cxx b/framework/source/tabwin/tabwindow.cxx
index 74cce4e8e6f7..7b6d5881bcef 100644
--- a/framework/source/tabwin/tabwindow.cxx
+++ b/framework/source/tabwin/tabwindow.cxx
@@ -378,7 +378,7 @@ throw (css::uno::Exception, css::uno::RuntimeException)
// create a tab control window properties
aDescriptor.Type = css::awt::WindowClass_SIMPLE;
- aDescriptor.WindowServiceName = DECLARE_ASCII("tabcontrol");
+ aDescriptor.WindowServiceName = "tabcontrol";
aDescriptor.ParentIndex = -1;
aDescriptor.Parent = css::uno::Reference< css::awt::XWindowPeer >( xTopWindow, css::uno::UNO_QUERY );
aDescriptor.Bounds = css::awt::Rectangle( 0,0,0,0 );