From 2979ff295c9fafdb92cb56cd1f5ddb0a6b56cf20 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 Dec 2014 16:28:32 +0200 Subject: fdo#38835 strip out OUString globals Change-Id: I1a435214af102461e02217f7d95248dac14e5f1a --- include/toolkit/helper/servicenames.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/toolkit') diff --git a/include/toolkit/helper/servicenames.hxx b/include/toolkit/helper/servicenames.hxx index b007a87ebd80..cc815670d601 100644 --- a/include/toolkit/helper/servicenames.hxx +++ b/include/toolkit/helper/servicenames.hxx @@ -87,7 +87,6 @@ extern const sal_Char szServiceName_UnoSpinButtonControl[], szServiceName_UnoSpi extern const sal_Char szServiceName_TreeControl[]; extern const sal_Char szServiceName_TreeControlModel[]; -extern const sal_Char szServiceName_MutableTreeDataModel[]; extern const sal_Char szServiceName_GridControl[]; extern const sal_Char szServiceName_GridControlModel[]; -- cgit