summaryrefslogtreecommitdiff
path: root/extensions/source/oooimprovement
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/oooimprovement')
-rw-r--r--extensions/source/oooimprovement/config.cxx2
-rw-r--r--extensions/source/oooimprovement/config.hxx2
-rw-r--r--extensions/source/oooimprovement/corecontroller.cxx2
-rw-r--r--extensions/source/oooimprovement/corecontroller.hxx4
-rw-r--r--extensions/source/oooimprovement/errormail.cxx12
-rw-r--r--extensions/source/oooimprovement/errormail.hxx2
-rw-r--r--extensions/source/oooimprovement/invite_job.cxx2
-rw-r--r--extensions/source/oooimprovement/invite_job.hxx2
-rw-r--r--extensions/source/oooimprovement/logpacker.cxx8
-rw-r--r--extensions/source/oooimprovement/logpacker.hxx2
-rw-r--r--extensions/source/oooimprovement/logstorage.cxx22
-rw-r--r--extensions/source/oooimprovement/logstorage.hxx2
-rw-r--r--extensions/source/oooimprovement/myconfigurationhelper.cxx4
-rw-r--r--extensions/source/oooimprovement/myconfigurationhelper.hxx2
-rw-r--r--extensions/source/oooimprovement/onlogrotate_job.cxx2
-rw-r--r--extensions/source/oooimprovement/onlogrotate_job.hxx2
-rw-r--r--extensions/source/oooimprovement/oooimprovement_exports.cxx4
-rw-r--r--extensions/source/oooimprovement/soaprequest.cxx2
-rw-r--r--extensions/source/oooimprovement/soaprequest.hxx2
-rw-r--r--extensions/source/oooimprovement/soapsender.cxx22
-rw-r--r--extensions/source/oooimprovement/soapsender.hxx4
21 files changed, 53 insertions, 53 deletions
diff --git a/extensions/source/oooimprovement/config.cxx b/extensions/source/oooimprovement/config.cxx
index 296df200d50d..52347ac47c2d 100644
--- a/extensions/source/oooimprovement/config.cxx
+++ b/extensions/source/oooimprovement/config.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/config.hxx b/extensions/source/oooimprovement/config.hxx
index 3fe1cbe5eba7..9aebafe15894 100644
--- a/extensions/source/oooimprovement/config.hxx
+++ b/extensions/source/oooimprovement/config.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/corecontroller.cxx b/extensions/source/oooimprovement/corecontroller.cxx
index 8a9bae0f62dd..0d3cc368169b 100644
--- a/extensions/source/oooimprovement/corecontroller.cxx
+++ b/extensions/source/oooimprovement/corecontroller.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/corecontroller.hxx b/extensions/source/oooimprovement/corecontroller.hxx
index 925fa94f038d..5d68cc0395df 100644
--- a/extensions/source/oooimprovement/corecontroller.hxx
+++ b/extensions/source/oooimprovement/corecontroller.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -63,7 +63,7 @@ namespace oooimprovement
CoreController(const css::uno::Reference< css::lang::XMultiServiceFactory>& sm);
virtual ~CoreController();
- // css::oooimprovement::XCoreController
+ // css::oooimprovement::XCoreController
virtual sal_Bool SAL_CALL enablingUiEventsLoggerAllowed(sal_Int16 version)
throw(css::uno::RuntimeException);
virtual sal_Bool SAL_CALL showBuiltinOptionsPage(sal_Int16 version)
diff --git a/extensions/source/oooimprovement/errormail.cxx b/extensions/source/oooimprovement/errormail.cxx
index de7ef8db0e6f..81bf38ba2868 100644
--- a/extensions/source/oooimprovement/errormail.cxx
+++ b/extensions/source/oooimprovement/errormail.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -107,7 +107,7 @@ namespace {
{
struct utsname info;
//memset(&info, 0, sizeof(info));
- uname(&info);
+ uname(&info);
OStringBuffer result =
"<systeminfo:systeminfo xmlns:systeminfo=\"http://openoffice.org/2002/systeminfo\">\n"
"<systeminfo:System name=\""
@@ -170,19 +170,19 @@ namespace {
};
}
-namespace oooimprovement
+namespace oooimprovement
{
Errormail::Errormail(const Reference<XMultiServiceFactory>& sf)
: m_ServiceFactory(sf)
{}
-
+
OString Errormail::getXml()
{
Config config(m_ServiceFactory);
const OString usertype;
const OString email = OUStringToOString(config.getReporterEmail(), RTL_TEXTENCODING_ASCII_US);
OString feedback;
- {
+ {
OStringBuffer temp;
temp.append(config.getReportCount());
feedback = temp.makeStringAndClear();
@@ -200,7 +200,7 @@ namespace oooimprovement
+ xmlAttrEncode(title) + "</reportmail:title>\n"
"<reportmail:attachment name=\"data.zip\" media-type=\"application/zip\" class=\"OOoImprovementLog\"/>\n"
"</reportmail:mail>\n"
- + getOfficeInfoXml(m_ServiceFactory)
+ + getOfficeInfoXml(m_ServiceFactory)
+ getSystemInfoXml(m_ServiceFactory) +
"</errormail:errormail>\n";
return result.makeStringAndClear();
diff --git a/extensions/source/oooimprovement/errormail.hxx b/extensions/source/oooimprovement/errormail.hxx
index 8b836514fcac..8a9f3a4db7a4 100644
--- a/extensions/source/oooimprovement/errormail.hxx
+++ b/extensions/source/oooimprovement/errormail.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/invite_job.cxx b/extensions/source/oooimprovement/invite_job.cxx
index 1b96c0c181cd..59c84acde617 100644
--- a/extensions/source/oooimprovement/invite_job.cxx
+++ b/extensions/source/oooimprovement/invite_job.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/invite_job.hxx b/extensions/source/oooimprovement/invite_job.hxx
index 65981518657a..fc2feb515a85 100644
--- a/extensions/source/oooimprovement/invite_job.hxx
+++ b/extensions/source/oooimprovement/invite_job.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/logpacker.cxx b/extensions/source/oooimprovement/logpacker.cxx
index 4defc2ab2cbe..59dadca7a3bb 100644
--- a/extensions/source/oooimprovement/logpacker.cxx
+++ b/extensions/source/oooimprovement/logpacker.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -70,7 +70,7 @@ namespace oooimprovement
LogPacker::LogPacker(const Reference<XMultiServiceFactory>& sf)
: m_ServiceFactory(sf)
{}
-
+
sal_Int32 LogPacker::pack(const OUString& fileurl)
{
Reference<XSimpleFileAccess> file_access(
@@ -108,10 +108,10 @@ namespace oooimprovement
unzipped_stream->closeInput();
zipped_stream->flush();
zipped_stream->closeOutput();
- Reference<XTransactedObject>(storage, UNO_QUERY_THROW)->commit();
+ Reference<XTransactedObject>(storage, UNO_QUERY_THROW)->commit();
file_access->kill(fileurl);
return logged_events;
}
-}
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/oooimprovement/logpacker.hxx b/extensions/source/oooimprovement/logpacker.hxx
index fdf08141ba03..52e86fd8e065 100644
--- a/extensions/source/oooimprovement/logpacker.hxx
+++ b/extensions/source/oooimprovement/logpacker.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/logstorage.cxx b/extensions/source/oooimprovement/logstorage.cxx
index 7181ed2fdce6..27313a5fb4d9 100644
--- a/extensions/source/oooimprovement/logstorage.cxx
+++ b/extensions/source/oooimprovement/logstorage.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -60,20 +60,20 @@ namespace
result = path_sub->substituteVariables(result, sal_False);
return result;
}
-
+
static bool isZipfile(const OUString& fileurl)
{
static const OUString file_extension = OUString::createFromAscii(".zip");
- return fileurl.match(file_extension, fileurl.getLength()-file_extension.getLength());
+ return fileurl.match(file_extension, fileurl.getLength()-file_extension.getLength());
};
-
+
static bool isLogfile(const OUString& fileurl)
{
static const OUString file_extension = OUString::createFromAscii(".csv");
static const OUString current = OUString::createFromAscii("Current.csv");
return
fileurl.match(file_extension, fileurl.getLength()-file_extension.getLength())
- && !fileurl.match(current, fileurl.getLength()-current.getLength());
+ && !fileurl.match(current, fileurl.getLength()-current.getLength());
};
static bool isZipOrLogFile(const OUString& fileurl)
@@ -88,9 +88,9 @@ namespace
UNO_QUERY_THROW);
return file_access->getFolderContents(
getLogPathFromCfg(sf),
- false);
+ false);
};
-
+
static vector<OUString> getLogStoragefiles(
const Reference<XMultiServiceFactory>& sf,
bool (*condition)(const OUString& path))
@@ -102,7 +102,7 @@ namespace
if(condition(candidates[idx]))
result.push_back(candidates[idx]);
return result;
- };
+ };
static void assureLogStorageExists(const Reference<XMultiServiceFactory>& sf)
{
@@ -121,7 +121,7 @@ namespace oooimprovement
LogStorage::LogStorage(const Reference<XMultiServiceFactory>& sf)
: m_ServiceFactory(sf)
{}
-
+
void LogStorage::assureExists()
{
assureLogStorageExists(m_ServiceFactory);
@@ -141,9 +141,9 @@ namespace oooimprovement
const vector<OUString> LogStorage::getUnzippedLogFiles() const
{ return getLogStoragefiles(m_ServiceFactory, &isLogfile); }
-
+
const vector<OUString> LogStorage::getZippedLogFiles() const
{ return getLogStoragefiles(m_ServiceFactory, &isZipfile); }
-}
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/oooimprovement/logstorage.hxx b/extensions/source/oooimprovement/logstorage.hxx
index 82dcdf331f59..f97c99a51085 100644
--- a/extensions/source/oooimprovement/logstorage.hxx
+++ b/extensions/source/oooimprovement/logstorage.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/myconfigurationhelper.cxx b/extensions/source/oooimprovement/myconfigurationhelper.cxx
index d9ff3ecd03dc..88e11dfcc88d 100644
--- a/extensions/source/oooimprovement/myconfigurationhelper.cxx
+++ b/extensions/source/oooimprovement/myconfigurationhelper.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -62,7 +62,7 @@ namespace
buf.appendAscii("The requested path \"");
buf.append(path);
buf.appendAscii("\" does not exists.");
- return buf.makeStringAndClear();
+ return buf.makeStringAndClear();
};
}
diff --git a/extensions/source/oooimprovement/myconfigurationhelper.hxx b/extensions/source/oooimprovement/myconfigurationhelper.hxx
index 619d8cf93e06..96936bcb9656 100644
--- a/extensions/source/oooimprovement/myconfigurationhelper.hxx
+++ b/extensions/source/oooimprovement/myconfigurationhelper.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/onlogrotate_job.cxx b/extensions/source/oooimprovement/onlogrotate_job.cxx
index 18108df7629e..da78298b6145 100644
--- a/extensions/source/oooimprovement/onlogrotate_job.cxx
+++ b/extensions/source/oooimprovement/onlogrotate_job.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/onlogrotate_job.hxx b/extensions/source/oooimprovement/onlogrotate_job.hxx
index 16e36530073c..5832c44d658d 100644
--- a/extensions/source/oooimprovement/onlogrotate_job.hxx
+++ b/extensions/source/oooimprovement/onlogrotate_job.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/oooimprovement_exports.cxx b/extensions/source/oooimprovement/oooimprovement_exports.cxx
index fff1610fcb3a..eed57333d3de 100644
--- a/extensions/source/oooimprovement/oooimprovement_exports.cxx
+++ b/extensions/source/oooimprovement/oooimprovement_exports.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -108,6 +108,6 @@ extern "C"
factory->acquire();
return factory.get();
}
-}
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/oooimprovement/soaprequest.cxx b/extensions/source/oooimprovement/soaprequest.cxx
index aad080ed9520..c2dc4b348ef4 100644
--- a/extensions/source/oooimprovement/soaprequest.cxx
+++ b/extensions/source/oooimprovement/soaprequest.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/soaprequest.hxx b/extensions/source/oooimprovement/soaprequest.hxx
index 313569a2c0d0..126bc0948343 100644
--- a/extensions/source/oooimprovement/soaprequest.hxx
+++ b/extensions/source/oooimprovement/soaprequest.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
diff --git a/extensions/source/oooimprovement/soapsender.cxx b/extensions/source/oooimprovement/soapsender.cxx
index 17a3252fb608..32a50f30e3cb 100644
--- a/extensions/source/oooimprovement/soapsender.cxx
+++ b/extensions/source/oooimprovement/soapsender.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -58,7 +58,7 @@ namespace
{
static OString getHttpPostHeader(OString path, sal_Int32 length)
{
- OStringBuffer result =
+ OStringBuffer result =
"POST " + path + " HTTP/1.0\r\n"
"Content-Type: text/xml; charset=\"utf-8\"\r\n"
"Content-Length: ";
@@ -74,7 +74,7 @@ namespace oooimprovement
: m_ServiceFactory(sf)
, m_Url(url)
{ }
-
+
void SoapSender::send(const SoapRequest& request) const
{
Reference<XTempFile> temp_file(
@@ -86,19 +86,19 @@ namespace oooimprovement
Reference<XURLTransformer> url_trans(
m_ServiceFactory->createInstance(OUString::createFromAscii("com.sun.star.util.URLTransformer")),
UNO_QUERY_THROW);
-
- // writing request to tempfile
+
+ // writing request to tempfile
{
Reference<XOutputStream> temp_stream = temp_file->getOutputStream();
request.writeTo(temp_stream);
temp_stream->flush();
temp_stream->closeOutput();
}
-
+
// parse Url
URL url;
{
- url.Complete = m_Url;
+ url.Complete = m_Url;
url_trans->parseStrict(url);
}
@@ -112,7 +112,7 @@ namespace oooimprovement
OUString::createFromAscii("unable to connect to SOAP server"),
Reference<XInterface>());
}
-
+
// send header
{
OStringBuffer path_on_server =
@@ -122,9 +122,9 @@ namespace oooimprovement
if(socket->write(header.getStr(), header.getLength()) != static_cast<sal_Int32>(header.getLength()))
throw RuntimeException(
OUString::createFromAscii("error while sending HTTP header"),
- Reference<XInterface>());
+ Reference<XInterface>());
}
-
+
// send soap request
{
Reference<XInputStream> temp_stream = file_access->openFileRead(temp_file->getUri());
@@ -158,6 +158,6 @@ namespace oooimprovement
Reference<XInterface>());
}
}
-}
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/oooimprovement/soapsender.hxx b/extensions/source/oooimprovement/soapsender.hxx
index b21cbe95e011..6a3e3d6f1d51 100644
--- a/extensions/source/oooimprovement/soapsender.hxx
+++ b/extensions/source/oooimprovement/soapsender.hxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -50,7 +50,7 @@ namespace oooimprovement
void send(const SoapRequest& request) const;
private:
const css::uno::Reference< css::lang::XMultiServiceFactory> m_ServiceFactory;
- const ::rtl::OUString m_Url;
+ const ::rtl::OUString m_Url;
};
#undef css
}